diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-24 07:10:26 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-24 07:11:13 +0100 |
commit | 2252b25b458d7ba1d931f1c49568e4ba5202e7cb (patch) | |
tree | 234e031ffccbe2abdbd756b78bf26825206c665b /dev-util/debhelper | |
parent | dev-util/debhelper: Version bump. (diff) | |
download | gentoo-2252b25b458d7ba1d931f1c49568e4ba5202e7cb.tar.gz gentoo-2252b25b458d7ba1d931f1c49568e4ba5202e7cb.tar.bz2 gentoo-2252b25b458d7ba1d931f1c49568e4ba5202e7cb.zip |
dev-util/debhelper: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/debhelper')
-rw-r--r-- | dev-util/debhelper/Manifest | 1 | ||||
-rw-r--r-- | dev-util/debhelper/debhelper-10.2.2.ebuild | 74 |
2 files changed, 0 insertions, 75 deletions
diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest index b29477f201f1..2b78269dafae 100644 --- a/dev-util/debhelper/Manifest +++ b/dev-util/debhelper/Manifest @@ -1,4 +1,3 @@ -DIST debhelper_10.2.2.tar.xz 355692 SHA256 07f84f415f390bd9573a7abc8078203b3f57a2d4590b97010cf75b596b274075 SHA512 b5aaa5ed26d81fa571559f9e38b8729ecdfe364180b9991b9b0661f35adde6c134caf9b2181dcc34b6333095cc00ff04278f037d8521f6df76dc1535da469704 WHIRLPOOL 6b0e02eaed1c6c0d9d3e95aeadbf547c45be269c5f31bd8209e30ad8c3544d5c51a189ff077cad73f4937e66743a0a2af209388af83eb299d8cd02a4ce0209a4 DIST debhelper_10.2.3.tar.xz 355864 SHA256 80a31c22a5c3041b785844dae1b18c436872bdc64221fbd1d1a6c900b40b358b SHA512 6246a7d42e17c15251ab7b3db9f6611c6c6e287ffbdeb3a3aae0a3a729cfec7d53fef371715ae327c5fd0a9c1b70dfc6b6a5bf9e6c81a08ec1b849d234843a21 WHIRLPOOL cb1b178c196c18566f262bd260156a1e9ea228d42b9b8cf70d0284d13d9983ac828262a853dae50bde6510d551f7e651aff67795b13e8c7cd07abd7573678047 DIST debhelper_10.2.4.tar.xz 357664 SHA256 72ffc3327baae880b10f6cf519e9d848734d853905a3b79948a67019048e8d10 SHA512 62b4659ba745d176581746a496d9cb1f213bdff93cacfaa1aa9a67b2b78bf5cfc66dc9babc089de0de1836767902840204d62c67c14362cb0cf9be1c06381100 WHIRLPOOL 50a98d7a105105ee0e465b73885cd8737acb675d6f03f0d1d65febae8018b734f82efaf1147fc4d84bb01bcf5a48ffc1629f4cbb5aa9655e4d1ef5f8dde8df2d DIST debhelper_9.20150101.tar.gz 545089 SHA256 fd8d81d71d1bb0ba4b58c517465551231dd60811b98c867e4344bc55ec6a45f2 SHA512 62c85f751627cf0bdac392c6e8c5298995030962b7753047414e740b3767d722c209329c9f0c3c07c94e82bbb7250c163ce49b681e268a0decdbd19b72ea132a WHIRLPOOL 31315544c3ee695a53ef2310ad69e59c68fb0b73399305b9fe57ceb7b01faab72995e01aed270300dd0fbaed2686a5b565a8a08cfc31c720c5baa2a6c475ac4e diff --git a/dev-util/debhelper/debhelper-10.2.2.ebuild b/dev-util/debhelper/debhelper-10.2.2.ebuild deleted file mode 100644 index 1cae8497a62e..000000000000 --- a/dev-util/debhelper/debhelper-10.2.2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -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" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~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-1.17 - dev-perl/TimeDate - virtual/perl-Getopt-Long -" -DEPEND=" - ${RDEPEND} - ${NLS_DEPEND} - test? ( - dev-perl/Test-Pod - sys-apps/fakeroot - ) -" - -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 -} |