--- cvs/gentoo-x86/sci-calculators/units/units-1.80-r1.ebuild 2006-03-07 11:52:30.000000000 +0100 +++ local/sci-calculators/units/units-1.85.ebuild 2006-03-07 12:13:08.000000000 +0100 @@ -6,23 +6,16 @@ DESCRIPTION="program for units conversion and units calculation" SRC_URI="mirror://gentoo/${P}.tar.gz" -HOMEPAGE="http://freshmeat.net/projects/units/" +HOMEPAGE="http://www.gnu.org/software/units/" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="alpha amd64 hppa ppc sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" DEPEND=">=sys-libs/readline-4.1-r2 >=sys-libs/ncurses-5.2-r3" -src_unpack () { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/remove-script.patch - epatch ${FILESDIR}/astronomicalunit.patch -} - src_compile() { #Note: the trailing / is required in the datadir path. econf --datadir=/usr/share/${PN}/ || die