diff options
author | 2012-12-20 11:19:11 +0000 | |
---|---|---|
committer | 2012-12-20 11:19:11 +0000 | |
commit | b2a59fc926b9a8f1aa9bab49153e29a7517a2243 (patch) | |
tree | aa6555e2682ff65d7aa24860d5b11dc2bcc66d2b /dev-cpp | |
parent | Drop unused oldest version. (diff) | |
download | gentoo-2-b2a59fc926b9a8f1aa9bab49153e29a7517a2243.tar.gz gentoo-2-b2a59fc926b9a8f1aa9bab49153e29a7517a2243.tar.bz2 gentoo-2-b2a59fc926b9a8f1aa9bab49153e29a7517a2243.zip |
Remove oldest, unused.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libcmis/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild | 64 |
2 files changed, 4 insertions, 65 deletions
diff --git a/dev-cpp/libcmis/ChangeLog b/dev-cpp/libcmis/ChangeLog index 907d6818cdff..cf962a9269d4 100644 --- a/dev-cpp/libcmis/ChangeLog +++ b/dev-cpp/libcmis/ChangeLog @@ -1,6 +1,9 @@ # 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.21 2012/12/08 12:23:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.22 2012/12/20 11:19:11 scarabeus Exp $ + + 20 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org> -libcmis-0.1.0-r1.ebuild: + Remove oldest, unused. 08 Dec 2012; Markus Meier <maekke@gentoo.org> libcmis-0.2.3-r1.ebuild: add ~arm, bug #440908 diff --git a/dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild b/dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild deleted file mode 100644 index a61da1909a42..000000000000 --- a/dev-cpp/libcmis/libcmis-0.1.0-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# 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.3 2012/11/16 19:47:38 ago Exp $ - -EAPI=4 - -EGIT_REPO_URI="git://gitorious.org/libcmis/libcmis.git" -[[ ${PV} == 9999 ]] && SCM_ECLASS="git-2" -inherit autotools alternatives ${SCM_ECLASS} -unset SCM_ECLASS - -DESCRIPTION="C++ client library for the CMIS interface" -HOMEPAGE="https://sourceforge.net/projects/libcmis/" -[[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )" -SLOT="0.2" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 -[[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" - -IUSE="static-libs test" - -RDEPEND=" - !dev-cpp/libcmis:0 - dev-libs/boost - dev-libs/libxml2 - <net-misc/curl-7.27.0 -" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-util/cppunit ) -" - -# It fetches the apache chemistry webapp and then try to run some magic on it -RESTRICT="test" - -src_prepare() { - eautoreconf -} - -src_configure() { - econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --program-suffix=-${SLOT} \ - --disable-werror \ - $(use_enable static-libs static) \ - $(use_enable test tests) \ - --enable-client -} - -src_install() { - default - find "${ED}" -name '*.la' -exec rm -f {} + -} - -pkg_postinst() { - alternatives_auto_makesym /usr/bin/cmis-client "/usr/bin/cmis-client-[0-9].[0-9]" -} - -pkg_postrm() { - alternatives_auto_makesym /usr/bin/cmis-client "/usr/bin/cmis-client-[0-9].[0-9]" -} |