diff --git a/dev-libs/liblist/liblist-9999.ebuild b/dev-libs/liblist/liblist-2.2.1.ebuild copy from dev-libs/liblist/liblist-9999.ebuild copy to dev-libs/liblist/liblist-2.2.1.ebuild --- a/dev-libs/liblist/liblist-9999.ebuild +++ b/dev-libs/liblist/liblist-2.2.1.ebuild @@ -4,24 +4,15 @@ EAPI="2" -inherit autotools mercurial - DESCRIPTION="This package provides generic linked-list manipulation routines, plus queues and stacks." -HOMEPAGE="http://ohnopub.net/hg/liblist-unbased" -SRC_URI="" -EHG_REPO_URI="http://ohnopub.net/hg/liblist-unbased" +HOMEPAGE="http://ohnopub.net/liblist" +SRC_URI="ftp://ohnopublishing.net/mirror/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="doc examples" -S=${WORKDIR}/${PN}-unbased - -src_prepare() { - eautoreconf -} - src_configure() { econf $(use_enable doc docs) \ $(use_enable examples)