* [gentoo-commits] repo/gentoo:master commit in: media-sound/ifp-gnome/, media-sound/ifp-gnome/files/
@ 2017-02-18 22:44 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2017-02-18 22:44 UTC (permalink / raw
To: gentoo-commits
commit: ce2f64ba7eeb08abd46bca8b049690b827e013d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 22:42:33 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 22:44:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2f64ba
media-sound/ifp-gnome: python-single-r1, EAPI=6
.../files/ifp-gnome-0.7-file-locations.patch | 4 +--
media-sound/ifp-gnome/ifp-gnome-0.7-r1.ebuild | 38 ++++++++++++++++++++
media-sound/ifp-gnome/ifp-gnome-0.7.ebuild | 40 ----------------------
3 files changed, 40 insertions(+), 42 deletions(-)
diff --git a/media-sound/ifp-gnome/files/ifp-gnome-0.7-file-locations.patch b/media-sound/ifp-gnome/files/ifp-gnome-0.7-file-locations.patch
index 95e055b3a8..d71dd868f6 100644
--- a/media-sound/ifp-gnome/files/ifp-gnome-0.7-file-locations.patch
+++ b/media-sound/ifp-gnome/files/ifp-gnome-0.7-file-locations.patch
@@ -1,5 +1,5 @@
---- ifp-gnome.py
-+++ ifp-gnome.py
+--- a/ifp-gnome.py
++++ b/ifp-gnome.py
@@ -21,7 +21,7 @@
class GiRiverApp:
diff --git a/media-sound/ifp-gnome/ifp-gnome-0.7-r1.ebuild b/media-sound/ifp-gnome/ifp-gnome-0.7-r1.ebuild
new file mode 100644
index 0000000000..a6efcc3ce7
--- /dev/null
+++ b/media-sound/ifp-gnome/ifp-gnome-0.7-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-single-r1
+
+DESCRIPTION="Gnome front-end for file management on iRiver iFP MP3 players"
+HOMEPAGE="http://ifp-gnome.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/libgnome-python-2[${PYTHON_USEDEP}]
+ >=dev-python/pygtk-2[${PYTHON_USEDEP}]
+ >=dev-python/pyifp-0.2.2[${PYTHON_USEDEP}]"
+DEPEND=""
+
+S=${WORKDIR}/${PN}
+
+PATCHES=(
+ "${FILESDIR}"/${P}-file-locations.patch
+)
+
+src_compile() {
+ python_fix_shebang ${PN}.py
+}
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins ${PN}.{glade,png}
+ newbin ${PN}.py ${PN}
+}
diff --git a/media-sound/ifp-gnome/ifp-gnome-0.7.ebuild b/media-sound/ifp-gnome/ifp-gnome-0.7.ebuild
deleted file mode 100644
index b4cdd74ba9..0000000000
--- a/media-sound/ifp-gnome/ifp-gnome-0.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-PYTHON_DEPEND=2
-inherit eutils python
-
-DESCRIPTION="Gnome front-end for file management on iRiver iFP MP3 players"
-HOMEPAGE="http://ifp-gnome.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/libgnome-python-2
- >=dev-python/pygtk-2
- >=dev-python/pyifp-0.2.2"
-DEPEND=""
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs 2 ${PN}.py
- epatch "${FILESDIR}"/${P}-file-locations.patch
-}
-
-src_install() {
- insinto /usr/share/${PN}
- doins ${PN}.{glade,png} || die
- newbin ${PN}.py ${PN} || die
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/ifp-gnome/, media-sound/ifp-gnome/files/
@ 2018-01-28 0:48 Mikle Kolyada
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2018-01-28 0:48 UTC (permalink / raw
To: gentoo-commits
commit: cf1d086f87597499d74431cf2ec134c699c600e8
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 00:46:47 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 00:46:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1d086f
media-sound/ifp-gnome: remove last rited package
Closes: https://bugs.gentoo.org/640068
media-sound/ifp-gnome/Manifest | 1 -
.../files/ifp-gnome-0.7-file-locations.patch | 47 ----------------------
media-sound/ifp-gnome/ifp-gnome-0.7-r2.ebuild | 40 ------------------
media-sound/ifp-gnome/metadata.xml | 11 -----
4 files changed, 99 deletions(-)
diff --git a/media-sound/ifp-gnome/Manifest b/media-sound/ifp-gnome/Manifest
deleted file mode 100644
index 2d1979f2a24..00000000000
--- a/media-sound/ifp-gnome/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ifp-gnome-0.7.tar.gz 11287 BLAKE2B b9c3067c02faa342dc1215e450c22522f7993c9c9475d9631100357c6025a60c041922dd79204dd91bbcb4c103ce223f907a3f21bd7202cd3ff61f5d23ba4ff4 SHA512 bb46ec7031d9d96ea00b9c91ab9915e8f2901830864866739d21f5cccbdbbca6e001c1ab685ca7d02f0dba7a02331299ad0268e809466a94de9f6dad98d563e4
diff --git a/media-sound/ifp-gnome/files/ifp-gnome-0.7-file-locations.patch b/media-sound/ifp-gnome/files/ifp-gnome-0.7-file-locations.patch
deleted file mode 100644
index d71dd868f62..00000000000
--- a/media-sound/ifp-gnome/files/ifp-gnome-0.7-file-locations.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- a/ifp-gnome.py
-+++ b/ifp-gnome.py
-@@ -21,7 +21,7 @@
-
- class GiRiverApp:
- def __init__(self):
-- gladefile="ifp-gnome.glade"
-+ gladefile="/usr/share/ifp-gnome/ifp-gnome.glade"
- windowname="window1"
- progresswinname="winProgress"
-
-@@ -46,7 +46,7 @@
- self.wTree.signal_autoconnect(dic)
- self.mainWindow = self.wTree.get_widget(windowname)
- self.mainWindow.hide()
-- self.mainWindow.set_icon_from_file('ifp-gnome.png')
-+ self.mainWindow.set_icon_from_file('/usr/share/ifp-gnome/ifp-gnome.png')
-
- # Progress Window
- self.progressWindow = self.progTree.get_widget(progresswinname)
-@@ -55,7 +55,7 @@
-
-
- self.progressWindow.hide()
-- self.progressWindow.set_icon_from_file('ifp-gnome.png')
-+ self.progressWindow.set_icon_from_file('/usr/share/ifp-gnome/ifp-gnome.png')
-
- # Transfer Window
- self.interrupted = False
-@@ -67,7 +67,7 @@
- self.verDialog.signal_autoconnect(dictt)
- self.verifyWindow = self.verDialog.get_widget("winTransfer")
- self.verifyWindow.hide()
-- self.verifyWindow.set_icon_from_file('ifp-gnome.png')
-+ self.verifyWindow.set_icon_from_file('/usr/share/ifp-gnome/ifp-gnome.png')
-
- self.lblBattery = self.wTree.get_widget("lblBattery")
- self.lblSpace = self.wTree.get_widget("lblSpace")
-@@ -752,7 +752,7 @@
- gnome.ui.About("iFP-Gnome","0.7", "Copyright 2006 Billy Charlton",
- "A GNOME file manager for some iRiver Flash devices",
- ["Billy Charlton <billy@trigby.com>"],[],"",
-- gtk.gdk.pixbuf_new_from_file("ifp-gnome.png")).show()
-+ gtk.gdk.pixbuf_new_from_file("/usr/share/ifp-gnome/ifp-gnome.png")).show()
-
-
- # MAIN ENTRY POINT ---------------------
diff --git a/media-sound/ifp-gnome/ifp-gnome-0.7-r2.ebuild b/media-sound/ifp-gnome/ifp-gnome-0.7-r2.ebuild
deleted file mode 100644
index db8d4cce2d0..00000000000
--- a/media-sound/ifp-gnome/ifp-gnome-0.7-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Gnome front-end for file management on iRiver iFP MP3 players"
-HOMEPAGE="http://ifp-gnome.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/libgnome-python-2[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2[${PYTHON_USEDEP}]
- >=dev-python/pyifp-0.2.2[${PYTHON_USEDEP}]"
-DEPEND=""
-
-S=${WORKDIR}/${PN}
-
-PATCHES=(
- "${FILESDIR}"/${P}-file-locations.patch
-)
-
-src_compile() {
- python_fix_shebang ${PN}.py
-}
-
-src_install() {
- insinto /usr/share/${PN}
- doins ${PN}.{glade,png}
- newbin ${PN}.py ${PN}
-}
diff --git a/media-sound/ifp-gnome/metadata.xml b/media-sound/ifp-gnome/metadata.xml
deleted file mode 100644
index cb60f4277b5..00000000000
--- a/media-sound/ifp-gnome/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">ifp-gnome</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-28 0:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-18 22:44 [gentoo-commits] repo/gentoo:master commit in: media-sound/ifp-gnome/, media-sound/ifp-gnome/files/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2018-01-28 0:48 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox