public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2016-04-06 12:26 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2016-04-06 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d34b3a0f4b95782fa9e71d3298bbd4e14af94386
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 12:26:27 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 12:26:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34b3a0f

media-libs/libgpod: amd64 stable wrt bug #578900

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r1.ebuild b/media-libs/libgpod/libgpod-0.8.3-r1.ebuild
index 8b28ea4..3a85731 100644
--- a/media-libs/libgpod/libgpod-0.8.3-r1.ebuild
+++ b/media-libs/libgpod/libgpod-0.8.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="+gtk python +udev ios mono static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2016-06-26 17:26 Michael Palimaka
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2016-06-26 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f1f1fd5e778146b973aa7037f2b4bd8c9b50432e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 17:23:58 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 17:26:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f1fd5e

media-libs/libgpod: remove old

Package-Manager: portage-2.3.0

 media-libs/libgpod/libgpod-0.8.3.ebuild | 73 ---------------------------------
 1 file changed, 73 deletions(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3.ebuild b/media-libs/libgpod/libgpod-0.8.3.ebuild
deleted file mode 100644
index 5b2a7f1..0000000
--- a/media-libs/libgpod/libgpod-0.8.3.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# TODO: Use python-r1 instead and support Python 3.x?
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils mono-env python-single-r1 udev
-
-DESCRIPTION="Shared library to access the contents of an iPod"
-HOMEPAGE="http://www.gtkpod.org/libgpod/"
-SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+gtk python +udev ios mono static-libs"
-
-RDEPEND=">=app-pda/libplist-1.0:=
-	>=dev-db/sqlite-3
-	>=dev-libs/glib-2.16:2
-	dev-libs/libxml2
-	sys-apps/sg3_utils
-	gtk? ( x11-libs/gdk-pixbuf:2 )
-	ios? ( app-pda/libimobiledevice:= )
-	python? (
-		${PYTHON_DEPS}
-		>=media-libs/mutagen-1.8[${PYTHON_USEDEP}]
-		>=dev-python/pygobject-2.8:2[${PYTHON_USEDEP}]
-		)
-	udev? ( virtual/udev )
-	mono? (
-		>=dev-lang/mono-1.9.1
-		>=dev-dotnet/gtk-sharp-2.12
-		)"
-DEPEND="${RDEPEND}
-	python? ( >=dev-lang/swig-1.3.24 )
-	dev-libs/libxslt
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DOCS="AUTHORS NEWS README* TROUBLESHOOTING"
-
-pkg_setup() {
-	use mono && mono-env_pkg_setup
-	use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(use_enable udev) \
-		$(use_enable gtk gdk-pixbuf) \
-		$(use_enable python pygobject) \
-		--without-hal \
-		$(use_with ios libimobiledevice) \
-		--with-udev-dir="$(get_udevdir)"
-		--with-html-dir=/usr/share/doc/${PF}/html \
-		$(use_with python) \
-		$(use_with mono)
-}
-
-src_install() {
-	default
-	rmdir "${ED}"/tmp
-	prune_libtool_files --all
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2016-10-09 10:25 Pacho Ramos
  0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2016-10-09 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8989768893fcd8696e21d4fda1d5206e0877baeb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 09:39:57 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 10:25:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89897688

media-libs/libgpod: drop old

Package-Manager: portage-2.3.1

 media-libs/libgpod/libgpod-0.8.3-r1.ebuild | 78 ------------------------------
 1 file changed, 78 deletions(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r1.ebuild b/media-libs/libgpod/libgpod-0.8.3-r1.ebuild
deleted file mode 100644
index fb7f6e6..00000000
--- a/media-libs/libgpod/libgpod-0.8.3-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils mono-env python-single-r1 udev
-
-DESCRIPTION="Shared library to access the contents of an iPod"
-HOMEPAGE="http://www.gtkpod.org/libgpod/"
-SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+gtk python +udev ios mono static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-	>=app-pda/libplist-1.0:=
-	>=dev-db/sqlite-3:3
-	>=dev-libs/glib-2.16:2
-	dev-libs/libxml2:2
-	sys-apps/sg3_utils
-	gtk? ( x11-libs/gdk-pixbuf:2 )
-	ios? ( app-pda/libimobiledevice:= )
-	python? (
-		${PYTHON_DEPS}
-		>=media-libs/mutagen-1.8[${PYTHON_USEDEP}]
-		>=dev-python/pygobject-2.8:2[${PYTHON_USEDEP}]
-		)
-	udev? ( virtual/udev )
-	mono? (
-		>=dev-lang/mono-1.9.1
-		>=dev-dotnet/gtk-sharp-2.12
-		)
-"
-DEPEND="${RDEPEND}
-	python? ( >=dev-lang/swig-1.3.24:0 )
-	dev-libs/libxslt
-	dev-util/intltool
-	dev-util/gtk-doc-am
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-DOCS="AUTHORS NEWS README* TROUBLESHOOTING"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-comment.patch #537968
-	"${FILESDIR}"/${P}-segfault.patch #565052
-)
-
-pkg_setup() {
-	use mono && mono-env_pkg_setup
-	use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(use_enable udev) \
-		$(use_enable gtk gdk-pixbuf) \
-		$(use_enable python pygobject) \
-		--without-hal \
-		$(use_with ios libimobiledevice) \
-		--with-udev-dir="$(get_udevdir)" \
-		$(use_with python) \
-		$(use_with mono)
-}
-
-src_install() {
-	default
-	rmdir "${ED}"/tmp
-	prune_libtool_files --modules
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2016-10-09 10:25 Pacho Ramos
  0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2016-10-09 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b7f146829e65c883ee80f99b7d47a5d7c38ce6b1
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 09:39:34 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 10:25:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f14682

media-libs/libgpod: amd64/x86 stable, bug #579100

Package-Manager: portage-2.3.1

 media-libs/libgpod/libgpod-0.8.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
index 79f9aa2..7a1dbd8 100644
--- a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
+++ b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+gtk python +udev ios mono static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2017-05-20 23:46 Michael Weber
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Weber @ 2017-05-20 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c41c03299a084b6f762a0e3cc6f0433d8e4f7ca2
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 23:44:04 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat May 20 23:46:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41c0329

media-libs/libgpod: ppc stable (bug 617114).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 media-libs/libgpod/libgpod-0.8.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
index 6a925289d3e..bbaec2d1a29 100644
--- a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
+++ b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ppc x86"
 
 IUSE="+gtk python +udev ios mono static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2020-02-09 16:29 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2020-02-09 16:29 UTC (permalink / raw
  To: gentoo-commits

commit:     cc4ed97c153eb307a6e0241f040c8633d169c1b4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 16:38:30 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:26:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4ed97c

media-libs/libgpod: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r2.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
index bbaec2d1a29..dbff81c6407 100644
--- a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
+++ b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,8 +27,10 @@ RDEPEND="
 	ios? ( app-pda/libimobiledevice:= )
 	python? (
 		${PYTHON_DEPS}
-		>=media-libs/mutagen-1.8[${PYTHON_USEDEP}]
-		>=dev-python/pygobject-2.8:2[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep '
+			>=media-libs/mutagen-1.8[${PYTHON_MULTI_USEDEP}]
+			>=dev-python/pygobject-2.8:2[${PYTHON_MULTI_USEDEP}]
+		')
 		)
 	udev? ( virtual/udev )
 	mono? (


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2020-06-20 23:01 Andreas Sturmlechner
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-06-20 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a9f4f132f032b8b963a628f9ec866a74715cb3c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 22:51:47 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 22:56:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f4f132

media-libs/libgpod: Drop IUSE="python,static-libs", drop eutils,ltprune

Fix EAPI-7 BDEPENDs.

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r3.ebuild | 79 ++++++++++++++++++++++++++++++
 1 file changed, 79 insertions(+)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r3.ebuild b/media-libs/libgpod/libgpod-0.8.3-r3.ebuild
new file mode 100644
index 00000000000..bdbbcf9a5bc
--- /dev/null
+++ b/media-libs/libgpod/libgpod-0.8.3-r3.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools mono-env udev
+
+DESCRIPTION="Shared library to access the contents of an iPod"
+HOMEPAGE="http://www.gtkpod.org/libgpod/"
+SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE="+gtk +udev ios mono"
+
+RDEPEND="
+	>=app-pda/libplist-1.0:=
+	>=dev-db/sqlite-3:3
+	>=dev-libs/glib-2.16:2
+	dev-libs/libxml2:2
+	sys-apps/sg3_utils
+	gtk? ( x11-libs/gdk-pixbuf:2 )
+	ios? ( app-pda/libimobiledevice:= )
+	udev? ( virtual/udev )
+	mono? (
+		>=dev-lang/mono-1.9.1
+		>=dev-dotnet/gtk-sharp-2.12
+	)
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-libs/libxslt
+	dev-util/intltool
+	dev-util/gtk-doc-am
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+DOCS=( AUTHORS NEWS README{,.overview,.sqlite,.SysInfo} TROUBLESHOOTING )
+
+PATCHES=(
+	"${FILESDIR}"/${P}-comment.patch #537968
+	"${FILESDIR}"/${P}-segfault.patch #565052
+	"${FILESDIR}"/${P}-mono4.patch
+	"${FILESDIR}"/${P}-pkgconfig_overlinking.patch
+)
+
+pkg_setup() {
+	use mono && mono-env_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	# mono-4 fixes from Fedora
+	sed -e "s#public DateTime#public System.DateTime#g" \
+		-i bindings/mono/libgpod-sharp/Artwork.cs || die
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-static \
+		$(use_enable udev) \
+		$(use_enable gtk gdk-pixbuf) \
+		--disable-pygobject \
+		--without-hal \
+		$(use_with ios libimobiledevice) \
+		--with-udev-dir="$(get_udevdir)" \
+		--without-python \
+		$(use_with mono)
+}
+
+src_install() {
+	default
+	rmdir "${ED}"/tmp || die
+	find "${D}" -name '*.la' -type f -delete || die
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2020-06-20 23:01 Andreas Sturmlechner
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-06-20 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8a8428e65d6f8bcb4ca4fc843421cd72dba76d6d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 22:57:43 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 22:57:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8428e6

media-libs/libgpod: Drop 0.8.3-r2

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r2.ebuild | 89 ------------------------------
 1 file changed, 89 deletions(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
deleted file mode 100644
index 17b0445aa5b..00000000000
--- a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils ltprune mono-env python-single-r1 udev
-
-DESCRIPTION="Shared library to access the contents of an iPod"
-HOMEPAGE="http://www.gtkpod.org/libgpod/"
-SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-IUSE="+gtk python +udev ios mono static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-	>=app-pda/libplist-1.0:=
-	>=dev-db/sqlite-3:3
-	>=dev-libs/glib-2.16:2
-	dev-libs/libxml2:2
-	sys-apps/sg3_utils
-	gtk? ( x11-libs/gdk-pixbuf:2 )
-	ios? ( app-pda/libimobiledevice:= )
-	python? (
-		${PYTHON_DEPS}
-		$(python_gen_cond_dep '
-			>=media-libs/mutagen-1.8[${PYTHON_MULTI_USEDEP}]
-			>=dev-python/pygobject-2.8:2[${PYTHON_MULTI_USEDEP}]
-		')
-		)
-	udev? ( virtual/udev )
-	mono? (
-		>=dev-lang/mono-1.9.1
-		>=dev-dotnet/gtk-sharp-2.12
-		)
-"
-DEPEND="${RDEPEND}
-	python? ( >=dev-lang/swig-1.3.24:0 )
-	dev-libs/libxslt
-	dev-util/intltool
-	dev-util/gtk-doc-am
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-DOCS="AUTHORS NEWS README* TROUBLESHOOTING"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-comment.patch #537968
-	"${FILESDIR}"/${P}-segfault.patch #565052
-	"${FILESDIR}"/${P}-mono4.patch
-	"${FILESDIR}"/${P}-pkgconfig_overlinking.patch
-)
-
-pkg_setup() {
-	use mono && mono-env_pkg_setup
-	use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-	default
-
-	# mono-4 fixes from Fedora
-	sed -i "s#public DateTime#public System.DateTime#g" bindings/mono/libgpod-sharp/Artwork.cs || die
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(use_enable udev) \
-		$(use_enable gtk gdk-pixbuf) \
-		$(use_enable python pygobject) \
-		--without-hal \
-		$(use_with ios libimobiledevice) \
-		--with-udev-dir="$(get_udevdir)" \
-		$(use_with python) \
-		$(use_with mono)
-}
-
-src_install() {
-	default
-	rmdir "${ED}"/tmp
-	prune_libtool_files --modules
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2021-03-28  0:26 Andreas Sturmlechner
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-03-28  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     836056021e23a3b92c646050d8d91adb3eb451d4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 21:06:39 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 00:26:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83605602

media-libs/libgpod: Drop IUSE=mono, rm libgpod-sharp pkgconfig

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r4.ebuild | 69 ++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r4.ebuild b/media-libs/libgpod/libgpod-0.8.3-r4.ebuild
new file mode 100644
index 00000000000..6dd0be34016
--- /dev/null
+++ b/media-libs/libgpod/libgpod-0.8.3-r4.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools udev
+
+DESCRIPTION="Shared library to access the contents of an iPod"
+HOMEPAGE="http://www.gtkpod.org/libgpod/"
+SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE="+gtk ios +udev"
+
+RDEPEND="
+	>=app-pda/libplist-1.0:=
+	>=dev-db/sqlite-3:3
+	>=dev-libs/glib-2.16:2
+	dev-libs/libxml2:2
+	sys-apps/sg3_utils
+	gtk? ( x11-libs/gdk-pixbuf:2 )
+	ios? ( app-pda/libimobiledevice:= )
+	udev? ( virtual/udev )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-libs/libxslt
+	dev-util/intltool
+	dev-util/gtk-doc-am
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+DOCS=( AUTHORS NEWS README{,.overview,.sqlite,.SysInfo} TROUBLESHOOTING )
+
+PATCHES=(
+	"${FILESDIR}"/${P}-comment.patch # bug 537968
+	"${FILESDIR}"/${P}-segfault.patch # bug 565052
+	"${FILESDIR}"/${P}-pkgconfig_overlinking.patch
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--disable-pygobject
+		--disable-static
+		--without-hal
+		--without-mono
+		--without-python
+		--with-udev-dir="$(get_udevdir)"
+		$(use_enable gtk gdk-pixbuf)
+		$(use_with ios libimobiledevice)
+		$(use_enable udev)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	rm "${ED}"/usr/$(get_libdir)/pkgconfig/libgpod-sharp.pc || die
+	rmdir "${ED}"/tmp || die
+	find "${ED}" -name '*.la' -type f -delete || die
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2021-04-03 17:48 Mike Gilbert
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Gilbert @ 2021-04-03 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5780d77da5d1155a7a34fae29b6dcdf1b89148a9
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 17:44:32 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 17:44:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5780d77d

media-libs/libgpod: add slot-operator for sg3_utils

Bug: https://bugs.gentoo.org/779412
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 media-libs/libgpod/{libgpod-0.8.3-r4.ebuild => libgpod-0.8.3-r5.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r4.ebuild b/media-libs/libgpod/libgpod-0.8.3-r5.ebuild
similarity index 98%
rename from media-libs/libgpod/libgpod-0.8.3-r4.ebuild
rename to media-libs/libgpod/libgpod-0.8.3-r5.ebuild
index 6dd0be34016..3cef30ca197 100644
--- a/media-libs/libgpod/libgpod-0.8.3-r4.ebuild
+++ b/media-libs/libgpod/libgpod-0.8.3-r5.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
 	>=dev-db/sqlite-3:3
 	>=dev-libs/glib-2.16:2
 	dev-libs/libxml2:2
-	sys-apps/sg3_utils
+	sys-apps/sg3_utils:0=
 	gtk? ( x11-libs/gdk-pixbuf:2 )
 	ios? ( app-pda/libimobiledevice:= )
 	udev? ( virtual/udev )


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2021-09-24  1:37 Yixun Lan
  0 siblings, 0 replies; 16+ messages in thread
From: Yixun Lan @ 2021-09-24  1:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8a78230382101b94a0e92324a0f46ce2aa6e9e50
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 09:16:39 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 01:20:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a782303

media-libs/libgpod: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r5.ebuild b/media-libs/libgpod/libgpod-0.8.3-r5.ebuild
index 3cef30ca197..f3b68368bf5 100644
--- a/media-libs/libgpod/libgpod-0.8.3-r5.ebuild
+++ b/media-libs/libgpod/libgpod-0.8.3-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~riscv x86"
 IUSE="+gtk ios +udev"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2023-02-25 18:25 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-02-25 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     73e8133b6a59573dee0b472dcad8a303c9bd003f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 18:25:02 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:25:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e8133b

media-libs/libgpod: Stabilize 0.8.3-r6 x86, #897722

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r6.ebuild b/media-libs/libgpod/libgpod-0.8.3-r6.ebuild
index 32255f4daaf5..3eead8533462 100644
--- a/media-libs/libgpod/libgpod-0.8.3-r6.ebuild
+++ b/media-libs/libgpod/libgpod-0.8.3-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc ~riscv x86"
 IUSE="+gtk ios +udev"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2023-02-25 18:28 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-02-25 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7645a68029286b1fec8e0a69e77a6d84015fa14c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 18:27:50 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:27:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7645a680

media-libs/libgpod: Stabilize 0.8.3-r6 ppc, #897722

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r6.ebuild b/media-libs/libgpod/libgpod-0.8.3-r6.ebuild
index 3eead8533462..57e22d6c41d0 100644
--- a/media-libs/libgpod/libgpod-0.8.3-r6.ebuild
+++ b/media-libs/libgpod/libgpod-0.8.3-r6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv x86"
+KEYWORDS="~amd64 ppc ~riscv x86"
 IUSE="+gtk ios +udev"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2023-02-25 18:29 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-02-25 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     da1c7d012c3739cda740cd20ede5c11316b8fba3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 18:29:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:29:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1c7d01

media-libs/libgpod: Stabilize 0.8.3-r6 amd64, #897722

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r6.ebuild b/media-libs/libgpod/libgpod-0.8.3-r6.ebuild
index 57e22d6c41d0..3251fd2e248f 100644
--- a/media-libs/libgpod/libgpod-0.8.3-r6.ebuild
+++ b/media-libs/libgpod/libgpod-0.8.3-r6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~riscv x86"
+KEYWORDS="amd64 ppc ~riscv x86"
 IUSE="+gtk ios +udev"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2024-04-27 21:49 James Le Cuirot
  0 siblings, 0 replies; 16+ messages in thread
From: James Le Cuirot @ 2024-04-27 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7f657cdb7eb8113025c4b353e45e65909fea8e3f
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 21:33:53 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 21:49:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f657cdb

media-libs/libgpod: Drop old 0.8.3-r5

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r5.ebuild | 69 ------------------------------
 1 file changed, 69 deletions(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r5.ebuild b/media-libs/libgpod/libgpod-0.8.3-r5.ebuild
deleted file mode 100644
index 741b728b3b47..000000000000
--- a/media-libs/libgpod/libgpod-0.8.3-r5.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools udev
-
-DESCRIPTION="Shared library to access the contents of an iPod"
-HOMEPAGE="http://www.gtkpod.org/libgpod/"
-SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~riscv x86"
-IUSE="+gtk ios +udev"
-
-RDEPEND="
-	>=app-pda/libplist-1.0:=
-	>=dev-db/sqlite-3:3
-	>=dev-libs/glib-2.16:2
-	dev-libs/libxml2:2
-	sys-apps/sg3_utils:0=
-	gtk? ( x11-libs/gdk-pixbuf:2 )
-	ios? ( app-pda/libimobiledevice:= )
-	udev? ( virtual/udev )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-libs/libxslt
-	dev-util/intltool
-	dev-build/gtk-doc-am
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-DOCS=( AUTHORS NEWS README{,.overview,.sqlite,.SysInfo} TROUBLESHOOTING )
-
-PATCHES=(
-	"${FILESDIR}"/${P}-comment.patch # bug 537968
-	"${FILESDIR}"/${P}-segfault.patch # bug 565052
-	"${FILESDIR}"/${P}-pkgconfig_overlinking.patch
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		--disable-pygobject
-		--disable-static
-		--without-hal
-		--without-mono
-		--without-python
-		--with-udev-dir="$(get_udevdir)"
-		$(use_enable gtk gdk-pixbuf)
-		$(use_with ios libimobiledevice)
-		$(use_enable udev)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	rm "${ED}"/usr/$(get_libdir)/pkgconfig/libgpod-sharp.pc || die
-	rmdir "${ED}"/tmp || die
-	find "${ED}" -name '*.la' -type f -delete || die
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
@ 2024-04-27 21:49 James Le Cuirot
  0 siblings, 0 replies; 16+ messages in thread
From: James Le Cuirot @ 2024-04-27 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e694c331b21c9dfe8a856aca7fbc1ccf9db9b0a4
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 21:45:16 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 21:49:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e694c331

media-libs/libgpod: Fix removal of empty /tmp directory

It's not clear why this failed in the bug report, but let's check whether
${ED}/tmp exists before removing it.

Closes: https://bugs.gentoo.org/900927
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/libgpod/libgpod-0.8.3-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libgpod/libgpod-0.8.3-r7.ebuild b/media-libs/libgpod/libgpod-0.8.3-r7.ebuild
index 87203a063b15..959027f94d84 100644
--- a/media-libs/libgpod/libgpod-0.8.3-r7.ebuild
+++ b/media-libs/libgpod/libgpod-0.8.3-r7.ebuild
@@ -66,7 +66,7 @@ src_configure() {
 src_install() {
 	default
 	rm "${ED}"/usr/$(get_libdir)/pkgconfig/libgpod-sharp.pc || die
-	use udev && rmdir "${ED}"/tmp || die
+	[[ -d ${ED}/tmp ]] && rmdir "${ED}"/tmp || die
 	find "${ED}" -name '*.la' -type f -delete || die
 }
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-04-27 21:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-20 23:01 [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-04-27 21:49 James Le Cuirot
2024-04-27 21:49 James Le Cuirot
2023-02-25 18:29 Arthur Zamarin
2023-02-25 18:28 Arthur Zamarin
2023-02-25 18:25 Arthur Zamarin
2021-09-24  1:37 Yixun Lan
2021-04-03 17:48 Mike Gilbert
2021-03-28  0:26 Andreas Sturmlechner
2020-06-20 23:01 Andreas Sturmlechner
2020-02-09 16:29 Michał Górny
2017-05-20 23:46 Michael Weber
2016-10-09 10:25 Pacho Ramos
2016-10-09 10:25 Pacho Ramos
2016-06-26 17:26 Michael Palimaka
2016-04-06 12:26 Agostino Sarubbo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox