summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-11-30 23:10:30 +0000
committerMichał Górny <mgorny@gentoo.org>2012-11-30 23:10:30 +0000
commit94f84aff87322abf4116869ee3fd36a1e6766f53 (patch)
tree588333f0efc575e1d64d6e8ad13dfc54fd55bc7d /net-im/ekg2
parentFix LICENSE (bug #445384 by ulm). (diff)
downloadgentoo-2-94f84aff87322abf4116869ee3fd36a1e6766f53.tar.gz
gentoo-2-94f84aff87322abf4116869ee3fd36a1e6766f53.tar.bz2
gentoo-2-94f84aff87322abf4116869ee3fd36a1e6766f53.zip
EAPI bump, use the new prune_libtool_files function and python-single-r1.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'net-im/ekg2')
-rw-r--r--net-im/ekg2/ChangeLog8
-rw-r--r--net-im/ekg2/ekg2-0.3.1-r1.ebuild15
2 files changed, 13 insertions, 10 deletions
diff --git a/net-im/ekg2/ChangeLog b/net-im/ekg2/ChangeLog
index 2de76121c02d..88f0916e1b4b 100644
--- a/net-im/ekg2/ChangeLog
+++ b/net-im/ekg2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/ekg2
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.47 2011/08/30 10:13:22 mgorny Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.48 2012/11/30 23:10:30 mgorny Exp $
+
+ 30 Nov 2012; Michał Górny <mgorny@gentoo.org> ekg2-0.3.1-r1.ebuild:
+ EAPI bump, use the new prune_libtool_files function and python-single-r1.
30 Aug 2011; Michał Górny <mgorny@gentoo.org> ekg2-0.3.1-r1.ebuild:
USE=jabber -> USE=xmpp; fixes bug #362649.
@@ -87,4 +90,3 @@
+metadata.xml:
Re-introduce EKG2 in gx86, as per bug #187330. The live ebuild goes first,
I'll drop in a snapshot too soon.
-
diff --git a/net-im/ekg2/ekg2-0.3.1-r1.ebuild b/net-im/ekg2/ekg2-0.3.1-r1.ebuild
index 86ff6d466947..c6d34cb66649 100644
--- a/net-im/ekg2/ekg2-0.3.1-r1.ebuild
+++ b/net-im/ekg2/ekg2-0.3.1-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild,v 1.2 2011/08/30 10:13:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild,v 1.3 2012/11/30 23:10:30 mgorny Exp $
-EAPI=3
-inherit autotools-utils versionator
+EAPI=4
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+inherit autotools-utils eutils python-single-r1 versionator
DESCRIPTION="Text-based, multi-protocol instant messenger"
HOMEPAGE="http://www.ekg2.org"
@@ -24,7 +25,7 @@ RDEPEND="
nls? ( virtual/libintl )
oracle? ( dev-db/oracle-instantclient-basic )
perl? ( dev-lang/perl )
- python? ( dev-lang/python )
+ python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline )
ssl? ( dev-libs/openssl )
xosd? ( x11-libs/xosd )
@@ -58,7 +59,7 @@ DOCS=(
# Due to MakeMaker being used to build Perl modules.
AUTOTOOLS_IN_SOURCE_BUILD=1
-pkg_setup() {
+pkg_pretend() {
if ! use gtk && ! use ncurses && ! use readline; then
ewarn 'ekg2 is being compiled without any frontend, you should consider'
ewarn 'enabling at least one of following USEflags:'
@@ -108,5 +109,5 @@ src_configure() {
src_install() {
autotools-utils_src_install
- remove_libtool_files all
+ prune_libtool_files --modules
}