jlec 15/06/05 14:13:45
Modified: afflib-3.7.1.ebuild afflib-3.7.3.ebuild
afflib-3.7.4.ebuild ChangeLog
Log:
Add slot operators
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
E9402A79B03529A2!)
Revision Changes Path
1.7 app-forensics/afflib/afflib-3.7.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.7.1.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.7.1.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.7.1.ebuild?r1=1.6&r2=1.7
Index: afflib-3.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- afflib-3.7.1.ebuild 3 May 2013 08:15:11 -0000 1.6
+++ afflib-3.7.1.ebuild 5 Jun 2015 14:13:45 -0000 1.7
@@ -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 @@
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}"
1.3 app-forensics/afflib/afflib-3.7.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.7.3.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.7.3.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.7.3.ebuild?r1=1.2&r2=1.3
Index: afflib-3.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- afflib-3.7.3.ebuild 8 Apr 2015 07:30:31 -0000 1.2
+++ afflib-3.7.3.ebuild 5 Jun 2015 14:13:45 -0000 1.3
@@ -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 @@
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}"
1.8 app-forensics/afflib/afflib-3.7.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.7.4.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.7.4.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.7.4.ebuild?r1=1.7&r2=1.8
Index: afflib-3.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- afflib-3.7.4.ebuild 8 Apr 2015 07:30:31 -0000 1.7
+++ afflib-3.7.4.ebuild 5 Jun 2015 14:13:45 -0000 1.8
@@ -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 @@
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}"
1.54 app-forensics/afflib/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.54&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.54&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 5 Jun 2015 14:12:20 -0000 1.53
+++ ChangeLog 5 Jun 2015 14:13:45 -0000 1.54
@@ -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 <[email protected]> afflib-3.7.1.ebuild,
+ afflib-3.7.3.ebuild, afflib-3.7.4.ebuild:
+ Add slot operators
05 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
Add github to remote-id in metadata.xml