public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-misc/veromix/
@ 2012-06-05 14:06 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2012-06-05 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     cd22960038c1565f7758c4331a3b5286892933ab
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  5 14:03:07 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Tue Jun  5 14:03:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cd229600

[kde-misc/veromix] New package.

(Portage version: 2.1.10.64/git/Linux x86_64, unsigned Manifest commit)

---
 kde-misc/veromix/metadata.xml          |    5 +++
 kde-misc/veromix/veromix-0.17.0.ebuild |   51 ++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/kde-misc/veromix/metadata.xml b/kde-misc/veromix/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-misc/veromix/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>

diff --git a/kde-misc/veromix/veromix-0.17.0.ebuild b/kde-misc/veromix/veromix-0.17.0.ebuild
new file mode 100644
index 0000000..ee76c91
--- /dev/null
+++ b/kde-misc/veromix/veromix-0.17.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+PYTHON_DEPEND="2"
+CMAKE_REQUIRED="never"
+inherit python kde4-base
+
+DESCRIPTION="Plasmoid mixer for the Pulseaudio sound server"
+HOMEPAGE="http://kde-look.org/content/show.php?content=116676"
+SRC_URI="http://kde-look.org/CONTENT/content-files/116676-2012-04-25_${PV}_${PN}.plasmoid -> ${P}.zip"
+
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+DEPEND="app-arch/unzip"
+RDEPEND="
+	$(add_kdebase_dep plasma-workspace python)
+	dev-python/PyQt4[dbus]
+	dev-python/pyxdg
+	media-libs/ladspa-sdk
+	media-plugins/swh-plugins
+	media-sound/pulseaudio
+"
+
+S=${WORKDIR}
+
+DOCS=( Changelog )
+
+pkg_setup() {
+	python_pkg_setup
+	kde4-base_pkg_setup
+}
+
+src_prepare() {
+	python_convert_shebangs -r 2 "${S}"
+	sed -e '/^all:/s/build//' -i Makefile || die
+	sed -e 's|/usr/share/kde4/apps/|/usr/share/apps/|' -i Makefile \
+		-i org.veromix.pulseaudio.service || die
+}
+
+src_install() {
+	default
+	insinto /usr/share/apps/${PN}-plasmoid/
+	doins -r presets
+	insinto /usr/share/kde4/services/
+	newins metadata.desktop plasma-widget-veromix.desktop
+}



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/veromix/
@ 2013-06-29 10:44 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2013-06-29 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0c53c824689927f401f210ba32c9d1dee53189d7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 10:44:20 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 10:44:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0c53c824

[kde-misc/veromix] Port to non-deprecated python eclass. EAPI 5.

Package-Manager: portage-2.2.0_alpha186

---
 kde-misc/veromix/veromix-0.17.0.ebuild | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/kde-misc/veromix/veromix-0.17.0.ebuild b/kde-misc/veromix/veromix-0.17.0.ebuild
index aba42cf..2f6f068 100644
--- a/kde-misc/veromix/veromix-0.17.0.ebuild
+++ b/kde-misc/veromix/veromix-0.17.0.ebuild
@@ -2,10 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
-PYTHON_DEPEND="2"
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
 CMAKE_REQUIRED="never"
-inherit python kde4-base
+inherit python-single-r1 kde4-base
 
 DESCRIPTION="Plasmoid mixer for the Pulseaudio sound server"
 HOMEPAGE="http://kde-look.org/content/show.php?content=116676"
@@ -16,7 +17,12 @@ SLOT="4"
 KEYWORDS="~amd64"
 IUSE="debug"
 
-DEPEND="app-arch/unzip"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+	${PYTHON_DEPS}
+	app-arch/unzip
+"
 RDEPEND="
 	$(add_kdebase_dep plasma-workspace python)
 	dev-python/PyQt4[dbus]
