summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-11-08 13:23:18 +0000
committerJeroen Roovers <jer@gentoo.org>2014-11-08 13:23:18 +0000
commit4ee489a05ada56745bb7c547cf1020dc5554bf3b (patch)
tree22309719ae064eaa12cc084470b3b8a21068f332 /dev-util
parentAdd missing sys-devel/gettext DEPEND, thanks to Nikoli. (diff)
downloadgentoo-2-4ee489a05ada56745bb7c547cf1020dc5554bf3b.tar.gz
gentoo-2-4ee489a05ada56745bb7c547cf1020dc5554bf3b.tar.bz2
gentoo-2-4ee489a05ada56745bb7c547cf1020dc5554bf3b.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/debhelper/ChangeLog8
-rw-r--r--dev-util/debhelper/debhelper-9.20141022.ebuild70
-rw-r--r--dev-util/debhelper/debhelper-9.20141107.ebuild (renamed from dev-util/debhelper/debhelper-9.20141010.ebuild)2
3 files changed, 8 insertions, 72 deletions
diff --git a/dev-util/debhelper/ChangeLog b/dev-util/debhelper/ChangeLog
index 0826468deb25..d3298cc343ca 100644
--- a/dev-util/debhelper/ChangeLog
+++ b/dev-util/debhelper/ChangeLog
@@ -1,6 +1,12 @@
# 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.112 2014/10/23 08:57:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.113 2014/11/08 13:23:18 jer Exp $
+
+*debhelper-9.20141107 (08 Nov 2014)
+
+ 08 Nov 2014; Jeroen Roovers <jer@gentoo.org> -debhelper-9.20141010.ebuild,
+ -debhelper-9.20141022.ebuild, +debhelper-9.20141107.ebuild:
+ Version bump.
*debhelper-9.20141022 (23 Oct 2014)
diff --git a/dev-util/debhelper/debhelper-9.20141022.ebuild b/dev-util/debhelper/debhelper-9.20141022.ebuild
deleted file mode 100644
index b1ad994b2a12..000000000000
--- a/dev-util/debhelper/debhelper-9.20141022.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# 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.20141022.ebuild,v 1.1 2014/10/23 08:57:24 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-1.17
- 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.20141010.ebuild b/dev-util/debhelper/debhelper-9.20141107.ebuild
index 86dcbd191267..6ac41a255a0f 100644
--- a/dev-util/debhelper/debhelper-9.20141010.ebuild
+++ b/dev-util/debhelper/debhelper-9.20141107.ebuild
@@ -1,6 +1,6 @@
# 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.20141010.ebuild,v 1.1 2014/10/11 12:50:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20141107.ebuild,v 1.1 2014/11/08 13:23:18 jer Exp $
EAPI=5
inherit eutils toolchain-funcs