diff options
author | Peter Volkov <pva@gentoo.org> | 2008-05-12 22:23:54 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-05-12 22:23:54 +0000 |
commit | 05708cc38313258ae9cf17e0f4eb43a375f97ff6 (patch) | |
tree | ed8f87ee917a20677577d5ec18d4085d9b49e593 /dev-util/fhist | |
parent | Remove linking to the Java upgrade document because after a couple of years u... (diff) | |
download | gentoo-2-05708cc38313258ae9cf17e0f4eb43a375f97ff6.tar.gz gentoo-2-05708cc38313258ae9cf17e0f4eb43a375f97ff6.tar.bz2 gentoo-2-05708cc38313258ae9cf17e0f4eb43a375f97ff6.zip |
Version bump. Removed runtime-depend on sys-devel/bison, bug 221597, thank Diego Pettenò for report. Removed old.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/fhist')
-rw-r--r-- | dev-util/fhist/ChangeLog | 11 | ||||
-rw-r--r-- | dev-util/fhist/fhist-1.10.ebuild | 38 | ||||
-rw-r--r-- | dev-util/fhist/fhist-1.14.ebuild | 13 | ||||
-rw-r--r-- | dev-util/fhist/fhist-1.16.ebuild | 40 |
4 files changed, 56 insertions, 46 deletions
diff --git a/dev-util/fhist/ChangeLog b/dev-util/fhist/ChangeLog index 9cc389c02d99..7aeb5fca3c56 100644 --- a/dev-util/fhist/ChangeLog +++ b/dev-util/fhist/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/fhist -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.15 2007/02/09 07:43:58 flameeyes Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.16 2008/05/12 22:23:54 pva Exp $ + +*fhist-1.16 (12 May 2008) + + 12 May 2008; Peter Volkov <pva@gentoo.org> -fhist-1.10.ebuild, + fhist-1.14.ebuild, +fhist-1.16.ebuild: + Version bump. Removed runtime-depend on sys-devel/bison, bug 221597, thank + Diego Pettenò for report. Removed old. 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-util/fhist/fhist-1.10.ebuild b/dev-util/fhist/fhist-1.10.ebuild deleted file mode 100644 index b1b4d8cedacd..000000000000 --- a/dev-util/fhist/fhist-1.10.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.10.ebuild,v 1.10 2005/01/12 18:51:57 gustavoz Exp $ - -DESCRIPTION="File history and comparison tools" -SRC_URI="http://www.canb.auug.org.au/~millerp/${P}.tar.gz" -HOMEPAGE="http://www.canb.auug.org.au/~millerp/fhist.html" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ~mips" -IUSE="" - -DEPEND="sys-devel/gettext - sys-apps/groff - sys-devel/bison" - -src_compile() { - econf || die "./configure failed" - make clean - make || die -} - -src_install () { - make RPM_BUILD_ROOT=${D} install || die - - dodoc lib/en/*.txt - dodoc lib/en/*.ps - - # remove duplicate docs etc. - rm -r ${D}/usr/share/fhist - - # move message catalogs into the usual gentoo place - dodir /usr/share/locale - mv ${D}/usr/lib/fhist/en ${D}/usr/share/locale/ - - dodoc LICENSE MANIFEST README -} diff --git a/dev-util/fhist/fhist-1.14.ebuild b/dev-util/fhist/fhist-1.14.ebuild index 4c1baef47c07..3c9a4e52b31a 100644 --- a/dev-util/fhist/fhist-1.14.ebuild +++ b/dev-util/fhist/fhist-1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.4 2005/05/07 11:38:09 dholm Exp $ +# $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" @@ -11,9 +11,10 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc ~mips ~ppc" IUSE="" -DEPEND="sys-devel/gettext - sys-apps/groff - sys-devel/bison" +RDEPEND="sys-devel/gettext + sys-apps/groff" +DEPEND="${RDEPEND} + sys-devel/bison" src_compile() { econf || die "econf failed" @@ -32,7 +33,7 @@ src_install () { dodoc lib/en/*.ps # remove duplicate docs etc. - rm -r ${D}/usr/share/fhist + rm -r "${D}"/usr/share/fhist dodoc LICENSE MANIFEST README } diff --git a/dev-util/fhist/fhist-1.16.ebuild b/dev-util/fhist/fhist-1.16.ebuild new file mode 100644 index 000000000000..18451476630d --- /dev/null +++ b/dev-util/fhist/fhist-1.16.ebuild @@ -0,0 +1,40 @@ +# 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.16.ebuild,v 1.1 2008/05/12 22:23:54 pva Exp $ + +DESCRIPTION="File history and comparison tools" +HOMEPAGE="http://fhist.sourceforge.net/fhist.html" +SRC_URI="http://fhist.sourceforge.net/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~mips ~ppc" +IUSE="test" + +RDEPEND="sys-devel/gettext + sys-apps/groff" +DEPEND="${RDEPEND} + test? ( app-arch/sharutils ) + 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 MANIFEST README +} |