@@ -31,12 +37,12 @@ S=${WORKDIR}
 DOCS=( Changelog )
 
 pkg_setup() {
-	python_pkg_setup
+	python-single-r1_pkg_setup
 	kde4-base_pkg_setup
 }
 
 src_prepare() {
-	python_convert_shebangs -r 2 "${S}"
+	python_fix_shebang "${S}"
 	sed -e '/^all:/s/build//' -i Makefile || die
 	sed -e 's|/usr/share/kde4/apps/|/usr/share/apps/|' -i Makefile \
 		-i org.veromix.pulseaudio.service || die


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/veromix/
@ 2013-08-08 11:00 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2013-08-08 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0a7921ce7820bdf8361ab883f47fa1f5509d76b6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 10:57:08 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 10:57:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0a7921ce

[kde-misc/veromix] Remove support for deprecated python versions.

Package-Manager: portage-2.1.13.6

---
 kde-misc/veromix/veromix-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/veromix/veromix-0.17.0.ebuild b/kde-misc/veromix/veromix-0.17.0.ebuild
index 2f6f068..16d26d0 100644
--- a/kde-misc/veromix/veromix-0.17.0.ebuild
+++ b/kde-misc/veromix/veromix-0.17.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 CMAKE_REQUIRED="never"
 inherit python-single-r1 kde4-base
 


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/veromix/
@ 2014-05-01 22:46 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2014-05-01 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     98e61e8d1f10059ae9248d048b1e969c12b128bd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May  1 22:42:35 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May  1 22:42:35 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=98e61e8d

[kde-misc/veromix] Drop Python 2.6 support

Package-Manager: portage-2.2.10

---
 kde-misc/veromix/veromix-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/veromix/veromix-0.17.0.ebuild b/kde-misc/veromix/veromix-0.17.0.ebuild
index a7bbf45..034a8b1 100644
--- a/kde-misc/veromix/veromix-0.17.0.ebuild
+++ b/kde-misc/veromix/veromix-0.17.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 CMAKE_REQUIRED="never"
 inherit python-single-r1 kde4-base
 


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/veromix/
@ 2016-03-26 16:19 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2016-03-26 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7f4264c62119eb181cf4e15b15e57956bf44f4c6
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 16:13:45 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 16:13:45 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f4264c6

kde-misc/veromix: EAPI 6

Package-Manager: portage-2.2.28

 kde-misc/veromix/veromix-0.17.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-misc/veromix/veromix-0.17.0.ebuild b/kde-misc/veromix/veromix-0.17.0.ebuild
index 232ef60..f9b034d 100644
--- a/kde-misc/veromix/veromix-0.17.0.ebuild
+++ b/kde-misc/veromix/veromix-0.17.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 CMAKE_REQUIRED="never"
@@ -46,6 +46,8 @@ src_prepare() {
 	sed -e '/^all:/s/build//' -i Makefile || die
 	sed -e 's|/usr/share/kde4/apps/|/usr/share/apps/|' -i Makefile \
 		-i org.veromix.pulseaudio.service || die
+
+	eapply_user
 }
 
 src_install() {


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/veromix/
@ 2016-04-27 15:34 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2016-04-27 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     7921f5f107f0b151d655f04bd619064d8107c8e5
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 15:15:02 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 15:15:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7921f5f1

kde-misc/veromix: Remove pkg

Only available for Plasma 4. Superseded by kde-plasma/plasma-pa in
Plasma 5. Upstream declared it as dead because:
"Plasma 5 does not support python plasmoids. And I dont want to start
from scratch e.g. rewrite everything in javascript/qtquick."

 kde-misc/veromix/metadata.xml          |  8 -----
 kde-misc/veromix/veromix-0.17.0.ebuild | 59 ----------------------------------
 2 files changed, 67 deletions(-)

diff --git a/kde-misc/veromix/metadata.xml b/kde-misc/veromix/metadata.xml
deleted file mode 100644
index 2fdbf33..0000000
--- a/kde-misc/veromix/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/kde-misc/veromix/veromix-0.17.0.ebuild b/kde-misc/veromix/veromix-0.17.0.ebuild
deleted file mode 100644
index f9b034d..0000000
--- a/kde-misc/veromix/veromix-0.17.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-CMAKE_REQUIRED="never"
-inherit python-single-r1 kde4-base
-
-DESCRIPTION="Plasmoid mixer for the Pulseaudio sound server"
-HOMEPAGE="http://kde-look.org/content/show.php?content=116676"
-SRC_URI="http://kde-look.org/CONTENT/content-files/116676-2012-04-25_${PV}_${PN}.plasmoid -> ${P}.zip"
-
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	app-arch/unzip
-"
-RDEPEND="
-	$(add_kdebase_dep plasma-workspace python)
-	dev-python/PyQt4[dbus]
-	dev-python/pyxdg
-	media-libs/ladspa-sdk
-	media-plugins/swh-plugins
-	media-sound/pulseaudio
-"
-
-S=${WORKDIR}
-
-DOCS=( Changelog )
-
-pkg_setup() {
-	python-single-r1_pkg_setup
-	kde4-base_pkg_setup
-}
-
-src_prepare() {
-	python_fix_shebang "${S}"
-	sed -e '/^all:/s/build//' -i Makefile || die
-	sed -e 's|/usr/share/kde4/apps/|/usr/share/apps/|' -i Makefile \
-		-i org.veromix.pulseaudio.service || die
-
-	eapply_user
-}
-
-src_install() {
-	default
-	insinto /usr/share/apps/${PN}-plasmoid/
-	doins -r presets
-	insinto /usr/share/kde4/services/
-	newins metadata.desktop plasma-widget-veromix.desktop
-}


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

end of thread, other threads:[~2016-04-27 15:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 14:06 [gentoo-commits] proj/kde:master commit in: kde-misc/veromix/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2013-06-29 10:44 Johannes Huber
2013-08-08 11:00 Michael Palimaka
2014-05-01 22:46 Johannes Huber
2016-03-26 16:19 Johannes Huber
2016-04-27 15:34 Johannes Huber

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