diff options
-rw-r--r-- | dev-util/gperf/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/gperf/gperf-3.0.4.ebuild | 17 | ||||
-rw-r--r-- | dev-util/vbindiff/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/vbindiff/vbindiff-3.0_beta4.ebuild | 22 |
4 files changed, 54 insertions, 4 deletions
diff --git a/dev-util/gperf/ChangeLog b/dev-util/gperf/ChangeLog index b810cf37dcdf..c741833e08f5 100644 --- a/dev-util/gperf/ChangeLog +++ b/dev-util/gperf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/gperf -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.40 2008/06/19 02:43:02 tester Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.41 2009/09/11 21:34:45 patrick Exp $ + +*gperf-3.0.4 (11 Sep 2009) + + 11 Sep 2009; Patrick Lauer <patrick@gentoo.org> +gperf-3.0.4.ebuild: + Bump 19 Jun 2008; Olivier CrĂȘte <tester@gentoo.org> gperf-3.0.3.ebuild: amd64 stable diff --git a/dev-util/gperf/gperf-3.0.4.ebuild b/dev-util/gperf/gperf-3.0.4.ebuild new file mode 100644 index 000000000000..2f6d146f7cdb --- /dev/null +++ b/dev-util/gperf/gperf-3.0.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.4.ebuild,v 1.1 2009/09/11 21:34:45 patrick Exp $ + +DESCRIPTION="A perfect hash function generator" +HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" +SRC_URI="mirror://gnu/gperf/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +src_install() { + emake DESTDIR="${D}" htmldir=/usr/share/doc/${PF}/html install || die + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/dev-util/vbindiff/ChangeLog b/dev-util/vbindiff/ChangeLog index fbc175275e1d..572b3ce8ce48 100644 --- a/dev-util/vbindiff/ChangeLog +++ b/dev-util/vbindiff/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/vbindiff -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/vbindiff/ChangeLog,v 1.7 2008/06/30 15:23:15 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/vbindiff/ChangeLog,v 1.8 2009/09/11 21:35:20 patrick Exp $ + +*vbindiff-3.0_beta4 (11 Sep 2009) + + 11 Sep 2009; Patrick Lauer <patrick@gentoo.org> + +vbindiff-3.0_beta4.ebuild: + Bump *vbindiff-3.0_beta3 (30 Jun 2008) diff --git a/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild new file mode 100644 index 000000000000..8549e396ed9e --- /dev/null +++ b/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild,v 1.1 2009/09/11 21:35:20 patrick Exp $ + +DESCRIPTION="Visual binary diff utility" + +HOMEPAGE="http://www.cjmweb.net/vbindiff/" +SRC_URI="http://www.cjmweb.net/vbindiff/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + dodoc AUTHORS NEWS README README.PuTTY +} |