summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-07-08 14:24:35 +0000
committerJeroen Roovers <jer@gentoo.org>2012-07-08 14:24:35 +0000
commit8c753b95d0262ae37f3737711b57ec867621e640 (patch)
treefe258d0809d8b43133c3169e368b4b285173fe22 /dev-util/debhelper
parentVersion bump. (diff)
downloadgentoo-2-8c753b95d0262ae37f3737711b57ec867621e640.tar.gz
gentoo-2-8c753b95d0262ae37f3737711b57ec867621e640.tar.bz2
gentoo-2-8c753b95d0262ae37f3737711b57ec867621e640.zip
Old.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/debhelper')
-rw-r--r--dev-util/debhelper/ChangeLog8
-rw-r--r--dev-util/debhelper/debhelper-9.20120115.ebuild69
-rw-r--r--dev-util/debhelper/debhelper-9.20120312.ebuild69
-rw-r--r--dev-util/debhelper/debhelper-9.20120419.ebuild68
-rw-r--r--dev-util/debhelper/debhelper-9.20120513.ebuild68
-rw-r--r--dev-util/debhelper/debhelper-9.20120518.ebuild68
-rw-r--r--dev-util/debhelper/debhelper-9.20120523.ebuild68
-rw-r--r--dev-util/debhelper/debhelper-9.20120528.ebuild68
8 files changed, 7 insertions, 479 deletions
diff --git a/dev-util/debhelper/ChangeLog b/dev-util/debhelper/ChangeLog
index 2da4eab86cdb..5616d173ec2b 100644
--- a/dev-util/debhelper/ChangeLog
+++ b/dev-util/debhelper/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/debhelper
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.50 2012/06/17 17:43:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.51 2012/07/08 14:24:35 jer Exp $
+
+ 08 Jul 2012; Jeroen Roovers <jer@gentoo.org> -debhelper-9.20120115.ebuild,
+ -debhelper-9.20120312.ebuild, -debhelper-9.20120419.ebuild,
+ -debhelper-9.20120513.ebuild, -debhelper-9.20120518.ebuild,
+ -debhelper-9.20120523.ebuild, -debhelper-9.20120528.ebuild:
+ Old.
17 Jun 2012; Raúl Porcel <armin76@gentoo.org> debhelper-9.20120322.ebuild:
alpha/ia64/m68k/s390/sh/sparc stable wrt #415269
diff --git a/dev-util/debhelper/debhelper-9.20120115.ebuild b/dev-util/debhelper/debhelper-9.20120115.ebuild
deleted file mode 100644
index dd7554b27a10..000000000000
--- a/dev-util/debhelper/debhelper-9.20120115.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20120115.ebuild,v 1.8 2012/04/01 15:37:21 armin76 Exp $
-
-EAPI="4"
-
-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://kitenet.net/~joey/code/debhelper.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc s390 sh sparc x86"
-IUSE="nls linguas_de linguas_es linguas_fr test"
-
-RDEPEND="app-arch/dpkg
- dev-perl/TimeDate
- virtual/perl-Getopt-Long
- >=dev-lang/perl-5.10"
-
-DEPEND="${RDEPEND}
- nls? ( >=app-text/po4a-0.24 )
- test? ( dev-perl/Test-Pod )"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-7.4.13-conditional-nls.patch
-}
-
-src_compile() {
- tc-export CC
- local USE_NLS=no LANGS=""
-
- use nls && USE_NLS=yes
-
- use linguas_de && LANGS="${LANGS} de"
- use linguas_es && LANGS="${LANGS} es"
- use linguas_fr && LANGS="${LANGS} fr"
-
- emake USE_NLS=${USE_NLS} LANGS="${LANGS}" build
-}
-
-src_install() {
- default
- dodoc doc/* debian/changelog
- docinto examples
- dodoc examples/*
- for manfile in *.1 *.7 ; do
- case ${manfile} in
- *.de.?) use linguas_de \
- && cp ${manfile} "${T}"/${manfile/.de/} \
- && doman -i18n=de "${T}"/${manfile/.de/}
- ;;
- *.es.?) use linguas_es \
- && cp ${manfile} "${T}"/${manfile/.es/} \
- && doman -i18n=es "${T}"/${manfile/.es/}
- ;;
- *.fr.?) use linguas_fr \
- && cp ${manfile} "${T}"/${manfile/.fr/} \
- && doman -i18n=fr "${T}"/${manfile/.fr/}
- ;;
- *) doman ${manfile}
- ;;
- esac
- done
-}
diff --git a/dev-util/debhelper/debhelper-9.20120312.ebuild b/dev-util/debhelper/debhelper-9.20120312.ebuild
deleted file mode 100644
index fffb3e664732..000000000000
--- a/dev-util/debhelper/debhelper-9.20120312.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20120312.ebuild,v 1.1 2012/03/20 21:28:42 jer Exp $
-
-EAPI="4"
-
-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://kitenet.net/~joey/code/debhelper.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="nls linguas_de linguas_es linguas_fr test"
-
-RDEPEND="app-arch/dpkg
- dev-perl/TimeDate
- virtual/perl-Getopt-Long
- >=dev-lang/perl-5.10"
-
-DEPEND="${RDEPEND}
- nls? ( >=app-text/po4a-0.24 )
- test? ( dev-perl/Test-Pod )"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-7.4.13-conditional-nls.patch
-}
-
-src_compile() {
- tc-export CC
- local USE_NLS=no LANGS=""
-
- use nls && USE_NLS=yes
-
- use linguas_de && LANGS="${LANGS} de"
- use linguas_es && LANGS="${LANGS} es"
- use linguas_fr && LANGS="${LANGS} fr"
-
- emake USE_NLS=${USE_NLS} LANGS="${LANGS}" build
-}
-
-src_install() {
- default
- dodoc doc/* debian/changelog
- docinto examples
- dodoc examples/*
- for manfile in *.1 *.7 ; do
- case ${manfile} in
- *.de.?) use linguas_de \
- && cp ${manfile} "${T}"/${manfile/.de/} \
- && doman -i18n=de "${T}"/${manfile/.de/}
- ;;
- *.es.?) use linguas_es \
- && cp ${manfile} "${T}"/${manfile/.es/} \
- && doman -i18n=es "${T}"/${manfile/.es/}
- ;;
- *.fr.?) use linguas_fr \
- && cp ${manfile} "${T}"/${manfile/.fr/} \
- && doman -i18n=fr "${T}"/${manfile/.fr/}
- ;;
- *) doman ${manfile}
- ;;
- esac
- done
-}
diff --git a/dev-util/debhelper/debhelper-9.20120419.ebuild b/dev-util/debhelper/debhelper-9.20120419.ebuild
deleted file mode 100644
index f1884c61c856..000000000000
--- a/dev-util/debhelper/debhelper-9.20120419.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20120419.ebuild,v 1.1 2012/05/09 14:33:45 jer Exp $
-
-EAPI=4
-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://kitenet.net/~joey/code/debhelper.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="nls linguas_de linguas_es linguas_fr test"
-
-RDEPEND="app-arch/dpkg
- dev-perl/TimeDate
- virtual/perl-Getopt-Long
- >=dev-lang/perl-5.10"
-
-DEPEND="${RDEPEND}
- nls? ( >=app-text/po4a-0.24 )
- test? ( dev-perl/Test-Pod )"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-7.4.13-conditional-nls.patch
-}
-
-src_compile() {
- tc-export CC
- local USE_NLS=no LANGS=""
-
- use nls && USE_NLS=yes
-
- use linguas_de && LANGS="${LANGS} de"
- use linguas_es && LANGS="${LANGS} es"
- use linguas_fr && LANGS="${LANGS} fr"
-
- emake USE_NLS=${USE_NLS} LANGS="${LANGS}" build
-}
-
-src_install() {
- default
- dodoc doc/* debian/changelog
- docinto examples
- dodoc examples/*
- for manfile in *.1 *.7 ; do
- case ${manfile} in
- *.de.?) use linguas_de \
- && cp ${manfile} "${T}"/${manfile/.de/} \
- && doman -i18n=de "${T}"/${manfile/.de/}
- ;;
- *.es.?) use linguas_es \
- && cp ${manfile} "${T}"/${manfile/.es/} \
- && doman -i18n=es "${T}"/${manfile/.es/}
- ;;
- *.fr.?) use linguas_fr \
- && cp ${manfile} "${T}"/${manfile/.fr/} \
- && doman -i18n=fr "${T}"/${manfile/.fr/}
- ;;
- *) doman ${manfile}
- ;;
- esac
- done
-}
diff --git a/dev-util/debhelper/debhelper-9.20120513.ebuild b/dev-util/debhelper/debhelper-9.20120513.ebuild
deleted file mode 100644
index 040705861df3..000000000000
--- a/dev-util/debhelper/debhelper-9.20120513.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20120513.ebuild,v 1.1 2012/05/16 17:09:16 jer Exp $
-
-EAPI=4
-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://kitenet.net/~joey/code/debhelper.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="nls linguas_de linguas_es linguas_fr test"
-
-RDEPEND="app-arch/dpkg
- dev-perl/TimeDate
- virtual/perl-Getopt-Long
- >=dev-lang/perl-5.10"
-
-DEPEND="${RDEPEND}
- nls? ( >=app-text/po4a-0.24 )
- test? ( dev-perl/Test-Pod )"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-7.4.13-conditional-nls.patch
-}
-
-src_compile() {
- tc-export CC
- local USE_NLS=no LANGS=""
-
- use nls && USE_NLS=yes
-
- use linguas_de && LANGS="${LANGS} de"
- use linguas_es && LANGS="${LANGS} es"
- use linguas_fr && LANGS="${LANGS} fr"
-
- emake USE_NLS=${USE_NLS} LANGS="${LANGS}" build
-}
-
-src_install() {
- default
- dodoc doc/* debian/changelog
- docinto examples
- dodoc examples/*
- for manfile in *.1 *.7 ; do
- case ${manfile} in
- *.de.?) use linguas_de \
- && cp ${manfile} "${T}"/${manfile/.de/} \
- && doman -i18n=de "${T}"/${manfile/.de/}
- ;;
- *.es.?) use linguas_es \
- && cp ${manfile} "${T}"/${manfile/.es/} \
- && doman -i18n=es "${T}"/${manfile/.es/}
- ;;
- *.fr.?) use linguas_fr \
- && cp ${manfile} "${T}"/${manfile/.fr/} \
- && doman -i18n=fr "${T}"/${manfile/.fr/}
- ;;
- *) doman ${manfile}
- ;;
- esac
- done
-}
diff --git a/dev-util/debhelper/debhelper-9.20120518.ebuild b/dev-util/debhelper/debhelper-9.20120518.ebuild
deleted file mode 100644
index c71323026dd7..000000000000
--- a/dev-util/debhelper/debhelper-9.20120518.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20120518.ebuild,v 1.1 2012/05/19 15:17:58 jer Exp $
-
-EAPI=4
-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://kitenet.net/~joey/code/debhelper.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="nls linguas_de linguas_es linguas_fr test"
-
-RDEPEND="app-arch/dpkg
- dev-perl/TimeDate
- virtual/perl-Getopt-Long
- >=dev-lang/perl-5.10"
-
-DEPEND="${RDEPEND}
- nls? ( >=app-text/po4a-0.24 )
- test? ( dev-perl/Test-Pod )"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-7.4.13-conditional-nls.patch
-}
-
-src_compile() {
- tc-export CC
- local USE_NLS=no LANGS=""
-
- use nls && USE_NLS=yes
-
- use linguas_de && LANGS="${LANGS} de"
- use linguas_es && LANGS="${LANGS} es"
- use linguas_fr && LANGS="${LANGS} fr"
-
- emake USE_NLS=${USE_NLS} LANGS="${LANGS}" build
-}
-
-src_install() {
- default
- dodoc doc/* debian/changelog
- docinto examples
- dodoc examples/*
- for manfile in *.1 *.7 ; do
- case ${manfile} in
- *.de.?) use linguas_de \
- && cp ${manfile} "${T}"/${manfile/.de/} \
- && doman -i18n=de "${T}"/${manfile/.de/}
- ;;
- *.es.?) use linguas_es \
- && cp ${manfile} "${T}"/${manfile/.es/} \
- && doman -i18n=es "${T}"/${manfile/.es/}
- ;;
- *.fr.?) use linguas_fr \
- && cp ${manfile} "${T}"/${manfile/.fr/} \
- && doman -i18n=fr "${T}"/${manfile/.fr/}
- ;;
- *) doman ${manfile}
- ;;
- esac
- done
-}
diff --git a/dev-util/debhelper/debhelper-9.20120523.ebuild b/dev-util/debhelper/debhelper-9.20120523.ebuild
deleted file mode 100644
index 7b6f3c1eba44..000000000000
--- a/dev-util/debhelper/debhelper-9.20120523.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20120523.ebuild,v 1.1 2012/05/24 05:28:37 jer Exp $
-
-EAPI=4
-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://kitenet.net/~joey/code/debhelper.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="nls linguas_de linguas_es linguas_fr test"
-
-RDEPEND="app-arch/dpkg
- dev-perl/TimeDate
- virtual/perl-Getopt-Long
- >=dev-lang/perl-5.10"
-
-DEPEND="${RDEPEND}
- nls? ( >=app-text/po4a-0.24 )
- test? ( dev-perl/Test-Pod )"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-7.4.13-conditional-nls.patch
-}
-
-src_compile() {
- tc-export CC
- local USE_NLS=no LANGS=""
-
- use nls && USE_NLS=yes
-
- use linguas_de && LANGS="${LANGS} de"
- use linguas_es && LANGS="${LANGS} es"
- use linguas_fr && LANGS="${LANGS} fr"
-
- emake USE_NLS=${USE_NLS} LANGS="${LANGS}" build
-}
-
-src_install() {
- default
- dodoc doc/* debian/changelog
- docinto examples
- dodoc examples/*
- for manfile in *.1 *.7 ; do
- case ${manfile} in
- *.de.?) use linguas_de \
- && cp ${manfile} "${T}"/${manfile/.de/} \
- && doman -i18n=de "${T}"/${manfile/.de/}
- ;;
- *.es.?) use linguas_es \
- && cp ${manfile} "${T}"/${manfile/.es/} \
- && doman -i18n=es "${T}"/${manfile/.es/}
- ;;
- *.fr.?) use linguas_fr \
- && cp ${manfile} "${T}"/${manfile/.fr/} \
- && doman -i18n=fr "${T}"/${manfile/.fr/}
- ;;
- *) doman ${manfile}
- ;;
- esac
- done
-}
diff --git a/dev-util/debhelper/debhelper-9.20120528.ebuild b/dev-util/debhelper/debhelper-9.20120528.ebuild
deleted file mode 100644
index c02f8d6b5d78..000000000000
--- a/dev-util/debhelper/debhelper-9.20120528.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20120528.ebuild,v 1.1 2012/05/29 07:37:39 jer Exp $
-
-EAPI=4
-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://kitenet.net/~joey/code/debhelper.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="nls linguas_de linguas_es linguas_fr test"
-
-RDEPEND="app-arch/dpkg
- dev-perl/TimeDate
- virtual/perl-Getopt-Long
- >=dev-lang/perl-5.10"
-
-DEPEND="${RDEPEND}
- nls? ( >=app-text/po4a-0.24 )
- test? ( dev-perl/Test-Pod )"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-7.4.13-conditional-nls.patch
-}
-
-src_compile() {
- tc-export CC
- local USE_NLS=no LANGS=""
-
- use nls && USE_NLS=yes
-
- use linguas_de && LANGS="${LANGS} de"
- use linguas_es && LANGS="${LANGS} es"
- use linguas_fr && LANGS="${LANGS} fr"
-
- emake USE_NLS=${USE_NLS} LANGS="${LANGS}" build
-}
-
-src_install() {
- default
- dodoc doc/* debian/changelog
- docinto examples
- dodoc examples/*
- for manfile in *.1 *.7 ; do
- case ${manfile} in
- *.de.?) use linguas_de \
- && cp ${manfile} "${T}"/${manfile/.de/} \
- && doman -i18n=de "${T}"/${manfile/.de/}
- ;;
- *.es.?) use linguas_es \
- && cp ${manfile} "${T}"/${manfile/.es/} \
- && doman -i18n=es "${T}"/${manfile/.es/}
- ;;
- *.fr.?) use linguas_fr \
- && cp ${manfile} "${T}"/${manfile/.fr/} \
- && doman -i18n=fr "${T}"/${manfile/.fr/}
- ;;
- *) doman ${manfile}
- ;;
- esac
- done
-}