summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-05 14:13:45 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-05 14:13:45 +0000
commit40a8d5725d55572158856dd1b707fb5b0ef693f0 (patch)
treed2af8daa1b5ddbef3bde4a42f7035519f8c821c8 /app-forensics
parentAdd github to remote-id in metadata.xml (diff)
downloadgentoo-2-40a8d5725d55572158856dd1b707fb5b0ef693f0.tar.gz
gentoo-2-40a8d5725d55572158856dd1b707fb5b0ef693f0.tar.bz2
gentoo-2-40a8d5725d55572158856dd1b707fb5b0ef693f0.zip
Add slot operators
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/afflib/ChangeLog6
-rw-r--r--app-forensics/afflib/afflib-3.7.1.ebuild8
-rw-r--r--app-forensics/afflib/afflib-3.7.3.ebuild6
-rw-r--r--app-forensics/afflib/afflib-3.7.4.ebuild6
4 files changed, 15 insertions, 11 deletions
diff --git a/app-forensics/afflib/ChangeLog b/app-forensics/afflib/ChangeLog
index 29b7d0e417a9..7a902f2a376b 100644
--- a/app-forensics/afflib/ChangeLog
+++ b/app-forensics/afflib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-forensics/afflib
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.53 2015/06/05 14:12:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.54 2015/06/05 14:13:45 jlec Exp $
+
+ 05 Jun 2015; Justin Lecher <jlec@gentoo.org> afflib-3.7.1.ebuild,
+ afflib-3.7.3.ebuild, afflib-3.7.4.ebuild:
+ Add slot operators
05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
diff --git a/app-forensics/afflib/afflib-3.7.1.ebuild b/app-forensics/afflib/afflib-3.7.1.ebuild
index ae3ef7ade537..72bcbae501f7 100644
--- a/app-forensics/afflib/afflib-3.7.1.ebuild
+++ b/app-forensics/afflib/afflib-3.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.1.ebuild,v 1.6 2013/05/03 08:15:11 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.1.ebuild,v 1.7 2015/06/05 14:13:45 jlec Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@@ -18,11 +18,11 @@ KEYWORDS="amd64 hppa ppc x86"
IUSE="fuse ncurses python qemu readline s3 static-libs threads"
RDEPEND="dev-libs/expat
- dev-libs/openssl
+ dev-libs/openssl:0
sys-libs/zlib
fuse? ( sys-fs/fuse )
ncurses? ( sys-libs/ncurses )
- readline? ( sys-libs/readline )
+ readline? ( sys-libs/readline:0 )
s3? ( net-misc/curl )"
DEPEND="${RDEPEND}"
diff --git a/app-forensics/afflib/afflib-3.7.3.ebuild b/app-forensics/afflib/afflib-3.7.3.ebuild
index c3d015203ed1..c4e6a1e926f9 100644
--- a/app-forensics/afflib/afflib-3.7.3.ebuild
+++ b/app-forensics/afflib/afflib-3.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.3.ebuild,v 1.2 2015/04/08 07:30:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.3.ebuild,v 1.3 2015/06/05 14:13:45 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -23,12 +23,12 @@ IUSE="fuse ncurses python qemu readline s3 static-libs threads"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="dev-libs/expat
- dev-libs/openssl
+ dev-libs/openssl:0
sys-libs/zlib
fuse? ( sys-fs/fuse )
ncurses? ( sys-libs/ncurses )
python? ( ${PYTHON_DEPS} )
- readline? ( sys-libs/readline )
+ readline? ( sys-libs/readline:0 )
s3? ( net-misc/curl )"
DEPEND="${RDEPEND}"
diff --git a/app-forensics/afflib/afflib-3.7.4.ebuild b/app-forensics/afflib/afflib-3.7.4.ebuild
index ec1959e3f153..8288bf147c7b 100644
--- a/app-forensics/afflib/afflib-3.7.4.ebuild
+++ b/app-forensics/afflib/afflib-3.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.4.ebuild,v 1.7 2015/04/08 07:30:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.4.ebuild,v 1.8 2015/06/05 14:13:45 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -23,12 +23,12 @@ IUSE="fuse ncurses python qemu readline s3 static-libs threads"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="dev-libs/expat
- dev-libs/openssl
+ dev-libs/openssl:0
sys-libs/zlib
fuse? ( sys-fs/fuse )
ncurses? ( sys-libs/ncurses )
python? ( ${PYTHON_DEPS} )
- readline? ( sys-libs/readline )
+ readline? ( sys-libs/readline:0 )
s3? ( net-misc/curl )"
DEPEND="${RDEPEND}"