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 F19E01382C5 for ; Mon, 19 Feb 2018 15:47:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01544E09C1; Mon, 19 Feb 2018 15:47:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C70FDE09C1 for ; Mon, 19 Feb 2018 15:47:53 +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 92D58335C4A for ; Mon, 19 Feb 2018 15:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44543211 for ; Mon, 19 Feb 2018 15:47:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1519055250.cc8d0d9b848c25ae79ea45456faf72d766b39194.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlwrapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xmlwrapp/Manifest dev-libs/xmlwrapp/xmlwrapp-0.7.1-r1.ebuild dev-libs/xmlwrapp/xmlwrapp-0.7.1.ebuild X-VCS-Directories: dev-libs/xmlwrapp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cc8d0d9b848c25ae79ea45456faf72d766b39194 X-VCS-Branch: master Date: Mon, 19 Feb 2018 15:47:51 +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: 6970f07e-b3fe-499c-a5ca-70d170039b94 X-Archives-Hash: 2261b8b87d64954b15bebfd91f2ee62c commit: cc8d0d9b848c25ae79ea45456faf72d766b39194 Author: David Seifert gentoo org> AuthorDate: Mon Feb 19 15:46:27 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 19 15:47:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8d0d9b dev-libs/xmlwrapp: Remove old Closes: https://bugs.gentoo.org/636166 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/xmlwrapp/Manifest | 1 - dev-libs/xmlwrapp/xmlwrapp-0.7.1-r1.ebuild | 44 ------------------------------ dev-libs/xmlwrapp/xmlwrapp-0.7.1.ebuild | 38 -------------------------- 3 files changed, 83 deletions(-) diff --git a/dev-libs/xmlwrapp/Manifest b/dev-libs/xmlwrapp/Manifest index 8927c17497a..f26ae819dfd 100644 --- a/dev-libs/xmlwrapp/Manifest +++ b/dev-libs/xmlwrapp/Manifest @@ -1,2 +1 @@ -DIST xmlwrapp-0.7.1.tar.gz 1453771 BLAKE2B 33889ef53e8c154b10a1e8d3f0ff4ceaa6de9c68f61230028aeea86bb41be2eba9e464ad6717f57ee572297d218d1077108bb3fea5b54ce1d92a2620cadf8d70 SHA512 73aaa9821f861edaab8e83d97414c9525ae7f6281a4812d8df6239e10ec76dd941cc0a8ed4769469084f694642c2f0c978f6c7477c63f99735a8cc9d98d7b9a0 DIST xmlwrapp-0.8.1.tar.gz 1470707 BLAKE2B 213923b5e74f79a6d966ded4b9c9dfb5e6906bc44dd5d79099ee146f852233675d59f33908ee4a2c844332e1b3f7b064770ddcdcd2cea0745bdac6e1329ec3de SHA512 f6415c7cbbe209f7ee148eff4ee5aca4f210b2ab420dbc89b2cdbca1f270097c362ecb456b0cc72cbebc8688fbc66ee3a94c1019d80e7211a9ebe44ddbd535eb diff --git a/dev-libs/xmlwrapp/xmlwrapp-0.7.1-r1.ebuild b/dev-libs/xmlwrapp/xmlwrapp-0.7.1-r1.ebuild deleted file mode 100644 index 0d4d7779553..00000000000 --- a/dev-libs/xmlwrapp/xmlwrapp-0.7.1-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools eutils multilib-minimal - -DESCRIPTION="modern style C++ library that provides a simple and easy interface to libxml2" -HOMEPAGE="http://vslavik.github.io/xmlwrapp/" -SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="static-libs" - -RDEPEND="dev-libs/boost:=[${MULTILIB_USEDEP}] - dev-libs/libxml2[${MULTILIB_USEDEP}] - dev-libs/libxslt[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - sys-devel/boost-m4" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - # Unbundle boost.m4 - rm admin/boost.m4 || die - - sed -i -e '/XMLWRAPP_VISIBILITY/d' configure.ac || die - - eapply_user - eautoreconf - multilib_copy_sources -} - -multilib_src_configure() { - local ECONF_SOURCE=${BUILD_DIR} - econf $(use_enable static-libs static) -} - -multilib_src_install() { - default_src_install - prune_libtool_files -} diff --git a/dev-libs/xmlwrapp/xmlwrapp-0.7.1.ebuild b/dev-libs/xmlwrapp/xmlwrapp-0.7.1.ebuild deleted file mode 100644 index fef05812a76..00000000000 --- a/dev-libs/xmlwrapp/xmlwrapp-0.7.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="modern style C++ library that provides a simple and easy interface to libxml2" -HOMEPAGE="http://vslavik.github.io/xmlwrapp/" -SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" -IUSE="static-libs" - -RDEPEND="dev-libs/boost:= - dev-libs/libxml2 - dev-libs/libxslt" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - epatch_user -} - -src_configure() { - econf \ - --docdir="/usr/share/doc/${PF}" \ - --htmldir="/usr/share/doc/${PF}/html" \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -}