* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cameramonitor/
@ 2017-02-18 18:08 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-02-18 18:08 UTC (permalink / raw
To: gentoo-commits
commit: ad2ea32d677078052d679f9815cc4055ec8a8ced
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 18:07:11 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 18:08:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2ea32d
gnome-extra/cameramonitor: python-single-r1, EAPI=6
.../cameramonitor/cameramonitor-0.3.2-r1.ebuild | 27 ++++++++++++
.../cameramonitor/cameramonitor-0.3.2.ebuild | 51 ----------------------
2 files changed, 27 insertions(+), 51 deletions(-)
diff --git a/gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild b/gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild
new file mode 100644
index 0000000000..bb43b81dda
--- /dev/null
+++ b/gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# eautoreconf needed to fix old Python m4 code
+GNOME2_EAUTORECONF=yes
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Local Webcam monitoring in system tray"
+HOMEPAGE="https://launchpad.net/cameramonitor"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/gconf-python:2[${PYTHON_USEDEP}]
+ dev-python/notify-python[${PYTHON_USEDEP}]
+ dev-python/pygtk:2[${PYTHON_USEDEP}]
+ dev-python/pyinotify[${PYTHON_USEDEP}]
+ dev-python/dbus-python[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
diff --git a/gnome-extra/cameramonitor/cameramonitor-0.3.2.ebuild b/gnome-extra/cameramonitor/cameramonitor-0.3.2.ebuild
deleted file mode 100644
index 842ab77edf..0000000000
--- a/gnome-extra/cameramonitor/cameramonitor-0.3.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="2"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit gnome2 python autotools
-
-DESCRIPTION="Local Webcam monitoring in system tray"
-HOMEPAGE="https://launchpad.net/cameramonitor"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/gconf-python:2
- dev-python/notify-python
- dev-python/pyinotify
- dev-python/dbus-python"
-
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_clean_py-compile_files
-
- eautoreconf
-
- gnome2_src_prepare
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_mod_optimize cameramonitor
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup cameramonitor
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cameramonitor/
@ 2017-02-19 10:55 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-02-19 10:55 UTC (permalink / raw
To: gentoo-commits
commit: c7823026e00b1f09b01457b023504d2f632f22c9
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 10:42:45 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 10:42:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7823026
gnome-extra/cameramonitor: Add missing Python variables
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../{cameramonitor-0.3.2-r1.ebuild => cameramonitor-0.3.2-r2.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild b/gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild
similarity index 86%
rename from gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild
rename to gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild
index bb43b81dda..cf50a7cc3f 100644
--- a/gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild
+++ b/gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild
@@ -18,8 +18,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="dev-python/gconf-python:2[${PYTHON_USEDEP}]
+RDEPEND="${PYTHON_DEPS}
+ dev-python/gconf-python:2[${PYTHON_USEDEP}]
dev-python/notify-python[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
dev-python/pyinotify[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cameramonitor/
@ 2017-04-10 17:31 Göktürk Yüksek
0 siblings, 0 replies; 4+ messages in thread
From: Göktürk Yüksek @ 2017-04-10 17:31 UTC (permalink / raw
To: gentoo-commits
commit: c92f5f26ec3ea1780b88496a11c08d776ec6ffc4
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 17:28:37 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 17:30:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92f5f26
gnome-extra/cameramonitor: remove unresponsive proxied-maintainer
Please contact the proxy-maintainers project to reinstate maintainer
status, if still interested.
Package-Manager: Portage-2.3.3, Repoman-2.3.2
| 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
--git a/gnome-extra/cameramonitor/metadata.xml b/gnome-extra/cameramonitor/metadata.xml
index 84845e685fd..58e32f19009 100644
--- a/gnome-extra/cameramonitor/metadata.xml
+++ b/gnome-extra/cameramonitor/metadata.xml
@@ -1,15 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>phobosk@fastmail.fm</email>
- <name>PhobosK</name>
- <description>Proxy maintainer. Assign bugs to him.</description>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription>
Camera Monitor is a little system tray icon that monitors your Webcam activity.
It is designed for the GNOME desktop, but should work as well on KDE and Xfce.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cameramonitor/
@ 2018-01-28 1:10 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2018-01-28 1:10 UTC (permalink / raw
To: gentoo-commits
commit: 8c1c6befff9e40ba440538731f5914634560d822
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 01:10:11 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 01:10:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1c6bef
gnome-extra/cameramonitor: remove last rited package
| 1 -
.../cameramonitor/cameramonitor-0.3.2-r2.ebuild | 28 ----------------------
| 12 ----------
3 files changed, 41 deletions(-)
diff --git a/gnome-extra/cameramonitor/Manifest b/gnome-extra/cameramonitor/Manifest
deleted file mode 100644
index 2cf665ea29d..00000000000
--- a/gnome-extra/cameramonitor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cameramonitor-0.3.2.tar.bz2 216979 BLAKE2B a392f0834bd8d66c413572dfd90fd571033744999ea4545c65666048748ac6003d9fac4659235610dde4099d81038e721465bd80d8923c96471aa162952ec25d SHA512 4e3d66f5829c111d524fe3cef5c9a330ee72e88c6c5dc3bbb528f10e81aa31682ab75a6fe7d4366ec63315341149d0472745917965bec2099590028327c75910
diff --git a/gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild b/gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild
deleted file mode 100644
index 0366a83c88a..00000000000
--- a/gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# eautoreconf needed to fix old Python m4 code
-GNOME2_EAUTORECONF=yes
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Local Webcam monitoring in system tray"
-HOMEPAGE="https://launchpad.net/cameramonitor"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/gconf-python:2[${PYTHON_USEDEP}]
- dev-python/notify-python[${PYTHON_USEDEP}]
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- dev-python/pyinotify[${PYTHON_USEDEP}]
- dev-python/dbus-python[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
diff --git a/gnome-extra/cameramonitor/metadata.xml b/gnome-extra/cameramonitor/metadata.xml
deleted file mode 100644
index 58e32f19009..00000000000
--- a/gnome-extra/cameramonitor/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
-Camera Monitor is a little system tray icon that monitors your Webcam activity.
-It is designed for the GNOME desktop, but should work as well on KDE and Xfce.
-</longdescription>
- <upstream>
- <remote-id type="launchpad">cameramonitor</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-01-28 1:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-19 10:55 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cameramonitor/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2018-01-28 1:10 Mikle Kolyada
2017-04-10 17:31 Göktürk Yüksek
2017-02-18 18:08 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox