public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libplist/
Date: Wed, 18 Jan 2017 12:02:10 +0000 (UTC)	[thread overview]
Message-ID: <1484740919.7fab8d981da0656e280f784e734c64f943480eae.kensington@gentoo> (raw)

commit:     7fab8d981da0656e280f784e734c64f943480eae
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 12:01:50 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 12:01:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fab8d98

app-pda/libplist: remove 1.11*

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-pda/libplist/Manifest                |  1 -
 app-pda/libplist/libplist-1.11-r1.ebuild | 56 ---------------------
 app-pda/libplist/libplist-1.11-r2.ebuild | 83 --------------------------------
 app-pda/libplist/libplist-1.11.ebuild    | 53 --------------------
 4 files changed, 193 deletions(-)

diff --git a/app-pda/libplist/Manifest b/app-pda/libplist/Manifest
index 020ea78..e8f6f16 100644
--- a/app-pda/libplist/Manifest
+++ b/app-pda/libplist/Manifest
@@ -1,2 +1 @@
-DIST libplist-1.11.tar.bz2 355365 SHA256 28e1518eeea054f4eec9a1c93d9575d56193b290c53c1b753773a5e0add95235 SHA512 1c415670877c7091ded541dc36a6bc91132f714a0d3590090ead40ed972e0e076285441d3d219827cc425bc41fcbc101825e937620b7b4f2c1afe4bef8487fa2 WHIRLPOOL a2c74d3454b80696ab45922fe410833912554588d9ed5c177cbed1865bd98099b29a20ab6cf14a0b7c98de59d082fd15392915a94f33d27b16109300a0de2e4c
 DIST libplist-1.12.tar.bz2 384321 SHA256 0effdedcb3de128c4930d8c03a3854c74c426c16728b8ab5f0a5b6bdc0b644be SHA512 8af40d8f457ca9a8a9061e9429698c696200714cc05dcbe981e900106c52cd5222edb9dd8d8976bccd0c8997508ed14fb2e10f0ed29383f2ad4f7c5eb7eec0b3 WHIRLPOOL 7d3c4f7822683018b5b0e794d509b9cf5a703605ed772df849ad9ebba6e8191f2eb629444c07d2dcb265520d24c94f13287f200fec34779c9e6fe029536183a7

diff --git a/app-pda/libplist/libplist-1.11-r1.ebuild b/app-pda/libplist/libplist-1.11-r1.ebuild
deleted file mode 100644
index 2fa2438..00000000
--- a/app-pda/libplist/libplist-1.11-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-# ac_python_devel.m4 is broken with python3
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1
-
-DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
-HOMEPAGE="http://www.libimobiledevice.org/"
-SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/2" # based on SONAME of libplist.so
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd"
-IUSE="python static-libs"
-
-RDEPEND=">=dev-libs/libxml2-2.7.8"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	python? (
-		${PYTHON_DEPS}
-		>=dev-python/cython-0.17[${PYTHON_USEDEP}]
-		)"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DOCS=( AUTHORS NEWS README )
-
-RESTRICT="test" # TODO: src_test() was dropped from 1.10 (cmake) -> 1.11 (autotools)
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-	local myeconfargs=( $(use_enable static-libs static) )
-	use python || myeconfargs+=( --without-cython )
-
-	econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-	emake -j1 #406365
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-
-	if use python; then
-		insinto /usr/include/plist/cython
-		doins cython/plist.pxd
-	fi
-}

