summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-08-13 14:43:17 +0000
committerJeroen Roovers <jer@gentoo.org>2013-08-13 14:43:17 +0000
commit910048272684a7fdd1d0481c1b24481c97f98c39 (patch)
treec60c007f0bfe0ab0ca9556bff0b7cfa645882b87 /dev-util
parentStable for amd64, wrt bug #480798 (diff)
downloadgentoo-2-910048272684a7fdd1d0481c1b24481c97f98c39.tar.gz
gentoo-2-910048272684a7fdd1d0481c1b24481c97f98c39.tar.bz2
gentoo-2-910048272684a7fdd1d0481c1b24481c97f98c39.zip
Old.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/debhelper/ChangeLog9
-rw-r--r--dev-util/debhelper/debhelper-9.20130504.ebuild70
-rw-r--r--dev-util/debhelper/debhelper-9.20130507.ebuild70
-rw-r--r--dev-util/debhelper/debhelper-9.20130509.ebuild70
-rw-r--r--dev-util/debhelper/debhelper-9.20130516.ebuild70
-rw-r--r--dev-util/debhelper/debhelper-9.20130518.ebuild70
-rw-r--r--dev-util/debhelper/debhelper-9.20130604.ebuild70
-rw-r--r--dev-util/debhelper/debhelper-9.20130605.ebuild70
-rw-r--r--dev-util/debhelper/debhelper-9.20130624.ebuild70
-rw-r--r--dev-util/debhelper/debhelper-9.20130626.ebuild70
10 files changed, 8 insertions, 631 deletions
diff --git a/dev-util/debhelper/ChangeLog b/dev-util/debhelper/ChangeLog
index bc20a776a601..4bdd8898efb3 100644
--- a/dev-util/debhelper/ChangeLog
+++ b/dev-util/debhelper/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/debhelper
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.88 2013/08/07 13:22:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.89 2013/08/13 14:43:17 jer Exp $
+
+ 13 Aug 2013; Jeroen Roovers <jer@gentoo.org> -debhelper-9.20130504.ebuild,
+ -debhelper-9.20130507.ebuild, -debhelper-9.20130509.ebuild,
+ -debhelper-9.20130516.ebuild, -debhelper-9.20130518.ebuild,
+ -debhelper-9.20130604.ebuild, -debhelper-9.20130605.ebuild,
+ -debhelper-9.20130624.ebuild, -debhelper-9.20130626.ebuild:
+ Old.
07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> debhelper-9.20130630.ebuild:
Stable for x86, wrt bug #477508
diff --git a/dev-util/debhelper/debhelper-9.20130504.ebuild b/dev-util/debhelper/debhelper-9.20130504.ebuild
deleted file mode 100644
index 5b082d0421af..000000000000
--- a/dev-util/debhelper/debhelper-9.20130504.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.20130504.ebuild,v 1.2 2013/05/05 15:13:43 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"
-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() {
- default
- 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.20130507.ebuild b/dev-util/debhelper/debhelper-9.20130507.ebuild
deleted file mode 100644
index 588f88955b3f..000000000000
--- a/dev-util/debhelper/debhelper-9.20130507.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.20130507.ebuild,v 1.1 2013/05/08 01:53:19 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"
-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() {
- default
- 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.20130509.ebuild b/dev-util/debhelper/debhelper-9.20130509.ebuild
deleted file mode 100644
index d4a0edd51e13..000000000000
--- a/dev-util/debhelper/debhelper-9.20130509.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.20130509.ebuild,v 1.1 2013/05/10 15:56:44 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"
-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() {
- default
- 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.20130516.ebuild b/dev-util/debhelper/debhelper-9.20130516.ebuild
deleted file mode 100644
index 26c9a242b853..000000000000
--- a/dev-util/debhelper/debhelper-9.20130516.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.20130516.ebuild,v 1.1 2013/05/17 13:31: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"
-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() {
- default
- 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.20130518.ebuild b/dev-util/debhelper/debhelper-9.20130518.ebuild
deleted file mode 100644
index c234ce587912..000000000000
--- a/dev-util/debhelper/debhelper-9.20130518.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.20130518.ebuild,v 1.1 2013/05/26 15:50:37 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"
-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() {
- default
- 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.20130604.ebuild b/dev-util/debhelper/debhelper-9.20130604.ebuild
deleted file mode 100644
index 3ab8ea30c7ec..000000000000
--- a/dev-util/debhelper/debhelper-9.20130604.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.20130604.ebuild,v 1.1 2013/06/04 23:37: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"
-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() {
- default
- 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.20130605.ebuild b/dev-util/debhelper/debhelper-9.20130605.ebuild
deleted file mode 100644
index 69a62dad07d8..000000000000
--- a/dev-util/debhelper/debhelper-9.20130605.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.20130605.ebuild,v 1.2 2013/06/18 04:17:26 ottxor 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.20130624.ebuild b/dev-util/debhelper/debhelper-9.20130624.ebuild
deleted file mode 100644
index 48cc46d6d0ed..000000000000
--- a/dev-util/debhelper/debhelper-9.20130624.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.20130624.ebuild,v 1.1 2013/06/25 06:48:12 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.20130626.ebuild b/dev-util/debhelper/debhelper-9.20130626.ebuild
deleted file mode 100644
index 49265bc459fa..000000000000
--- a/dev-util/debhelper/debhelper-9.20130626.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.20130626.ebuild,v 1.1 2013/06/27 12:53:44 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
-}