From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9238F139694 for ; Fri, 30 Jun 2017 17:27:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE686274015; Fri, 30 Jun 2017 17:27:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8ADC274015 for ; Fri, 30 Jun 2017 17:27:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 648603418F9 for ; Fri, 30 Jun 2017 17:27:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83461749D for ; Fri, 30 Jun 2017 17:27:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1498843583.69767aa0668b59a8afc06cd49feda85e51c7ec2c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libcmis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild X-VCS-Directories: dev-cpp/libcmis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 69767aa0668b59a8afc06cd49feda85e51c7ec2c X-VCS-Branch: master Date: Fri, 30 Jun 2017 17:27:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b062e83e-2c84-4295-9550-64fa07179332 X-Archives-Hash: 0b06fef429f9e17cd43358237dcff7b5 commit: 69767aa0668b59a8afc06cd49feda85e51c7ec2c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 28 17:31:26 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 30 17:26:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69767aa0 dev-cpp/libcmis: Drop old Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild | 77 ------------------------ 1 file changed, 77 deletions(-) diff --git a/dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild b/dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild deleted file mode 100644 index 54e36f92036..00000000000 --- a/dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="https://github.com/tdf/libcmis.git" -[[ ${PV} == 9999 ]] && SCM_ECLASS="git-r3" -inherit alternatives autotools ${SCM_ECLASS} -unset SCM_ECLASS - -DESCRIPTION="C++ client library for the CMIS interface" -HOMEPAGE="https://github.com/tdf/libcmis" -if [[ ${PV} = *_pre* ]]; then - snapshot=da8c3fdc281a0cb3753a6bb9eaa63ac6385e2963 - SRC_URI="https://github.com/tdf/${PN}/archive/${snapshot}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${snapshot}" - unset snapshot -elif [[ ${PV} != 9999 ]] ; then - SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi - -LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )" -SLOT="0.5" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 -[[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" - -IUSE="static-libs man test" - -COMMON_DEPEND=" - dev-libs/boost:= - dev-libs/libxml2 - net-misc/curl -" -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig - man? ( - app-text/docbook2X - dev-libs/libxslt - ) - test? ( - dev-util/cppcheck - dev-util/cppunit - ) -" -RDEPEND="${COMMON_DEPEND} - !