diff --git a/app-pda/libplist/libplist-1.11-r2.ebuild b/app-pda/libplist/libplist-1.11-r2.ebuild
deleted file mode 100644
index dfd93c1..00000000
--- a/app-pda/libplist/libplist-1.11-r2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit autotools eutils python-r1
-
-DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
-HOMEPAGE="http://www.libimobiledevice.org/"
-SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/2" # based on SONAME of libplist.so
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd"
-IUSE="python static-libs"
-
-RDEPEND=">=dev-libs/libxml2-2.7.8
-	python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	python? ( >=dev-python/cython-0.17[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DOCS=( AUTHORS NEWS README )
-
-RESTRICT="test" # TODO: src_test() was dropped from 1.10 (cmake) -> 1.11 (autotools)
-
-BUILD_DIR="${S}_build"
-
-src_configure() {
-	local ECONF_SOURCE=${S}
-	local myeconfargs=( $(use_enable static-libs static) )
-
-	do_configure() {
-		mkdir -p "${BUILD_DIR}" || die
-		pushd "${BUILD_DIR}" >/dev/null || die
-		econf "${myeconfargs[@]}" "${@}"
-		popd >/dev/null || die
-	}
-
-	do_configure_python() {
-		PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@"
-	}
-
-	do_configure --without-cython
-	use python && python_foreach_impl do_configure_python
-}
-
-src_compile() {
-	python_compile() {
-		emake -C "${BUILD_DIR}"/cython -j1 \
-			VPATH="${S}/cython:${native_builddir}/cython" \
-			plist_la_LIBADD="${native_builddir}/src/libplist.la"
-	}
-
-	local native_builddir=${BUILD_DIR}
-	pushd "${BUILD_DIR}" >/dev/null || die
-	emake -j1
-	use python && python_foreach_impl python_compile
-	popd >/dev/null || die
-}
-
-src_install() {
-	python_install() {
-		emake -C "${BUILD_DIR}/cython" -j1 \
-			VPATH="${S}/cython:${native_builddir}/cython" \
-			DESTDIR="${D}" install
-	}
-
-	local native_builddir=${BUILD_DIR}
-	pushd "${BUILD_DIR}" >/dev/null || die
-	emake -j1 DESTDIR="${D}" install
-	use python && python_foreach_impl python_install
-	popd >/dev/null || die
-
-	if use python ; then
-		insinto /usr/include/plist/cython
-		doins cython/plist.pxd
-	fi
-	prune_libtool_files --all
-}

diff --git a/app-pda/libplist/libplist-1.11.ebuild b/app-pda/libplist/libplist-1.11.ebuild
deleted file mode 100644
index b5e612a..00000000
--- a/app-pda/libplist/libplist-1.11.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-inherit autotools-utils python-r1
-
-DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
-HOMEPAGE="http://www.libimobiledevice.org/"
-SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/2" # based on SONAME of libplist.so
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd"
-IUSE="python static-libs"
-
-RDEPEND=">=dev-libs/libxml2-2.7.8"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	python? (
-		${PYTHON_DEPS}
-		>=dev-python/cython-0.17[${PYTHON_USEDEP}]
-		)"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DOCS=( AUTHORS NEWS README )
-
-MAKEOPTS+=" -j1" #406365
-
-RESTRICT="test" # TODO: src_test() was dropped from 1.10 (cmake) -> 1.11 (autotools)
-
-src_configure() {
-	local myeconfargs=( $(use_enable static-libs static) )
-	use python || myeconfargs+=( --without-cython )
-
-	python_foreach_impl autotools-utils_src_configure
-}
-
-src_compile() {
-	python_foreach_impl autotools-utils_src_compile
-}
-
-src_install() {
-	python_foreach_impl autotools-utils_src_install
-
-	if use python; then
-		insinto /usr/include/plist/cython
-		doins cython/plist.pxd
-	fi
-}


             reply	other threads:[~2017-01-18 12:02 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18 12:02 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-12  7:52 [gentoo-commits] repo/gentoo:master commit in: app-pda/libplist/ Michał Górny
2024-10-11 10:50 Sam James
2024-10-11 10:50 Sam James
2024-10-11  9:56 Arthur Zamarin
2024-09-08 12:05 Petr Vaněk
2024-09-05 15:47 Petr Vaněk
2024-09-05 15:47 Petr Vaněk
2024-05-28 22:28 Ionen Wolkens
2024-04-19 10:38 Sam James
2024-03-21 17:00 Arthur Zamarin
2024-03-13 23:57 Sam James
2024-03-13 15:20 Arthur Zamarin
2024-03-13 15:06 Arthur Zamarin
2024-03-13 15:03 Arthur Zamarin
2023-10-08 15:30 Matthew Smith
2023-02-17 16:59 Matthew Smith
2022-11-16  5:57 WANG Xuerui
2022-09-09  9:48 Matthew Smith
2022-08-26 23:27 Sam James
2022-08-26  5:46 Sam James
2022-08-25 18:17 Arthur Zamarin
2022-08-25 17:39 Arthur Zamarin
2022-07-25 18:50 Matthew Smith
2021-12-25 12:29 Georgy Yakovlev
2021-08-23 22:59 Marek Szuba
2021-03-29 14:50 Sam James
2021-03-27 22:16 Andreas Sturmlechner
2021-03-27 22:16 Andreas Sturmlechner
2021-01-17  4:10 Sam James
2020-12-20 19:28 Sam James
2020-12-20 19:07 Thomas Deutschmann
2020-12-17 16:41 Agostino Sarubbo
2020-12-17  8:58 Sam James
2020-07-18 10:57 Mart Raudsepp
2020-07-16 12:59 Joonas Niilola
2020-05-10 12:40 Andreas Sturmlechner
2020-05-09  7:48 Agostino Sarubbo
2020-05-09  7:40 Agostino Sarubbo
2020-05-08 17:11 Agostino Sarubbo
2020-03-28 13:32 James Le Cuirot
2020-03-21 21:36 James Le Cuirot
2020-03-21 16:57 James Le Cuirot
2020-03-05 16:21 Michał Górny
2020-02-10 21:00 Michał Górny
2020-01-13 18:56 Craig Andrews
2017-07-08  2:33 Michael Palimaka
2017-06-25 16:32 Agostino Sarubbo
2017-06-19 16:16 Alexis Ballier
2017-06-06 13:32 Thomas Deutschmann
2017-05-20 23:46 Michael Weber
2016-01-25  2:21 Mike Gilbert
2015-12-31 22:12 Steve Arnold
2015-12-21 15:43 Ian Stakenvicius
2015-12-09 22:01 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1484740919.7fab8d981da0656e280f784e734c64f943480eae.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox