diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-09-26 18:36:10 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-09-26 18:36:10 +0000 |
commit | e384117095ec3290bd4d8f2038c34f291295bd6a (patch) | |
tree | f0b9132363545fd89f69f5a1ec7147173fa32b80 /net-misc/puf | |
parent | Remove old. (diff) | |
download | gentoo-2-e384117095ec3290bd4d8f2038c34f291295bd6a.tar.gz gentoo-2-e384117095ec3290bd4d8f2038c34f291295bd6a.tar.bz2 gentoo-2-e384117095ec3290bd4d8f2038c34f291295bd6a.zip |
Migrate to EAPI 4. Add upstream metadata. Remove old.
(Portage version: 2.1.11.22/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/puf')
-rw-r--r-- | net-misc/puf/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/puf/metadata.xml | 9 | ||||
-rw-r--r-- | net-misc/puf/puf-0.93.2a.ebuild | 17 | ||||
-rw-r--r-- | net-misc/puf/puf-1.0.0.ebuild | 17 |
4 files changed, 20 insertions, 32 deletions
diff --git a/net-misc/puf/ChangeLog b/net-misc/puf/ChangeLog index f0d4b43d46da..0bada840b36c 100644 --- a/net-misc/puf/ChangeLog +++ b/net-misc/puf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/puf -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/ChangeLog,v 1.10 2010/01/07 15:57:32 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/ChangeLog,v 1.11 2012/09/26 18:36:09 kensington Exp $ + + 26 Sep 2012; Michael Palimaka <kensington@gentoo.org> -puf-0.93.2a.ebuild, + metadata.xml, puf-1.0.0.ebuild: + Migrate to EAPI 4. Add upstream metadata. Remove old. 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> puf-1.0.0.ebuild: Transfer Prefix keywords @@ -34,4 +38,3 @@ 25 Jun 2003; Martin Holzer <mholzer@gentoo.org> puf-0.93.2a.ebuild: Initial ebuild submitted by pst@ican.at in #22742. - diff --git a/net-misc/puf/metadata.xml b/net-misc/puf/metadata.xml index ff62877c67ae..2862fda6e080 100644 --- a/net-misc/puf/metadata.xml +++ b/net-misc/puf/metadata.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>maintainer-needed@gentoo.org</email> -</maintainer> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="sourceforge">puf</remote-id> + </upstream> </pkgmetadata> diff --git a/net-misc/puf/puf-0.93.2a.ebuild b/net-misc/puf/puf-0.93.2a.ebuild deleted file mode 100644 index 0cf9cbe7d8af..000000000000 --- a/net-misc/puf/puf-0.93.2a.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild,v 1.5 2010/10/28 10:17:19 ssuominen Exp $ - -DESCRIPTION="A download tool for UNIX-like systems." -SRC_URI="mirror://sourceforge/puf/${P}.tar.gz" -HOMEPAGE="http://puf.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS NEWS README TODO -} diff --git a/net-misc/puf/puf-1.0.0.ebuild b/net-misc/puf/puf-1.0.0.ebuild index 6e8d713c2ed6..f7c4511996f3 100644 --- a/net-misc/puf/puf-1.0.0.ebuild +++ b/net-misc/puf/puf-1.0.0.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/puf-1.0.0.ebuild,v 1.4 2010/10/28 10:18:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/puf-1.0.0.ebuild,v 1.5 2012/09/26 18:36:09 kensington Exp $ + +EAPI=4 DESCRIPTION="A download tool for UNIX-like systems." -SRC_URI="mirror://sourceforge/puf/${P}.tar.gz" HOMEPAGE="http://puf.sourceforge.net/" +SRC_URI="mirror://sourceforge/puf/${P}.tar.gz" -IUSE="" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" -src_install () { - emake DESTDIR="${D}" install || die - dodoc AUTHORS NEWS README TODO -} +DOCS=( AUTHORS NEWS README TODO ) |