diff options
author | Matthias Maier <tamiko@gentoo.org> | 2014-11-11 23:53:29 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2014-11-11 23:53:29 +0000 |
commit | 7bf2a6b478726c660ee0e1465119d2947ce85fb5 (patch) | |
tree | 573206a8e4d42811827870df0fe42856b8fa2055 | |
parent | take over maintainership; version bump; drop old (diff) | |
download | gentoo-2-7bf2a6b478726c660ee0e1465119d2947ce85fb5.tar.gz gentoo-2-7bf2a6b478726c660ee0e1465119d2947ce85fb5.tar.bz2 gentoo-2-7bf2a6b478726c660ee0e1465119d2947ce85fb5.zip |
take over maintainership; port to eapi 5
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
-rw-r--r-- | app-text/barcode/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/barcode/barcode-0.98-r1.ebuild | 10 | ||||
-rw-r--r-- | app-text/barcode/metadata.xml | 3 |
3 files changed, 13 insertions, 8 deletions
diff --git a/app-text/barcode/ChangeLog b/app-text/barcode/ChangeLog index f6a0bdd30f2d..e2e95501475d 100644 --- a/app-text/barcode/ChangeLog +++ b/app-text/barcode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/barcode -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.25 2012/07/11 16:44:12 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.26 2014/11/11 23:53:29 tamiko Exp $ + + 11 Nov 2014; Matthias Maier <tamiko@gentoo.org> barcode-0.98-r1.ebuild, + metadata.xml: + take over maintainership; port to eapi 5 11 Jul 2012; Michael Palimaka <kensington@gentoo.org> -barcode-0.98.ebuild: Remove old. diff --git a/app-text/barcode/barcode-0.98-r1.ebuild b/app-text/barcode/barcode-0.98-r1.ebuild index 2d631822ac30..c5e097c82625 100644 --- a/app-text/barcode/barcode-0.98-r1.ebuild +++ b/app-text/barcode/barcode-0.98-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild,v 1.5 2012/06/02 08:03:24 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild,v 1.6 2014/11/11 23:53:29 tamiko Exp $ -EAPI="3" +EAPI=5 inherit eutils multilib toolchain-funcs @@ -32,6 +32,6 @@ src_configure() { } src_install() { - emake install prefix="${ED}/usr" || die - dodoc ChangeLog README TODO doc/barcode.{pdf,ps} || die + emake install prefix="${ED}/usr" + dodoc ChangeLog README TODO doc/barcode.{pdf,ps} } diff --git a/app-text/barcode/metadata.xml b/app-text/barcode/metadata.xml index d9cd2cad66c2..01598fe69ee3 100644 --- a/app-text/barcode/metadata.xml +++ b/app-text/barcode/metadata.xml @@ -2,6 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> -<email>maintainer-needed@gentoo.org</email> + <email>tamiko@gentoo.org</email> + <name>Matthias Maier</name> </maintainer> </pkgmetadata> |