diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-06-14 00:06:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-06-14 00:06:46 +0000 |
commit | 53b3cbf42de74b9aaf951c97787589709c33ae77 (patch) | |
tree | 69a03e40871cd9887ce49166f9a6bd494470be66 /dev-util | |
parent | Stable for amd64 wrt bug #507318 (diff) | |
download | gentoo-2-53b3cbf42de74b9aaf951c97787589709c33ae77.tar.gz gentoo-2-53b3cbf42de74b9aaf951c97787589709c33ae77.tar.bz2 gentoo-2-53b3cbf42de74b9aaf951c97787589709c33ae77.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/debhelper/ChangeLog | 11 | ||||
-rw-r--r-- | dev-util/debhelper/debhelper-9.20130720.ebuild | 70 | ||||
-rw-r--r-- | dev-util/debhelper/debhelper-9.20130921.ebuild | 70 | ||||
-rw-r--r-- | dev-util/debhelper/debhelper-9.20131105.ebuild | 70 | ||||
-rw-r--r-- | dev-util/debhelper/debhelper-9.20131110.ebuild | 70 | ||||
-rw-r--r-- | dev-util/debhelper/debhelper-9.20131127.ebuild | 70 | ||||
-rw-r--r-- | dev-util/debhelper/debhelper-9.20131213.ebuild | 70 | ||||
-rw-r--r-- | dev-util/debhelper/debhelper-9.20140613.ebuild (renamed from dev-util/debhelper/debhelper-9.20131227.ebuild) | 4 |
8 files changed, 12 insertions, 423 deletions
diff --git a/dev-util/debhelper/ChangeLog b/dev-util/debhelper/ChangeLog index f503b3280421..95ad6baf3c83 100644 --- a/dev-util/debhelper/ChangeLog +++ b/dev-util/debhelper/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-util/debhelper # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.102 2014/06/08 15:54:34 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.103 2014/06/14 00:06:46 jer Exp $ + +*debhelper-9.20140613 (14 Jun 2014) + + 14 Jun 2014; Jeroen Roovers <jer@gentoo.org> -debhelper-9.20130720.ebuild, + -debhelper-9.20130921.ebuild, -debhelper-9.20131105.ebuild, + -debhelper-9.20131110.ebuild, -debhelper-9.20131127.ebuild, + -debhelper-9.20131213.ebuild, -debhelper-9.20131227.ebuild, + +debhelper-9.20140613.ebuild: + Version bump. 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> debhelper-9.20140228.ebuild: ia64 stable wrt bug #506100 diff --git a/dev-util/debhelper/debhelper-9.20130720.ebuild b/dev-util/debhelper/debhelper-9.20130720.ebuild deleted file mode 100644 index 837eb7e365e6..000000000000 --- a/dev-util/debhelper/debhelper-9.20130720.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20130720.ebuild,v 1.1 2013/08/21 07:48:29 jer Exp $ - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" -HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" -IUSE="test" -DH_LINGUAS=( de es fr ) -IUSE+=" ${DH_LINGUAS[@]/#/linguas_}" - -NLS_DEPEND=$( - printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]} -) - -RDEPEND=" - >=dev-lang/perl-5.10 - app-arch/dpkg - dev-perl/TimeDate - virtual/perl-Getopt-Long -" -DEPEND="${RDEPEND} - ${NLS_DEPEND} - test? ( dev-perl/Test-Pod ) -" - -S=${WORKDIR}/${PN} - -src_compile() { - tc-export CC - - local LANGS="" USE_NLS=no lingua - for lingua in ${DH_LINGUAS[@]}; do - if use linguas_${lingua}; then - LANGS+=" ${lingua}" - USE_NLS=yes - fi - done - - emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - dodoc doc/* debian/changelog - docinto examples - dodoc examples/* - local lingua - for manfile in *.1 *.7 ; do - for lingua in ${DH_LINGUAS[@]}; do - case ${manfile} in - *.${lingua}.?) - use linguas_${lingua} \ - && cp ${manfile} "${T}"/${manfile/.${lingua}/} \ - && doman -i18n=${lingua} "${T}"/${manfile/.${lingua}/} - ;; - *) - doman ${manfile} - ;; - esac - done - done -} diff --git a/dev-util/debhelper/debhelper-9.20130921.ebuild b/dev-util/debhelper/debhelper-9.20130921.ebuild deleted file mode 100644 index 5d9652b82d04..000000000000 --- a/dev-util/debhelper/debhelper-9.20130921.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20130921.ebuild,v 1.1 2013/09/22 14:11:02 jer Exp $ - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" -HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" -IUSE="test" -DH_LINGUAS=( de es fr ) -IUSE+=" ${DH_LINGUAS[@]/#/linguas_}" - -NLS_DEPEND=$( - printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]} -) - -RDEPEND=" - >=dev-lang/perl-5.10 - app-arch/dpkg - dev-perl/TimeDate - virtual/perl-Getopt-Long -" -DEPEND="${RDEPEND} - ${NLS_DEPEND} - test? ( dev-perl/Test-Pod ) -" - -S=${WORKDIR}/${PN} - -src_compile() { - tc-export CC - - local LANGS="" USE_NLS=no lingua - for lingua in ${DH_LINGUAS[@]}; do - if use linguas_${lingua}; then - LANGS+=" ${lingua}" - USE_NLS=yes - fi - done - - emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - dodoc doc/* debian/changelog - docinto examples - dodoc examples/* - local lingua - for manfile in *.1 *.7 ; do - for lingua in ${DH_LINGUAS[@]}; do - case ${manfile} in - *.${lingua}.?) - use linguas_${lingua} \ - && cp ${manfile} "${T}"/${manfile/.${lingua}/} \ - && doman -i18n=${lingua} "${T}"/${manfile/.${lingua}/} - ;; - *) - doman ${manfile} - ;; - esac - done - done -} diff --git a/dev-util/debhelper/debhelper-9.20131105.ebuild b/dev-util/debhelper/debhelper-9.20131105.ebuild deleted file mode 100644 index 08e14c421143..000000000000 --- a/dev-util/debhelper/debhelper-9.20131105.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20131105.ebuild,v 1.1 2013/11/06 15:35:39 jer Exp $ - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" -HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" -IUSE="test" -DH_LINGUAS=( de es fr ) -IUSE+=" ${DH_LINGUAS[@]/#/linguas_}" - -NLS_DEPEND=$( - printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]} -) - -RDEPEND=" - >=dev-lang/perl-5.10 - app-arch/dpkg - dev-perl/TimeDate - virtual/perl-Getopt-Long -" -DEPEND="${RDEPEND} - ${NLS_DEPEND} - test? ( dev-perl/Test-Pod ) -" - -S=${WORKDIR}/${PN} - -src_compile() { - tc-export CC - - local LANGS="" USE_NLS=no lingua - for lingua in ${DH_LINGUAS[@]}; do - if use linguas_${lingua}; then - LANGS+=" ${lingua}" - USE_NLS=yes - fi - done - - emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - dodoc doc/* debian/changelog - docinto examples - dodoc examples/* - local lingua - for manfile in *.1 *.7 ; do - for lingua in ${DH_LINGUAS[@]}; do - case ${manfile} in - *.${lingua}.?) - use linguas_${lingua} \ - && cp ${manfile} "${T}"/${manfile/.${lingua}/} \ - && doman -i18n=${lingua} "${T}"/${manfile/.${lingua}/} - ;; - *) - doman ${manfile} - ;; - esac - done - done -} diff --git a/dev-util/debhelper/debhelper-9.20131110.ebuild b/dev-util/debhelper/debhelper-9.20131110.ebuild deleted file mode 100644 index 630fc0b623c0..000000000000 --- a/dev-util/debhelper/debhelper-9.20131110.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20131110.ebuild,v 1.1 2013/11/10 23:10:07 jer Exp $ - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" -HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" -IUSE="test" -DH_LINGUAS=( de es fr ) -IUSE+=" ${DH_LINGUAS[@]/#/linguas_}" - -NLS_DEPEND=$( - printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]} -) - -RDEPEND=" - >=dev-lang/perl-5.10 - app-arch/dpkg - dev-perl/TimeDate - virtual/perl-Getopt-Long -" -DEPEND="${RDEPEND} - ${NLS_DEPEND} - test? ( dev-perl/Test-Pod ) -" - -S=${WORKDIR}/${PN} - -src_compile() { - tc-export CC - - local LANGS="" USE_NLS=no lingua - for lingua in ${DH_LINGUAS[@]}; do - if use linguas_${lingua}; then - LANGS+=" ${lingua}" - USE_NLS=yes - fi - done - - emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - dodoc doc/* debian/changelog - docinto examples - dodoc examples/* - local lingua - for manfile in *.1 *.7 ; do - for lingua in ${DH_LINGUAS[@]}; do - case ${manfile} in - *.${lingua}.?) - use linguas_${lingua} \ - && cp ${manfile} "${T}"/${manfile/.${lingua}/} \ - && doman -i18n=${lingua} "${T}"/${manfile/.${lingua}/} - ;; - *) - doman ${manfile} - ;; - esac - done - done -} diff --git a/dev-util/debhelper/debhelper-9.20131127.ebuild b/dev-util/debhelper/debhelper-9.20131127.ebuild deleted file mode 100644 index e7ee03ee93c3..000000000000 --- a/dev-util/debhelper/debhelper-9.20131127.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20131127.ebuild,v 1.1 2013/11/28 11:42:58 jer Exp $ - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" -HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" -IUSE="test" -DH_LINGUAS=( de es fr ) -IUSE+=" ${DH_LINGUAS[@]/#/linguas_}" - -NLS_DEPEND=$( - printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]} -) - -RDEPEND=" - >=dev-lang/perl-5.10 - app-arch/dpkg - dev-perl/TimeDate - virtual/perl-Getopt-Long -" -DEPEND="${RDEPEND} - ${NLS_DEPEND} - test? ( dev-perl/Test-Pod ) -" - -S=${WORKDIR}/${PN} - -src_compile() { - tc-export CC - - local LANGS="" USE_NLS=no lingua - for lingua in ${DH_LINGUAS[@]}; do - if use linguas_${lingua}; then - LANGS+=" ${lingua}" - USE_NLS=yes - fi - done - - emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - dodoc doc/* debian/changelog - docinto examples - dodoc examples/* - local lingua - for manfile in *.1 *.7 ; do - for lingua in ${DH_LINGUAS[@]}; do - case ${manfile} in - *.${lingua}.?) - use linguas_${lingua} \ - && cp ${manfile} "${T}"/${manfile/.${lingua}/} \ - && doman -i18n=${lingua} "${T}"/${manfile/.${lingua}/} - ;; - *) - doman ${manfile} - ;; - esac - done - done -} diff --git a/dev-util/debhelper/debhelper-9.20131213.ebuild b/dev-util/debhelper/debhelper-9.20131213.ebuild deleted file mode 100644 index a0600f9697b1..000000000000 --- a/dev-util/debhelper/debhelper-9.20131213.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20131213.ebuild,v 1.1 2013/12/14 14:44:39 jer Exp $ - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" -HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" -IUSE="test" -DH_LINGUAS=( de es fr ) -IUSE+=" ${DH_LINGUAS[@]/#/linguas_}" - -NLS_DEPEND=$( - printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]} -) - -RDEPEND=" - >=dev-lang/perl-5.10 - app-arch/dpkg - dev-perl/TimeDate - virtual/perl-Getopt-Long -" -DEPEND="${RDEPEND} - ${NLS_DEPEND} - test? ( dev-perl/Test-Pod ) -" - -S=${WORKDIR}/${PN} - -src_compile() { - tc-export CC - - local LANGS="" USE_NLS=no lingua - for lingua in ${DH_LINGUAS[@]}; do - if use linguas_${lingua}; then - LANGS+=" ${lingua}" - USE_NLS=yes - fi - done - - emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - dodoc doc/* debian/changelog - docinto examples - dodoc examples/* - local lingua - for manfile in *.1 *.7 ; do - for lingua in ${DH_LINGUAS[@]}; do - case ${manfile} in - *.${lingua}.?) - use linguas_${lingua} \ - && cp ${manfile} "${T}"/${manfile/.${lingua}/} \ - && doman -i18n=${lingua} "${T}"/${manfile/.${lingua}/} - ;; - *) - doman ${manfile} - ;; - esac - done - done -} diff --git a/dev-util/debhelper/debhelper-9.20131227.ebuild b/dev-util/debhelper/debhelper-9.20140613.ebuild index f81b8be37b13..b89697451f91 100644 --- a/dev-util/debhelper/debhelper-9.20131227.ebuild +++ b/dev-util/debhelper/debhelper-9.20140613.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20131227.ebuild,v 1.1 2013/12/28 13:25:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20140613.ebuild,v 1.1 2014/06/14 00:06:46 jer Exp $ EAPI=5 inherit eutils toolchain-funcs |