diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2013-11-24 03:02:36 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2013-11-24 03:02:36 +0000 |
commit | 162cf75c87a0aba4c862035b880878d32d48476a (patch) | |
tree | 5831e53b9f8719aa5c23eff06e45354ac79942a2 /app-misc | |
parent | Add mrueg as maintainer, bug #492272 (diff) | |
download | gentoo-2-162cf75c87a0aba4c862035b880878d32d48476a.tar.gz gentoo-2-162cf75c87a0aba4c862035b880878d32d48476a.tar.bz2 gentoo-2-162cf75c87a0aba4c862035b880878d32d48476a.zip |
Add new upstream version, remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 229E5838)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/hello/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/hello/hello-2.4.ebuild | 27 | ||||
-rw-r--r-- | app-misc/hello/hello-2.5.ebuild | 27 | ||||
-rw-r--r-- | app-misc/hello/hello-2.6.ebuild | 27 | ||||
-rw-r--r-- | app-misc/hello/hello-2.9.ebuild (renamed from app-misc/hello/hello-2.7.ebuild) | 6 |
5 files changed, 10 insertions, 85 deletions
diff --git a/app-misc/hello/ChangeLog b/app-misc/hello/ChangeLog index 90286395ebd2..8b3f820c7cbd 100644 --- a/app-misc/hello/ChangeLog +++ b/app-misc/hello/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/hello # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hello/ChangeLog,v 1.6 2013/07/27 06:17:54 jcallen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hello/ChangeLog,v 1.7 2013/11/24 03:02:36 jcallen Exp $ + +*hello-2.9 (24 Nov 2013) + + 24 Nov 2013; Jonathan Callen <jcallen@gentoo.org> +hello-2.9.ebuild, + -hello-2.4.ebuild, -hello-2.5.ebuild, -hello-2.6.ebuild, -hello-2.7.ebuild: + Add new upstream version, remove old 27 Jul 2013; Jonathan Callen <jcallen@gentoo.org> metadata.xml: Update metadata.xml to reflect new email address diff --git a/app-misc/hello/hello-2.4.ebuild b/app-misc/hello/hello-2.4.ebuild deleted file mode 100644 index 616940b11599..000000000000 --- a/app-misc/hello/hello-2.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hello/hello-2.4.ebuild,v 1.1 2009/11/14 02:12:42 abcd Exp $ - -EAPI="2" - -DESCRIPTION="GNU \"Hello, world\" application" -HOMEPAGE="http://www.gnu.org/software/hello/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="FDL-1.3 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog* NEWS README THANKS TODO contrib/evolution.txt || die "dodoc failed" - for x in contrib man doc po tests src; do - newdoc $x/ChangeLog ChangeLog.$x || die "newdoc failed" - done -} diff --git a/app-misc/hello/hello-2.5.ebuild b/app-misc/hello/hello-2.5.ebuild deleted file mode 100644 index 5d9d8a95ab97..000000000000 --- a/app-misc/hello/hello-2.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hello/hello-2.5.ebuild,v 1.1 2010/02/08 22:20:35 abcd Exp $ - -EAPI="2" - -DESCRIPTION="GNU \"Hello, world\" application" -HOMEPAGE="http://www.gnu.org/software/hello/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="FDL-1.3 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog* NEWS README THANKS TODO contrib/evolution.txt || die "dodoc failed" - for x in contrib man doc po tests src; do - newdoc $x/ChangeLog ChangeLog.$x || die "newdoc failed" - done -} diff --git a/app-misc/hello/hello-2.6.ebuild b/app-misc/hello/hello-2.6.ebuild deleted file mode 100644 index 7f2c75ad0d6a..000000000000 --- a/app-misc/hello/hello-2.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hello/hello-2.6.ebuild,v 1.1 2010/04/12 23:36:47 abcd Exp $ - -EAPI="3" - -DESCRIPTION="GNU \"Hello, world\" application" -HOMEPAGE="http://www.gnu.org/software/hello/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="FDL-1.3 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="nls" - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog* NEWS README THANKS TODO contrib/evolution.txt || die "dodoc failed" - for x in contrib man doc po tests src; do - newdoc $x/ChangeLog ChangeLog.$x || die "newdoc failed" - done -} diff --git a/app-misc/hello/hello-2.7.ebuild b/app-misc/hello/hello-2.9.ebuild index 9ad38e15ede6..50a46e1216e3 100644 --- a/app-misc/hello/hello-2.7.ebuild +++ b/app-misc/hello/hello-2.9.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hello/hello-2.7.ebuild,v 1.1 2011/06/04 19:33:12 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hello/hello-2.9.ebuild,v 1.1 2013/11/24 03:02:36 jcallen Exp $ EAPI="4" DESCRIPTION="GNU \"Hello, world\" application" HOMEPAGE="http://www.gnu.org/software/hello/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="FDL-1.3 GPL-3" SLOT="0" |