21 dec 2010
evopedia [1], the offline wikipedia reader, has been ported to gentoo linux. the ebuild can be found at [2].
i would like to say thanks to all devs @ irc.freenode.net#gentoo-sunrise! especially to those who reviewd my ebuild.
hope this ebuild will be moved into the official distribution anytime soon.
/usr/local/portage/sci-misc/evopedia/evopedia-0.4.2.ebuild
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=3
inherit qt4-r2
DESCRIPTION="Offline Wikipedia Viewer"
HOMEPAGE="http://evopedia.info/"
SRC_URI="http://evopedia.info/src/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=x11-libs/qt-gui-4.4:4
>=app-arch/bzip2-1.0.6
"
DEPEND="${RDEPEND}"
src_configure() {
eqmake4 evopedia.pro PREFIX="${EPREFIX}"/usr
}
update: 2010-12-24: added the source (contents of evopedia-0.4.2.ebuild)