summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-09-07 00:39:11 +0000
committerMike Frysinger <vapier@gentoo.org>2011-09-07 00:39:11 +0000
commit0e72cf56e907cd0f9970fecb17d32334dbd49280 (patch)
tree316485bc2db1321e10984ac4be1fcab268cc9ebb /app-misc/ca-certificates
parentVersion bump and sync live ebuilds with release. (diff)
downloadgentoo-2-0e72cf56e907cd0f9970fecb17d32334dbd49280.tar.gz
gentoo-2-0e72cf56e907cd0f9970fecb17d32334dbd49280.tar.bz2
gentoo-2-0e72cf56e907cd0f9970fecb17d32334dbd49280.zip
Remove old mktemp depends, and move deb2targz to DEPEND since it is only needed to unpack the pkg.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ca-certificates')
-rw-r--r--app-misc/ca-certificates/ChangeLog7
-rw-r--r--app-misc/ca-certificates/ca-certificates-20110502-r3.ebuild10
2 files changed, 12 insertions, 5 deletions
diff --git a/app-misc/ca-certificates/ChangeLog b/app-misc/ca-certificates/ChangeLog
index c47b9949a313..41f605aba01d 100644
--- a/app-misc/ca-certificates/ChangeLog
+++ b/app-misc/ca-certificates/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/ca-certificates
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.53 2011/09/05 19:56:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.54 2011/09/07 00:39:11 vapier Exp $
+
+ 07 Sep 2011; Mike Frysinger <vapier@gentoo.org>
+ ca-certificates-20110502-r3.ebuild:
+ Remove old mktemp depends, and move deb2targz to DEPEND since it is only
+ needed to unpack the pkg.
*ca-certificates-20110502-r3 (05 Sep 2011)
diff --git a/app-misc/ca-certificates/ca-certificates-20110502-r3.ebuild b/app-misc/ca-certificates/ca-certificates-20110502-r3.ebuild
index a46f012aeedb..02fcbb1b97f9 100644
--- a/app-misc/ca-certificates/ca-certificates-20110502-r3.ebuild
+++ b/app-misc/ca-certificates/ca-certificates-20110502-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20110502-r3.ebuild,v 1.1 2011/09/05 19:56:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20110502-r3.ebuild,v 1.2 2011/09/07 00:39:11 vapier Exp $
EAPI="3"
@@ -15,11 +15,13 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE=""
-DEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp sys-freebsd/freebsd-ubin )"
+# platforms like AIX don't have a good ar
+DEPEND="kernel_AIX? ( app-arch/deb2targz )"
+# openssl: we run `c_rehash`
+# debianutils: we run `run-parts`
RDEPEND="${DEPEND}
dev-libs/openssl
- sys-apps/debianutils
- kernel_AIX? ( app-arch/deb2targz )" # platforms like AIX don't have a good ar
+ sys-apps/debianutils"
S=${WORKDIR}