summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-09-15 07:15:48 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-09-15 07:15:48 +0000
commit3bd833629a04af917cbb40743d07d4f2ed9820a4 (patch)
treee2aa45850e5f405a20d693d2c2eb0a2e4c99d7ec
parentVersion bump with various fixes and clutter-1.11 compatibility. (diff)
downloadgentoo-2-3bd833629a04af917cbb40743d07d4f2ed9820a4.tar.gz
gentoo-2-3bd833629a04af917cbb40743d07d4f2ed9820a4.tar.bz2
gentoo-2-3bd833629a04af917cbb40743d07d4f2ed9820a4.zip
Inherit alternatives eclass. Thanks to Sascha Cunz for the notice.
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
-rw-r--r--dev-cpp/libcmis/ChangeLog6
-rw-r--r--dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild4
-rw-r--r--dev-cpp/libcmis/libcmis-0.2.3-r1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-cpp/libcmis/ChangeLog b/dev-cpp/libcmis/ChangeLog
index e2a420b26526..0a7aaae91e68 100644
--- a/dev-cpp/libcmis/ChangeLog
+++ b/dev-cpp/libcmis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-cpp/libcmis
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.14 2012/09/13 15:53:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.15 2012/09/15 07:15:48 scarabeus Exp $
+
+ 15 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> libcmis-0.1.0-r1.ebuild,
+ libcmis-0.2.3-r1.ebuild:
+ Inherit alternatives eclass. Thanks to Sascha Cunz for the notice.
*libcmis-0.2.3-r1 (13 Sep 2012)
*libcmis-0.3.0 (13 Sep 2012)
diff --git a/dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild b/dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild
index e1c400cf65ac..34bd363727fe 100644
--- a/dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild
+++ b/dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild,v 1.1 2012/09/13 15:53:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild,v 1.2 2012/09/15 07:15:48 scarabeus Exp $
EAPI=4
EGIT_REPO_URI="git://gitorious.org/libcmis/libcmis.git"
[[ ${PV} == 9999 ]] && SCM_ECLASS="git-2"
-inherit autotools ${SCM_ECLASS}
+inherit autotools alternatives ${SCM_ECLASS}
unset SCM_ECLASS
DESCRIPTION="C++ client library for the CMIS interface"
diff --git a/dev-cpp/libcmis/libcmis-0.2.3-r1.ebuild b/dev-cpp/libcmis/libcmis-0.2.3-r1.ebuild
index 1b2a40b565a8..b10a4778b7b7 100644
--- a/dev-cpp/libcmis/libcmis-0.2.3-r1.ebuild
+++ b/dev-cpp/libcmis/libcmis-0.2.3-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.2.3-r1.ebuild,v 1.1 2012/09/13 15:53:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.2.3-r1.ebuild,v 1.2 2012/09/15 07:15:48 scarabeus Exp $
EAPI=4
EGIT_REPO_URI="git://gitorious.org/libcmis/libcmis.git"
[[ ${PV} == 9999 ]] && SCM_ECLASS="git-2"
-inherit eutils autotools ${SCM_ECLASS}
+inherit eutils autotools alternatives ${SCM_ECLASS}
unset SCM_ECLASS
DESCRIPTION="C++ client library for the CMIS interface"