public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/angelos:master commit in: media-plugins/gmpc-albumview/
@ 2011-02-28 11:29 Christoph Mende
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2011-02-28 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     0cfde0695145c4500c2ca1c49f803334cccd2149
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 11:03:13 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 11:03:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=0cfde069

gmpc-albumview: Initial import

---
 media-plugins/gmpc-albumview/Manifest              |    2 +
 .../gmpc-albumview/gmpc-albumview-0.20.0.ebuild    |   26 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/media-plugins/gmpc-albumview/Manifest b/media-plugins/gmpc-albumview/Manifest
new file mode 100644
index 0000000..08a36e0
--- /dev/null
+++ b/media-plugins/gmpc-albumview/Manifest
@@ -0,0 +1,2 @@
+DIST gmpc-albumview-0.20.0.tar.gz 443167 RMD160 ffc8936113f52bd76905a4296a93a8ca99c28293 SHA1 8f8e806d19bfdf4d4a6175216a0db4ccbb8f89cc SHA256 7e5efa43338526c15beca0c13930f5e9358544f11ca03441b4a0cb1321a6b0e9
+EBUILD gmpc-albumview-0.20.0.ebuild 589 RMD160 c05d89d89faf0824e13ea96ac22916f69dc5d7b5 SHA1 7a4d18108ae6b4a9f1f6248f0682786a1074b94d SHA256 2349414c05bfe312fd56d8a5ede1ede980a19db5042ec01f6dbbb6f5512c50f6

diff --git a/media-plugins/gmpc-albumview/gmpc-albumview-0.20.0.ebuild b/media-plugins/gmpc-albumview/gmpc-albumview-0.20.0.ebuild
new file mode 100644
index 0000000..28b0701
--- /dev/null
+++ b/media-plugins/gmpc-albumview/gmpc-albumview-0.20.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="This plugin shows your music collection in albums"
+HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_ALBUMVIEW"
+SRC_URI="http://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=media-sound/gmpc-${PV}"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	nls? ( dev-util/intltool
+		sys-devel/gettext )"
+
+src_configure() {
+	econf \
+		--disable-dependency-tracking \
+		$(use_enable nls)
+}



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

* [gentoo-commits] dev/angelos:master commit in: media-plugins/gmpc-albumview/
@ 2011-03-19 10:59 Christoph Mende
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2011-03-19 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a54a92a4786267ff9dc7570c3b07942752a8aaba
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 10:58:17 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 10:58:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=a54a92a4

Moved media-plugins/gmpc-albumview to gentoo-x86

---
 media-plugins/gmpc-albumview/Manifest              |   12 ---------
 .../gmpc-albumview/gmpc-albumview-0.20.0.ebuild    |   26 --------------------
 2 files changed, 0 insertions(+), 38 deletions(-)

diff --git a/media-plugins/gmpc-albumview/Manifest b/media-plugins/gmpc-albumview/Manifest
deleted file mode 100644
index eff767f..0000000
--- a/media-plugins/gmpc-albumview/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST gmpc-albumview-0.20.0.tar.gz 443167 RMD160 ffc8936113f52bd76905a4296a93a8ca99c28293 SHA1 8f8e806d19bfdf4d4a6175216a0db4ccbb8f89cc SHA256 7e5efa43338526c15beca0c13930f5e9358544f11ca03441b4a0cb1321a6b0e9
-EBUILD gmpc-albumview-0.20.0.ebuild 589 RMD160 c05d89d89faf0824e13ea96ac22916f69dc5d7b5 SHA1 7a4d18108ae6b4a9f1f6248f0682786a1074b94d SHA256 2349414c05bfe312fd56d8a5ede1ede980a19db5042ec01f6dbbb6f5512c50f6
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk2B09UACgkQmWq1bYTyC0MgMQEAjzt3XuW/wJiFz/ejg7K/Gbfq
-sbeAUR/OfkuN8oyomAcBALVVYM+EBB0tAHR1Kp4gMwC3yev5jg200pQTOgToP6Hj
-=6Yx0
------END PGP SIGNATURE-----

diff --git a/media-plugins/gmpc-albumview/gmpc-albumview-0.20.0.ebuild b/media-plugins/gmpc-albumview/gmpc-albumview-0.20.0.ebuild
deleted file mode 100644
index 28b0701..0000000
--- a/media-plugins/gmpc-albumview/gmpc-albumview-0.20.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DESCRIPTION="This plugin shows your music collection in albums"
-HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_ALBUMVIEW"
-SRC_URI="http://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=media-sound/gmpc-${PV}"
-DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	nls? ( dev-util/intltool
-		sys-devel/gettext )"
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		$(use_enable nls)
-}



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

end of thread, other threads:[~2011-03-19 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 11:29 [gentoo-commits] dev/angelos:master commit in: media-plugins/gmpc-albumview/ Christoph Mende
  -- strict thread matches above, loose matches on Subject: below --
2011-03-19 10:59 Christoph Mende

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