diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-08-01 19:09:01 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-08-01 19:09:01 +0000 |
commit | 6afc6ced12eaa3db7e2476ce8e292129900c83fd (patch) | |
tree | beedbb7e6f90b76f9b8721c7346684c7c2eb7137 /dev-util/fhist | |
parent | remove old (diff) | |
download | historical-6afc6ced12eaa3db7e2476ce8e292129900c83fd.tar.gz historical-6afc6ced12eaa3db7e2476ce8e292129900c83fd.tar.bz2 historical-6afc6ced12eaa3db7e2476ce8e292129900c83fd.zip |
remove old
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-util/fhist')
-rw-r--r-- | dev-util/fhist/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/fhist/fhist-1.14.ebuild | 39 |
2 files changed, 5 insertions, 41 deletions
diff --git a/dev-util/fhist/ChangeLog b/dev-util/fhist/ChangeLog index 2a6831b07a57..6840265b38da 100644 --- a/dev-util/fhist/ChangeLog +++ b/dev-util/fhist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/fhist -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.18 2008/09/20 10:08:38 armin76 Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.19 2009/08/01 19:09:01 darkside Exp $ + + 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -fhist-1.14.ebuild: + remove old 20 Sep 2008; Raúl Porcel <armin76@gentoo.org> fhist-1.16.ebuild: sparc stable wrt #237826 diff --git a/dev-util/fhist/fhist-1.14.ebuild b/dev-util/fhist/fhist-1.14.ebuild deleted file mode 100644 index 3c9a4e52b31a..000000000000 --- a/dev-util/fhist/fhist-1.14.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.14.ebuild,v 1.5 2008/05/12 22:23:54 pva Exp $ - -DESCRIPTION="File history and comparison tools" -HOMEPAGE="http://www.canb.auug.org.au/~millerp/fhist.html" -SRC_URI="http://www.canb.auug.org.au/~millerp/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ~mips ~ppc" -IUSE="" - -RDEPEND="sys-devel/gettext - sys-apps/groff" -DEPEND="${RDEPEND} - sys-devel/bison" - -src_compile() { - econf || die "econf failed" - emake -j1 || die "emake failed" -} - -src_test() { - make sure || die "src_test failed" -} - -src_install () { - make RPM_BUILD_ROOT="${D}" NLSDIR="${D}/usr/share/locale" \ - install || die "make install failed" - - dodoc lib/en/*.txt - dodoc lib/en/*.ps - - # remove duplicate docs etc. - rm -r "${D}"/usr/share/fhist - - dodoc LICENSE MANIFEST README -} |