diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-06-10 18:37:17 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-06-10 18:37:17 +0000 |
commit | f22a5d9432cde87c5eedcaff516f053dd092c11c (patch) | |
tree | cf14e88bef17e1a9ecadcbed5975786a80430a2e /net-mail/gnubiff | |
parent | Marking abiword-2.6.3 ppc & ppc64 stable for bug 225395 (diff) | |
download | gentoo-2-f22a5d9432cde87c5eedcaff516f053dd092c11c.tar.gz gentoo-2-f22a5d9432cde87c5eedcaff516f053dd092c11c.tar.bz2 gentoo-2-f22a5d9432cde87c5eedcaff516f053dd092c11c.zip |
cleanup, version bump (#225209)
(Portage version: 2.1.5.4)
Diffstat (limited to 'net-mail/gnubiff')
-rw-r--r-- | net-mail/gnubiff/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.1.9.ebuild | 40 | ||||
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.10.ebuild (renamed from net-mail/gnubiff/gnubiff-2.2.1.ebuild) | 2 | ||||
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.2.ebuild | 41 | ||||
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.5.ebuild | 41 |
5 files changed, 9 insertions, 124 deletions
diff --git a/net-mail/gnubiff/ChangeLog b/net-mail/gnubiff/ChangeLog index e490f46dfa54..d7441433f947 100644 --- a/net-mail/gnubiff/ChangeLog +++ b/net-mail/gnubiff/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/gnubiff # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.18 2008/03/14 10:07:57 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.19 2008/06/10 18:37:17 dertobi123 Exp $ + +*gnubiff-2.2.10 (10 Jun 2008) + + 10 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org> + -gnubiff-2.1.9.ebuild, -gnubiff-2.2.1.ebuild, -gnubiff-2.2.2.ebuild, + -gnubiff-2.2.5.ebuild, +gnubiff-2.2.10.ebuild: + cleanup, version bump (#225209) 14 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml, gnubiff-2.1.3.ebuild, gnubiff-2.1.9.ebuild, gnubiff-2.2.1.ebuild, diff --git a/net-mail/gnubiff/gnubiff-2.1.9.ebuild b/net-mail/gnubiff/gnubiff-2.1.9.ebuild deleted file mode 100644 index b0b90b9f667b..000000000000 --- a/net-mail/gnubiff/gnubiff-2.1.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.1.9.ebuild,v 1.6 2008/03/14 10:07:57 phreak Exp $ - -inherit eutils - -DESCRIPTION="A mail notification program" -HOMEPAGE="http://gnubiff.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~x86" -IUSE="fam gnome nls password" - -RDEPEND=">=x11-libs/gtk+-2.4 - >=gnome-base/libglade-2.3 - dev-libs/popt - gnome? ( - >=gnome-base/libgnome-2.2 - >=gnome-base/libgnomeui-2.2 ) - password? ( dev-libs/openssl ) - fam? ( virtual/fam ) - x11-proto/xproto" -DEPEND="${RDEPEND} - gnome? ( dev-util/pkgconfig )" - -src_compile() { - econf $(use_enable gnome) \ - $(use_enable nls) \ - $(use_enable fam) \ - $(use_with password) \ - $(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM}) \ - ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO -} diff --git a/net-mail/gnubiff/gnubiff-2.2.1.ebuild b/net-mail/gnubiff/gnubiff-2.2.10.ebuild index 8a77dc80b24e..bc9331aa3e49 100644 --- a/net-mail/gnubiff/gnubiff-2.2.1.ebuild +++ b/net-mail/gnubiff/gnubiff-2.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.1.ebuild,v 1.3 2008/03/14 10:07:57 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.10.ebuild,v 1.1 2008/06/10 18:37:17 dertobi123 Exp $ inherit eutils diff --git a/net-mail/gnubiff/gnubiff-2.2.2.ebuild b/net-mail/gnubiff/gnubiff-2.2.2.ebuild deleted file mode 100644 index 216d6b1984bc..000000000000 --- a/net-mail/gnubiff/gnubiff-2.2.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.2.ebuild,v 1.3 2008/03/14 10:07:57 phreak Exp $ - -inherit eutils - -DESCRIPTION="A mail notification program" -HOMEPAGE="http://gnubiff.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~x86" -IUSE="debug fam gnome nls password" - -RDEPEND=">=x11-libs/gtk+-2.4 - >=gnome-base/libglade-2.3 - dev-libs/popt - gnome? ( - >=gnome-base/libgnome-2.2 - >=gnome-base/libgnomeui-2.2 ) - password? ( dev-libs/openssl ) - fam? ( virtual/fam ) - x11-proto/xproto" -DEPEND="${RDEPEND} - gnome? ( dev-util/pkgconfig )" - -src_compile() { - econf $(use_enable debug) \ - $(use_enable gnome) \ - $(use_enable nls) \ - $(use_enable fam) \ - $(use_with password) \ - $(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM}) \ - ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} diff --git a/net-mail/gnubiff/gnubiff-2.2.5.ebuild b/net-mail/gnubiff/gnubiff-2.2.5.ebuild deleted file mode 100644 index cc7fa0e902c8..000000000000 --- a/net-mail/gnubiff/gnubiff-2.2.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.5.ebuild,v 1.3 2008/03/14 10:07:57 phreak Exp $ - -inherit eutils - -DESCRIPTION="A mail notification program" -HOMEPAGE="http://gnubiff.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~x86" -IUSE="debug fam gnome nls password" - -RDEPEND=">=x11-libs/gtk+-2.4 - >=gnome-base/libglade-2.3 - dev-libs/popt - gnome? ( - >=gnome-base/libgnome-2.2 - >=gnome-base/libgnomeui-2.2 ) - password? ( dev-libs/openssl ) - fam? ( virtual/fam ) - x11-proto/xproto" -DEPEND="${RDEPEND} - gnome? ( dev-util/pkgconfig )" - -src_compile() { - econf $(use_enable debug) \ - $(use_enable gnome) \ - $(use_enable nls) \ - $(use_enable fam) \ - $(use_with password) \ - $(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM}) \ - ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} |