[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2024-03-03 Thread Michał Górny
commit: 9918e16373bc3ed541b7b605ab278d14feca9c5f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  3 16:00:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  3 16:00:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9918e163

app-cdr/gcdemu: EAPI 8, py3.12

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

 app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild | 60 +++
 1 file changed, 60 insertions(+)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild
new file mode 100644
index ..10f7298db619
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit cmake gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="https://cdemu.sourceforge.io;
+SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# librsvg for pixbuf-loader
+RDEPEND="
+   ${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   gnome-base/librsvg:2
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   cmake_src_prepare
+   python_fix_shebang src/gcdemu
+}
+
+src_configure() {
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2023-02-17 Thread Michał Górny
commit: 06f75d909011f634e9212cf7ce4db76a038d6180
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 16:43:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 16:43:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f75d90

app-cdr/gcdemu: Enable py3.11

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

 app-cdr/gcdemu/gcdemu-3.2.6.ebuild | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
index 9bd9fdd75625..178755cb9636 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit cmake gnome2-utils python-single-r1 xdg-utils
 
@@ -18,7 +18,8 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # librsvg for pixbuf-loader
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
+   ${PYTHON_DEPS}
app-cdr/cdemu-daemon:0/7
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP}]
@@ -26,12 +27,15 @@ RDEPEND="${PYTHON_DEPS}
gnome-base/librsvg:2
x11-libs/gdk-pixbuf[introspection]
x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-BDEPEND="${PYTHON_DEPS}
+   x11-libs/libnotify[introspection]
+"
+BDEPEND="
+   ${PYTHON_DEPS}
dev-util/desktop-file-utils
>=dev-util/intltool-0.21
sys-devel/gettext
-   virtual/pkgconfig"
+   virtual/pkgconfig
+"
 
 DOCS=( AUTHORS README )
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2021-12-18 Thread Michał Górny
commit: b7b6440bd018868c00601e8935172c1a2783685b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 18 15:38:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 18 15:39:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b6440b

app-cdr/gcdemu: Remove old

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

 app-cdr/gcdemu/Manifest|  2 --
 app-cdr/gcdemu/gcdemu-3.2.4.ebuild | 56 --
 app-cdr/gcdemu/gcdemu-3.2.5.ebuild | 56 --
 3 files changed, 114 deletions(-)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 9bbcddaf79ca..8baf622dbbbc 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,3 +1 @@
-DIST gcdemu-3.2.4.tar.bz2 52209 BLAKE2B 
620b1ea8616cf0d7f80954dd00ad1442b55fedafc5ff27ad5aa917e69a803a9629ccadb33ec3fdb2371c464bd484a15e85e00036dee5a67283fbf7e8d64e252c
 SHA512 
920ab87a0b200f3f3983ff878871265084787f1468c042352c319ff3a37131547cc1e981801eefaee1e419ec306b026f7a18da165a17e3ddc6a92998a42e7b41
-DIST gcdemu-3.2.5.tar.xz 47960 BLAKE2B 
8e45fe31461120b33080b9e40bd1def1c4ddfe562a9ca60814c66fbe073325d867692bd367e89e8281e34955eb232c37d8908a8962f5aa4587000b28c296d32b
 SHA512 
d7e7b6ee1677213d858fca18103dd6d06e5de3f6c65fd16f19925b14ef50c73ebd0cbee3cb5c65aa5a59be3da1865f3e87b5e7c1a5921c496ae083727365e10b
 DIST gcdemu-3.2.6.tar.xz 47968 BLAKE2B 
edbe8cb46ce020eec20b2740da99c35d3fd9727a1c65a5e6992de7876d55e24527c8c524e2ccc479a7ca01a0e68bff1488db2746838fc56ea29d424928c2338f
 SHA512 
1ed08c159f5de9ed5ad850508356998ad17f4bbb17b111ba385c913f2058daa32d8e9cd7ae04cdeacca9c7f3004f29c3c6e995cfd14a7eb60bdb32489f49515e

diff --git a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
deleted file mode 100644
index c8e31090fcf8..
--- a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_8 )
-
-inherit cmake gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="https://cdemu.sourceforge.io;
-SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# librsvg for pixbuf-loader
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   gnome-base/librsvg:2
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-BDEPEND="${PYTHON_DEPS}
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake_src_prepare
-   python_fix_shebang src/gcdemu
-}
-
-src_configure() {
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}

diff --git a/app-cdr/gcdemu/gcdemu-3.2.5.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.5.ebuild
deleted file mode 100644
index f350948a1151..
--- a/app-cdr/gcdemu/gcdemu-3.2.5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit cmake gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="https://cdemu.sourceforge.io;
-SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# librsvg for pixbuf-loader
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   gnome-base/librsvg:2
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-BDEPEND="${PYTHON_DEPS}
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake_src_prepare
-   python_fix_shebang src/gcdemu
-}
-
-src_configure() {
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2021-12-18 Thread Arthur Zamarin
commit: 3fa9a51251f0b9e6b3e8e734fedcf1249778319b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:55:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa9a512

app-cdr/gcdemu: Stabilize 3.2.6 x86, #829551

Signed-off-by: Jakov Smolić  gentoo.org>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-cdr/gcdemu/gcdemu-3.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
index acd1390fe915..2c838fdb1a05 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2021-12-18 Thread Arthur Zamarin
commit: e1262d375bb79d95a9125d3b1602fbd1270f6eee
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:35 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1262d37

app-cdr/gcdemu: Stabilize 3.2.6 amd64, #829551

Signed-off-by: Jakov Smolić  gentoo.org>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-cdr/gcdemu/gcdemu-3.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
index 2c838fdb1a05..cc0619e2c133 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2021-10-23 Thread Michał Górny
commit: 6aac66b029bb52fe4c6c68556c7c434f9954380d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 23 19:50:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 23 20:19:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aac66b0

app-cdr/gcdemu: Bump to 3.2.6

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

 app-cdr/gcdemu/Manifest|  1 +
 app-cdr/gcdemu/gcdemu-3.2.6.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 158794f3792..9bbcddaf79c 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,2 +1,3 @@
 DIST gcdemu-3.2.4.tar.bz2 52209 BLAKE2B 
620b1ea8616cf0d7f80954dd00ad1442b55fedafc5ff27ad5aa917e69a803a9629ccadb33ec3fdb2371c464bd484a15e85e00036dee5a67283fbf7e8d64e252c
 SHA512 
920ab87a0b200f3f3983ff878871265084787f1468c042352c319ff3a37131547cc1e981801eefaee1e419ec306b026f7a18da165a17e3ddc6a92998a42e7b41
 DIST gcdemu-3.2.5.tar.xz 47960 BLAKE2B 
8e45fe31461120b33080b9e40bd1def1c4ddfe562a9ca60814c66fbe073325d867692bd367e89e8281e34955eb232c37d8908a8962f5aa4587000b28c296d32b
 SHA512 
d7e7b6ee1677213d858fca18103dd6d06e5de3f6c65fd16f19925b14ef50c73ebd0cbee3cb5c65aa5a59be3da1865f3e87b5e7c1a5921c496ae083727365e10b
+DIST gcdemu-3.2.6.tar.xz 47968 BLAKE2B 
edbe8cb46ce020eec20b2740da99c35d3fd9727a1c65a5e6992de7876d55e24527c8c524e2ccc479a7ca01a0e68bff1488db2746838fc56ea29d424928c2338f
 SHA512 
1ed08c159f5de9ed5ad850508356998ad17f4bbb17b111ba385c913f2058daa32d8e9cd7ae04cdeacca9c7f3004f29c3c6e995cfd14a7eb60bdb32489f49515e

diff --git a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
new file mode 100644
index 000..acd1390fe91
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="https://cdemu.sourceforge.io;
+SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# librsvg for pixbuf-loader
+RDEPEND="${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   gnome-base/librsvg:2
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]"
+BDEPEND="${PYTHON_DEPS}
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   cmake_src_prepare
+   python_fix_shebang src/gcdemu
+}
+
+src_configure() {
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2021-05-29 Thread Sam James
commit: d6b387c02a99e2f5ee28d37d15ff87c091a51fac
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 15:20:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 29 15:20:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b387c0

app-cdr/gcdemu: Stabilize 3.2.5 amd64, #792375

Signed-off-by: Sam James  gentoo.org>

 app-cdr/gcdemu/gcdemu-3.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.5.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.5.ebuild
index cc1554ec5c4..8652dfaf6c9 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.5.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2021-05-27 Thread Sam James
commit: d51239144378e1e5a2402f0f0944e02e8052ada9
Author: Sam James  gentoo  org>
AuthorDate: Fri May 28 02:26:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 28 02:26:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5123914

app-cdr/gcdemu: Stabilize 3.2.5 x86, #792375

Signed-off-by: Sam James  gentoo.org>

 app-cdr/gcdemu/gcdemu-3.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.5.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.5.ebuild
index d6e7b2808ca..cc1554ec5c4 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.5.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2021-04-19 Thread Michał Górny
commit: b9c870e4a6bcffa5764776830b55a31b1ff91485
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 19 06:39:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 19 06:44:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c870e4

app-cdr/gcdemu: Bump to 3.2.5

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

 app-cdr/gcdemu/Manifest|  1 +
 app-cdr/gcdemu/gcdemu-3.2.5.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 120ec3ab881..158794f3792 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1 +1,2 @@
 DIST gcdemu-3.2.4.tar.bz2 52209 BLAKE2B 
620b1ea8616cf0d7f80954dd00ad1442b55fedafc5ff27ad5aa917e69a803a9629ccadb33ec3fdb2371c464bd484a15e85e00036dee5a67283fbf7e8d64e252c
 SHA512 
920ab87a0b200f3f3983ff878871265084787f1468c042352c319ff3a37131547cc1e981801eefaee1e419ec306b026f7a18da165a17e3ddc6a92998a42e7b41
+DIST gcdemu-3.2.5.tar.xz 47960 BLAKE2B 
8e45fe31461120b33080b9e40bd1def1c4ddfe562a9ca60814c66fbe073325d867692bd367e89e8281e34955eb232c37d8908a8962f5aa4587000b28c296d32b
 SHA512 
d7e7b6ee1677213d858fca18103dd6d06e5de3f6c65fd16f19925b14ef50c73ebd0cbee3cb5c65aa5a59be3da1865f3e87b5e7c1a5921c496ae083727365e10b

diff --git a/app-cdr/gcdemu/gcdemu-3.2.5.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.5.ebuild
new file mode 100644
index 000..d6e7b2808ca
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.2.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit cmake gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="https://cdemu.sourceforge.io;
+SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# librsvg for pixbuf-loader
+RDEPEND="${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
+   gnome-base/librsvg:2
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]"
+BDEPEND="${PYTHON_DEPS}
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   cmake_src_prepare
+   python_fix_shebang src/gcdemu
+}
+
+src_configure() {
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2020-06-08 Thread Michał Górny
commit: c0806e2aaf895e3c07adeae6207d431d293c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  8 08:31:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  8 08:56:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0806e2a

app-cdr/gcdemu: Port to cmake.eclass

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

 app-cdr/gcdemu/gcdemu-3.2.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
index 650abe4c268..6fb6905ac22 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+inherit cmake gnome2-utils python-single-r1 xdg-utils
 
 DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
 HOMEPAGE="https://cdemu.sourceforge.io;
@@ -36,13 +36,13 @@ BDEPEND="${PYTHON_DEPS}
 DOCS=( AUTHORS README )
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
python_fix_shebang src/gcdemu
 }
 
 src_configure() {
local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2020-03-19 Thread Michał Górny
commit: 803b831d9d28b83f7d8e3452d6595f5eea727d9f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 19 17:05:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 19 17:20:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803b831d

app-cdr/gcdemu: Remove redundant versions

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

 app-cdr/gcdemu/Manifest|  1 -
 app-cdr/gcdemu/gcdemu-3.2.3.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index e6959795d2e..120ec3ab881 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,2 +1 @@
-DIST gcdemu-3.2.3.tar.bz2 52229 BLAKE2B 
9f8d0b6e04b438c0637f42875b144ad4d1a643b8f1216d868040121e417203ffedbf983fec235eb30bf9d11bcfe142e52c1c89966ac3b64442071d0897a9e8bf
 SHA512 
1d31b9edeb45c7dd438fc645c7513877fe89f78cf262c282bba2d2e7f9a99a8499e607bf00f880186bd4a37a8ebbcc5ba14e1e014254e767a8335396d6e2
 DIST gcdemu-3.2.4.tar.bz2 52209 BLAKE2B 
620b1ea8616cf0d7f80954dd00ad1442b55fedafc5ff27ad5aa917e69a803a9629ccadb33ec3fdb2371c464bd484a15e85e00036dee5a67283fbf7e8d64e252c
 SHA512 
920ab87a0b200f3f3983ff878871265084787f1468c042352c319ff3a37131547cc1e981801eefaee1e419ec306b026f7a18da165a17e3ddc6a92998a42e7b41

diff --git a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
deleted file mode 100644
index d9618a7dd7b..000
--- a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="https://cdemu.sourceforge.io;
-SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# librsvg for pixbuf-loader
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   ')
-   gnome-base/librsvg:2
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-DEPEND="
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake-utils_src_prepare
-   python_fix_shebang src/gcdemu
-}
-
-src_configure() {
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2020-02-21 Thread Agostino Sarubbo
commit: e9e2d4dd87ab519686aa16721a46e5968f9de62d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 21 15:55:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 21 15:55:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e2d4dd

app-cdr/gcdemu: amd64 stable wrt bug #709760

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-cdr/gcdemu/gcdemu-3.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
index 1a7aac9d305..650abe4c268 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2020-02-16 Thread Thomas Deutschmann
commit: 1357ee5216e2d7a73e05d2657c1d0940a59101d7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:51:30 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:11:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1357ee52

app-cdr/gcdemu: x86 stable (bug #709760)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-cdr/gcdemu/gcdemu-3.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
index 6222ed99b96..1a7aac9d305 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2020-01-06 Thread Michał Górny
commit: 4a88d663b7586236f290fdcf3509f19bb2305729
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  7 05:46:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  7 06:02:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a88d663

app-cdr/gcdemu: Bump to 3.2.4

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

 app-cdr/gcdemu/Manifest|  1 +
 app-cdr/gcdemu/gcdemu-3.2.4.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 8af625059d0..e6959795d2e 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1 +1,2 @@
 DIST gcdemu-3.2.3.tar.bz2 52229 BLAKE2B 
9f8d0b6e04b438c0637f42875b144ad4d1a643b8f1216d868040121e417203ffedbf983fec235eb30bf9d11bcfe142e52c1c89966ac3b64442071d0897a9e8bf
 SHA512 
1d31b9edeb45c7dd438fc645c7513877fe89f78cf262c282bba2d2e7f9a99a8499e607bf00f880186bd4a37a8ebbcc5ba14e1e014254e767a8335396d6e2
+DIST gcdemu-3.2.4.tar.bz2 52209 BLAKE2B 
620b1ea8616cf0d7f80954dd00ad1442b55fedafc5ff27ad5aa917e69a803a9629ccadb33ec3fdb2371c464bd484a15e85e00036dee5a67283fbf7e8d64e252c
 SHA512 
920ab87a0b200f3f3983ff878871265084787f1468c042352c319ff3a37131547cc1e981801eefaee1e419ec306b026f7a18da165a17e3ddc6a92998a42e7b41

diff --git a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
new file mode 100644
index 000..6222ed99b96
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="https://cdemu.sourceforge.io;
+SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# librsvg for pixbuf-loader
+RDEPEND="${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
+   gnome-base/librsvg:2
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]"
+BDEPEND="${PYTHON_DEPS}
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   cmake-utils_src_prepare
+   python_fix_shebang src/gcdemu
+}
+
+src_configure() {
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-12-08 Thread Michał Górny
commit: 7a1117a7e53e07e04c9090462b0af7ec9d9cc799
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:45:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:45:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1117a7

app-cdr/gcdemu: Switch to new python-single-r1 API

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

 app-cdr/gcdemu/gcdemu-3.2.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
index c5330923b91..239a2c2a253 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
@@ -20,7 +20,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 # librsvg for pixbuf-loader
 RDEPEND="${PYTHON_DEPS}
app-cdr/cdemu-daemon:0/7
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
gnome-base/librsvg:2
x11-libs/gdk-pixbuf[introspection]
x11-libs/gtk+:3[introspection]



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-12-08 Thread Michał Górny
commit: c7705bb6c8d22e483f2b21f064ec9dba1358af9a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:45:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:45:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7705bb6

app-cdr/gcdemu: Drop old

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

 app-cdr/gcdemu/Manifest|  2 --
 app-cdr/gcdemu/gcdemu-3.2.1.ebuild | 54 --
 app-cdr/gcdemu/gcdemu-3.2.2.ebuild | 54 --
 3 files changed, 110 deletions(-)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 9850e9e6c62..8af625059d0 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,3 +1 @@
-DIST gcdemu-3.2.1.tar.bz2 52231 BLAKE2B 
f6b0025f6c5e79fe7312bf15b467327152e561db33f6190847e4e702cb98ff8005b37fe997c721b5c76cd64d64bafef1c015a9151c0ee200c52efcb849c93dba
 SHA512 
c2da75d985981ccd0b44f210745670501fecd0ae7c60bde783fc5f91ab4c629c6eab9e8b35df906b5669b6518d3bdf36c5814b513c0f3e2d703659d23df1c82e
-DIST gcdemu-3.2.2.tar.bz2 52251 BLAKE2B 
9defe9972e0ec1a594cc354113ef4877846a9abc152ea6768e7089c76b20e8cb488e2c988d92cc459abd10fbf4cdd9d2f5ad425b1ffd23dffca75d18352a0a3e
 SHA512 
831c49e7929c379585fa48b0860054b8246c1798c783dc390edd781fca0e8c85450cb49d1e920e3f0ff29130c1049cd12e0c117851377557826803dfad9e8a8f
 DIST gcdemu-3.2.3.tar.bz2 52229 BLAKE2B 
9f8d0b6e04b438c0637f42875b144ad4d1a643b8f1216d868040121e417203ffedbf983fec235eb30bf9d11bcfe142e52c1c89966ac3b64442071d0897a9e8bf
 SHA512 
1d31b9edeb45c7dd438fc645c7513877fe89f78cf262c282bba2d2e7f9a99a8499e607bf00f880186bd4a37a8ebbcc5ba14e1e014254e767a8335396d6e2

diff --git a/app-cdr/gcdemu/gcdemu-3.2.1.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
deleted file mode 100644
index 07325dc4624..000
--- a/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org/;
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# librsvg for pixbuf-loader
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-DEPEND="
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake-utils_src_prepare
-   python_fix_shebang src/gcdemu
-}
-
-src_configure() {
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}

diff --git a/app-cdr/gcdemu/gcdemu-3.2.2.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.2.ebuild
deleted file mode 100644
index 1e96f5a3752..000
--- a/app-cdr/gcdemu/gcdemu-3.2.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org/;
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# librsvg for pixbuf-loader
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-DEPEND="
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake-utils_src_prepare
-   python_fix_shebang src/gcdemu
-}
-
-src_configure() {
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-12-08 Thread Michał Górny
commit: 260cd3ff3a40575c8d728e161bec84733e0a3381
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:45:46 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:45:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260cd3ff

app-cdr/gcdemu: Tested on python3.8

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

 app-cdr/gcdemu/gcdemu-3.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
index 239a2c2a253..0b62f16b24b 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 
 inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-11-15 Thread Agostino Sarubbo
commit: a20f5bb573091dbb06d7679a0476a366f22b0c3d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 15 14:33:15 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 15 14:33:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20f5bb5

app-cdr/gcdemu: amd64 stable wrt bug #697446

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-cdr/gcdemu/gcdemu-3.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
index ebf608985e2..c5330923b91 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-10-21 Thread Thomas Deutschmann
commit: e222cbd0bf8c5329aa2549c0ea05ad59b4b4bcc7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 21 12:39:34 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 21 12:39:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e222cbd0

app-cdr/gcdemu: x86 stable (bug #697446)

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-cdr/gcdemu/gcdemu-3.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
index c5f5aef215a..ebf608985e2 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-08-31 Thread Michał Górny
commit: 421dbf23f3c3dd1227b2c92a09c6f2041364fd3b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  1 05:24:32 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  1 05:24:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421dbf23

app-cdr/gcdemu: Bump to 3.2.3

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

 app-cdr/gcdemu/Manifest|  1 +
 app-cdr/gcdemu/gcdemu-3.2.3.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 6053ffc0b60..9850e9e6c62 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,2 +1,3 @@
 DIST gcdemu-3.2.1.tar.bz2 52231 BLAKE2B 
f6b0025f6c5e79fe7312bf15b467327152e561db33f6190847e4e702cb98ff8005b37fe997c721b5c76cd64d64bafef1c015a9151c0ee200c52efcb849c93dba
 SHA512 
c2da75d985981ccd0b44f210745670501fecd0ae7c60bde783fc5f91ab4c629c6eab9e8b35df906b5669b6518d3bdf36c5814b513c0f3e2d703659d23df1c82e
 DIST gcdemu-3.2.2.tar.bz2 52251 BLAKE2B 
9defe9972e0ec1a594cc354113ef4877846a9abc152ea6768e7089c76b20e8cb488e2c988d92cc459abd10fbf4cdd9d2f5ad425b1ffd23dffca75d18352a0a3e
 SHA512 
831c49e7929c379585fa48b0860054b8246c1798c783dc390edd781fca0e8c85450cb49d1e920e3f0ff29130c1049cd12e0c117851377557826803dfad9e8a8f
+DIST gcdemu-3.2.3.tar.bz2 52229 BLAKE2B 
9f8d0b6e04b438c0637f42875b144ad4d1a643b8f1216d868040121e417203ffedbf983fec235eb30bf9d11bcfe142e52c1c89966ac3b64442071d0897a9e8bf
 SHA512 
1d31b9edeb45c7dd438fc645c7513877fe89f78cf262c282bba2d2e7f9a99a8499e607bf00f880186bd4a37a8ebbcc5ba14e1e014254e767a8335396d6e2

diff --git a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
new file mode 100644
index 000..c5f5aef215a
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="https://cdemu.sourceforge.io;
+SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# librsvg for pixbuf-loader
+RDEPEND="${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/librsvg:2
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]"
+DEPEND="
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   cmake-utils_src_prepare
+   python_fix_shebang src/gcdemu
+}
+
+src_configure() {
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-08-28 Thread Michał Górny
commit: bda7efe90f3ac9063b49be089aae46d4ccd99eea
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 28 06:52:01 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 28 07:07:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda7efe9

app-cdr/gcdemu: Bump to 3.2.2

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

 app-cdr/gcdemu/Manifest|  1 +
 app-cdr/gcdemu/gcdemu-3.2.2.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 3eeb9a99592..6053ffc0b60 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1 +1,2 @@
 DIST gcdemu-3.2.1.tar.bz2 52231 BLAKE2B 
f6b0025f6c5e79fe7312bf15b467327152e561db33f6190847e4e702cb98ff8005b37fe997c721b5c76cd64d64bafef1c015a9151c0ee200c52efcb849c93dba
 SHA512 
c2da75d985981ccd0b44f210745670501fecd0ae7c60bde783fc5f91ab4c629c6eab9e8b35df906b5669b6518d3bdf36c5814b513c0f3e2d703659d23df1c82e
+DIST gcdemu-3.2.2.tar.bz2 52251 BLAKE2B 
9defe9972e0ec1a594cc354113ef4877846a9abc152ea6768e7089c76b20e8cb488e2c988d92cc459abd10fbf4cdd9d2f5ad425b1ffd23dffca75d18352a0a3e
 SHA512 
831c49e7929c379585fa48b0860054b8246c1798c783dc390edd781fca0e8c85450cb49d1e920e3f0ff29130c1049cd12e0c117851377557826803dfad9e8a8f

diff --git a/app-cdr/gcdemu/gcdemu-3.2.2.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.2.ebuild
new file mode 100644
index 000..1e96f5a3752
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.2.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="http://cdemu.org/;
+SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# librsvg for pixbuf-loader
+RDEPEND="${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/librsvg:2
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]"
+DEPEND="
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   cmake-utils_src_prepare
+   python_fix_shebang src/gcdemu
+}
+
+src_configure() {
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-04-10 Thread Michał Górny
commit: 15db80b4b51385b4868447332b4a121b40be5f37
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 14:28:08 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 15:07:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15db80b4

app-cdr/gcdemu: Drop old

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

 app-cdr/gcdemu/Manifest|  1 -
 app-cdr/gcdemu/gcdemu-3.2.0.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index c0977f31448..3eeb9a99592 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,2 +1 @@
-DIST gcdemu-3.2.0.tar.bz2 52144 BLAKE2B 
f349e4482905b0ac59bce5d6af74000e05ff9b7257c7ec8755106ac8fe316d59d19de8b72705fd9cccfa888d170776667ee07fe90311a81e78f251fee85601ee
 SHA512 
61a1775c874c9c3604ce88758039ef80b262463ae180e791eb545811fa2176e4bf07c4dbcd3be5f17d446fdef92317a0ff64ce8d27f26aeaeee9d8134b6a95ea
 DIST gcdemu-3.2.1.tar.bz2 52231 BLAKE2B 
f6b0025f6c5e79fe7312bf15b467327152e561db33f6190847e4e702cb98ff8005b37fe997c721b5c76cd64d64bafef1c015a9151c0ee200c52efcb849c93dba
 SHA512 
c2da75d985981ccd0b44f210745670501fecd0ae7c60bde783fc5f91ab4c629c6eab9e8b35df906b5669b6518d3bdf36c5814b513c0f3e2d703659d23df1c82e

diff --git a/app-cdr/gcdemu/gcdemu-3.2.0.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
deleted file mode 100644
index 2600df09936..000
--- a/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{4,5,6,7} )
-
-inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org/;
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# librsvg for pixbuf-loader
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-DEPEND="
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake-utils_src_prepare
-   python_fix_shebang src/gcdemu
-}
-
-src_configure() {
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-04-09 Thread Mikle Kolyada
commit: 7f32ba4901226515b30aa07ee3bde7e8a28ac372
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 21:04:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 21:04:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f32ba49

app-cdr/gcdemu: x86 stable wrt bug #682790

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 app-cdr/gcdemu/gcdemu-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.1.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
index f1708f31875..0adcb5cee2e 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-04-09 Thread Mikle Kolyada
commit: ac65fa8442c7bbe42dc14372138136e713363d5b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 21:03:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 21:03:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac65fa84

app-cdr/gcdemu: amd64 stable wrt bug #682790

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-cdr/gcdemu/gcdemu-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.1.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
index 8ab6ae82ae0..f1708f31875 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-03-05 Thread Michał Górny
commit: c2053cef1bfc7e7b94f6358ad5f3b6f75161cd61
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  5 14:20:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  5 14:29:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2053cef

app-cdr/gcdemu: Bump to 3.2.1

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

 app-cdr/gcdemu/Manifest|  1 +
 app-cdr/gcdemu/gcdemu-3.2.1.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 940a7d37e5b..c0977f31448 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1 +1,2 @@
 DIST gcdemu-3.2.0.tar.bz2 52144 BLAKE2B 
f349e4482905b0ac59bce5d6af74000e05ff9b7257c7ec8755106ac8fe316d59d19de8b72705fd9cccfa888d170776667ee07fe90311a81e78f251fee85601ee
 SHA512 
61a1775c874c9c3604ce88758039ef80b262463ae180e791eb545811fa2176e4bf07c4dbcd3be5f17d446fdef92317a0ff64ce8d27f26aeaeee9d8134b6a95ea
+DIST gcdemu-3.2.1.tar.bz2 52231 BLAKE2B 
f6b0025f6c5e79fe7312bf15b467327152e561db33f6190847e4e702cb98ff8005b37fe997c721b5c76cd64d64bafef1c015a9151c0ee200c52efcb849c93dba
 SHA512 
c2da75d985981ccd0b44f210745670501fecd0ae7c60bde783fc5f91ab4c629c6eab9e8b35df906b5669b6518d3bdf36c5814b513c0f3e2d703659d23df1c82e

diff --git a/app-cdr/gcdemu/gcdemu-3.2.1.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
new file mode 100644
index 000..8ab6ae82ae0
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="http://cdemu.org/;
+SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# librsvg for pixbuf-loader
+RDEPEND="${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/librsvg:2
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]"
+DEPEND="
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   cmake-utils_src_prepare
+   python_fix_shebang src/gcdemu
+}
+
+src_configure() {
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2018-10-06 Thread Michał Górny
commit: 0c6edff52b93aa530817b2dee4117edd06e12766
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  6 15:13:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  6 15:31:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6edff5

app-cdr/gcdemu: Drop old

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

 app-cdr/gcdemu/Manifest|  1 -
 app-cdr/gcdemu/gcdemu-3.1.0.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 2e534f9ad49..940a7d37e5b 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,2 +1 @@
-DIST gcdemu-3.1.0.tar.bz2 48036 BLAKE2B 
4fc14f02a7d006556bab31b82b0cb017efec2b7e3f99854567ac0e5b8211c151583e91cf72e180341077a927430688401c4ecb6112bd6758e7288c7a06e2c4ec
 SHA512 
e3e0369cc443bc47befa52989cc2bc5d62e4c9462bb8de1c3dd8563e1240ba7f59fc8cc54aed2e96bdb23a5f6e2fa11ca36073dfa066409f097a1dca619866fc
 DIST gcdemu-3.2.0.tar.bz2 52144 BLAKE2B 
f349e4482905b0ac59bce5d6af74000e05ff9b7257c7ec8755106ac8fe316d59d19de8b72705fd9cccfa888d170776667ee07fe90311a81e78f251fee85601ee
 SHA512 
61a1775c874c9c3604ce88758039ef80b262463ae180e791eb545811fa2176e4bf07c4dbcd3be5f17d446fdef92317a0ff64ce8d27f26aeaeee9d8134b6a95ea

diff --git a/app-cdr/gcdemu/gcdemu-3.1.0.ebuild 
b/app-cdr/gcdemu/gcdemu-3.1.0.ebuild
deleted file mode 100644
index ec901b26bc9..000
--- a/app-cdr/gcdemu/gcdemu-3.1.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-
-inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org/;
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# librsvg for pixbuf-loader
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-DEPEND="${COMMON_DEPEND}
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake-utils_src_prepare
-   python_fix_shebang src/gcdemu
-}
-
-src_configure() {
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   GNOME2_ECLASS_GLIB_SCHEMAS=1 \
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   GNOME2_ECLASS_GLIB_SCHEMAS=1 \
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2018-09-21 Thread Mikle Kolyada
commit: aee0c25500e4825daaf2b9cc1dd44ffc2fee8468
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 21 11:29:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 21 11:29:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee0c255

app-cdr/gcdemu: amd64 stable wrt bug #665396

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-cdr/gcdemu/gcdemu-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.0.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
index 468f2b80945..2600df09936 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2018-07-24 Thread Michał Górny
commit: 381db294151f52653704c7dcd3d3553d7b7b2774
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 24 14:18:59 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 24 15:10:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381db294

app-cdr/gcdemu: Enable py3.7

 app-cdr/gcdemu/gcdemu-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.0.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
index 02e502013f6..fa96dfc1ae9 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
 
 inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2018-07-09 Thread Michał Górny
commit: 8cbbe84b5aa98acf1136f206d4da61b47c6cf1ac
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  9 06:54:09 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  9 07:13:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbbe84b

app-cdr/gcdemu: Bump to 3.2.0

 app-cdr/gcdemu/Manifest|  1 +
 app-cdr/gcdemu/gcdemu-3.2.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index d199d5824c7..2e534f9ad49 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1 +1,2 @@
 DIST gcdemu-3.1.0.tar.bz2 48036 BLAKE2B 
4fc14f02a7d006556bab31b82b0cb017efec2b7e3f99854567ac0e5b8211c151583e91cf72e180341077a927430688401c4ecb6112bd6758e7288c7a06e2c4ec
 SHA512 
e3e0369cc443bc47befa52989cc2bc5d62e4c9462bb8de1c3dd8563e1240ba7f59fc8cc54aed2e96bdb23a5f6e2fa11ca36073dfa066409f097a1dca619866fc
+DIST gcdemu-3.2.0.tar.bz2 52144 BLAKE2B 
f349e4482905b0ac59bce5d6af74000e05ff9b7257c7ec8755106ac8fe316d59d19de8b72705fd9cccfa888d170776667ee07fe90311a81e78f251fee85601ee
 SHA512 
61a1775c874c9c3604ce88758039ef80b262463ae180e791eb545811fa2176e4bf07c4dbcd3be5f17d446fdef92317a0ff64ce8d27f26aeaeee9d8134b6a95ea

diff --git a/app-cdr/gcdemu/gcdemu-3.2.0.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
new file mode 100644
index 000..02e502013f6
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="http://cdemu.org/;
+SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# librsvg for pixbuf-loader
+RDEPEND="${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/librsvg:2
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]"
+DEPEND="
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   cmake-utils_src_prepare
+   python_fix_shebang src/gcdemu
+}
+
+src_configure() {
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2017-09-04 Thread Michał Górny
commit: 167107b6ad41dd8c0a104aafe98eca7498ecad38
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  4 17:25:43 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  4 17:32:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167107b6

app-cdr/gcdemu: Drop old

 app-cdr/gcdemu/Manifest|  2 --
 app-cdr/gcdemu/gcdemu-3.0.0.ebuild | 61 -
 app-cdr/gcdemu/gcdemu-3.0.1.ebuild | 62 --
 3 files changed, 125 deletions(-)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 4e19273804a..9037f8c0614 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,3 +1 @@
-DIST gcdemu-3.0.0.tar.bz2 45506 SHA256 
1357a02720f05644929bae167fcc64dc58784f406aa426bcd806955cc458aad4 SHA512 
c4d0d64638e0f7ecccfe11ab1a8527ba2002a5bbb382b2d4e8b58eaaa0a10140ee85b8d62ba93fe4ecdc2882301dfe62a08373dbb9e5404d5ddf7592cd5f0b7d
 WHIRLPOOL 
18c8615ad6ae166c2111e7dd2f1c1d46b4128d99bb11a3f7e2f297c58dfff3e38ad981547703b13af940b0d1e6e3bccb7098180fde51458bfe34e3b19a66a465
-DIST gcdemu-3.0.1.tar.bz2 45508 SHA256 
d9d9cd4270803a021d55205fad2c76f65b51f5b509dde21c70475bb8577896b6 SHA512 
e5a1905642c08145669c5eb9e65159d5a9a2fbcd1657edd28ae091ee1d02673e56bb7007df2a9f95863cae1a1ab01916bb43b4d10fe054d52507beabd7dd532f
 WHIRLPOOL 
e4fd9e009cdbad1f79e1a579339e27225fa76e132d136c9dba5e9388551d0a3c27448bf870d9f4344e99d47f1a7b0cce3c712e26569fc77f0206671cbbef2553
 DIST gcdemu-3.1.0.tar.bz2 48036 SHA256 
025c801300aa6ef13b9da484d8bd1ec2774c53e898942d44a43b4d27c0e0b666 SHA512 
e3e0369cc443bc47befa52989cc2bc5d62e4c9462bb8de1c3dd8563e1240ba7f59fc8cc54aed2e96bdb23a5f6e2fa11ca36073dfa066409f097a1dca619866fc
 WHIRLPOOL 
17da254190e933e7677d021f7f5a06bbeb19e82b05249e8189d4fcb441b95b33e8b86a996a5ef9603a771e53a40ced5f12ef81d29e48f58684b7a02e4a7cac3a

diff --git a/app-cdr/gcdemu/gcdemu-3.0.0.ebuild 
b/app-cdr/gcdemu/gcdemu-3.0.0.ebuild
deleted file mode 100644
index 43a1c553d7b..000
--- a/app-cdr/gcdemu/gcdemu-3.0.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PLOCALES="no sl sv"
-
-# cmake-utils after gnome2, to make sure cmake-utils is used for building
-inherit gnome2 cmake-utils l10n python-single-r1
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org/;
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   >=dev-libs/glib-2.28:2
-   dev-libs/gobject-introspection
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   sys-apps/dbus
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-DEPEND="${COMMON_DEPEND}
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   python_fix_shebang src/gcdemu
-}
-
-src_configure() {
-   DOCS="AUTHORS README"
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   # Build system doesn't respect LINGUAS, and changing list of installed
-   # translations requires error-prone editing of CMakeLists.txt
-   rm_po() {
-   rm -r "${ED}"/usr/share/locale/$1 || die
-   ls "${ED}"/usr/share/locale/* &> /dev/null || rmdir 
"${ED}"/usr/share/locale || die
-   }
-   l10n_for_each_disabled_locale_do rm_po
-}

diff --git a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild 
b/app-cdr/gcdemu/gcdemu-3.0.1.ebuild
deleted file mode 100644
index 5520a957e9a..000
--- a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PLOCALES="no sl sv"
-
-# cmake-utils after gnome2, to make sure cmake-utils is used for building
-inherit eutils gnome2 cmake-utils l10n python-single-r1
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org/;
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   >=dev-libs/glib-2.28:2
-   dev-libs/gobject-introspection
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   sys-apps/dbus
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-DEPEND="${COMMON_DEPEND}
-   

[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/, app-cdr/mirage2iso/, sys-fs/vhba/, app-cdr/cdemu-daemon/, ...

2017-09-04 Thread Aaron Bauman
commit: 5b536acf5c2632121f600bcd4c4548357d775895
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Sep  4 15:20:02 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Sep  4 15:20:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b536acf

dev-libs/libmirage: amd64 stable wrt bug #628502

 app-cdr/cdemu-daemon/cdemu-daemon-3.1.0.ebuild | 2 +-
 app-cdr/gcdemu/gcdemu-3.1.0.ebuild | 2 +-
 app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild | 2 +-
 dev-libs/libmirage/libmirage-3.1.0.ebuild  | 2 +-
 sys-fs/vhba/vhba-20170610.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.1.0.ebuild 
b/app-cdr/cdemu-daemon/cdemu-daemon-3.1.0.ebuild
index df832275938..e7bdef53c7d 100644
--- a/app-cdr/cdemu-daemon/cdemu-daemon-3.1.0.ebuild
+++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.32:2

diff --git a/app-cdr/gcdemu/gcdemu-3.1.0.ebuild 
b/app-cdr/gcdemu/gcdemu-3.1.0.ebuild
index a4fe8e67d41..0417d526a75 100644
--- a/app-cdr/gcdemu/gcdemu-3.1.0.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 

diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild 
b/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild
index 97e1fa1f6d3..c1efb10c008 100644
--- a/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.xz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="pinentry test"
 
 COMMON_DEPEND=">=dev-libs/libmirage-2.0.0:0=

diff --git a/dev-libs/libmirage/libmirage-3.1.0.ebuild 
b/dev-libs/libmirage/libmirage-3.1.0.ebuild
index ecbacf7ce60..53a4fe0fd81 100644
--- a/dev-libs/libmirage/libmirage-3.1.0.ebuild
+++ b/dev-libs/libmirage/libmirage-3.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0/11" # subslot = libmirage soname version
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=app-arch/bzip2-1:=

diff --git a/sys-fs/vhba/vhba-20170610.ebuild b/sys-fs/vhba/vhba-20170610.ebuild
index 0284af31548..ffb1252014d 100644
--- a/sys-fs/vhba/vhba-20170610.ebuild
+++ b/sys-fs/vhba/vhba-20170610.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/cdemu/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE=""
 
 RDEPEND="virtual/udev"



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2017-06-16 Thread Michał Górny
commit: cd4c0505b84d7749104af7183f158f86518aa848
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 16 15:56:31 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 16 16:14:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4c0505

app-cdr/gcdemu: Add myself as co-maint

 app-cdr/gcdemu/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-cdr/gcdemu/metadata.xml b/app-cdr/gcdemu/metadata.xml
index f998f663a17..3c7b1adb630 100644
--- a/app-cdr/gcdemu/metadata.xml
+++ b/app-cdr/gcdemu/metadata.xml
@@ -5,6 +5,10 @@
 tetrom...@gentoo.org
 Alexandre Rostovtsev
   
+  
+mgo...@gentoo.org
+Michał Górny
+  
   
 cdemu
   



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2017-06-16 Thread Michał Górny
commit: 64796d3a2355b46c12fe2d9b316e9d1ee6bfba0a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 16 16:08:00 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 16 16:14:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64796d3a

app-cdr/gcdemu: Bump to 3.1.0

 app-cdr/gcdemu/Manifest|  1 +
 app-cdr/gcdemu/gcdemu-3.1.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index ed8c1098ca6..4e19273804a 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,2 +1,3 @@
 DIST gcdemu-3.0.0.tar.bz2 45506 SHA256 
1357a02720f05644929bae167fcc64dc58784f406aa426bcd806955cc458aad4 SHA512 
c4d0d64638e0f7ecccfe11ab1a8527ba2002a5bbb382b2d4e8b58eaaa0a10140ee85b8d62ba93fe4ecdc2882301dfe62a08373dbb9e5404d5ddf7592cd5f0b7d
 WHIRLPOOL 
18c8615ad6ae166c2111e7dd2f1c1d46b4128d99bb11a3f7e2f297c58dfff3e38ad981547703b13af940b0d1e6e3bccb7098180fde51458bfe34e3b19a66a465
 DIST gcdemu-3.0.1.tar.bz2 45508 SHA256 
d9d9cd4270803a021d55205fad2c76f65b51f5b509dde21c70475bb8577896b6 SHA512 
e5a1905642c08145669c5eb9e65159d5a9a2fbcd1657edd28ae091ee1d02673e56bb7007df2a9f95863cae1a1ab01916bb43b4d10fe054d52507beabd7dd532f
 WHIRLPOOL 
e4fd9e009cdbad1f79e1a579339e27225fa76e132d136c9dba5e9388551d0a3c27448bf870d9f4344e99d47f1a7b0cce3c712e26569fc77f0206671cbbef2553
+DIST gcdemu-3.1.0.tar.bz2 48036 SHA256 
025c801300aa6ef13b9da484d8bd1ec2774c53e898942d44a43b4d27c0e0b666 SHA512 
e3e0369cc443bc47befa52989cc2bc5d62e4c9462bb8de1c3dd8563e1240ba7f59fc8cc54aed2e96bdb23a5f6e2fa11ca36073dfa066409f097a1dca619866fc
 WHIRLPOOL 
17da254190e933e7677d021f7f5a06bbeb19e82b05249e8189d4fcb441b95b33e8b86a996a5ef9603a771e53a40ced5f12ef81d29e48f58684b7a02e4a7cac3a

diff --git a/app-cdr/gcdemu/gcdemu-3.1.0.ebuild 
b/app-cdr/gcdemu/gcdemu-3.1.0.ebuild
new file mode 100644
index 000..a4fe8e67d41
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.1.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="http://cdemu.org/;
+SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# librsvg for pixbuf-loader
+RDEPEND="${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/librsvg:2
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]"
+DEPEND="${COMMON_DEPEND}
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   python_fix_shebang src/gcdemu
+   eapply_user
+}
+
+src_configure() {
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   GNOME2_ECLASS_GLIB_SCHEMAS=1 \
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   GNOME2_ECLASS_GLIB_SCHEMAS=1 \
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2016-03-27 Thread Agostino Sarubbo
commit: 90b560510cbaa0b904293fe83b3bca915519f5a7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 27 19:26:28 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 27 19:26:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b56051

app-cdr/gcdemu: x86 stable wrt bug #578398

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

 app-cdr/gcdemu/gcdemu-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild 
b/app-cdr/gcdemu/gcdemu-3.0.1.ebuild
index 8057592..1818e52 100644
--- a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.0.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2016-03-27 Thread Agostino Sarubbo
commit: 16bcb58874976479a294f35cc8c4dd919734
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 27 19:23:26 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 27 19:23:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bcb599

app-cdr/gcdemu: amd64 stable wrt bug #578398

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

 app-cdr/gcdemu/gcdemu-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild 
b/app-cdr/gcdemu/gcdemu-3.0.1.ebuild
index 32451d1..8057592 100644
--- a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.0.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2016-02-28 Thread Alexandre Rostovtsev
commit: b69a1a6ce8385b6f3ba36080e2e8947e45d3403f
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Mon Feb 29 05:01:58 2016 +
Commit: Alexandre Rostovtsev  gentoo  org>
CommitDate: Mon Feb 29 05:11:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69a1a6c

app-cdr/gcdemu: clean up old

Package-Manager: portage-2.2.27

 app-cdr/gcdemu/Manifest|  1 -
 app-cdr/gcdemu/gcdemu-2.1.1.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index f617fa9..ed8c109 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,3 +1,2 @@
-DIST gcdemu-2.1.1.tar.bz2 40156 SHA256 
cd1d59fb6dadbc05f5865c1654089563aeb28ef9ea4216da2e223f8376887c5c SHA512 
1d8d9cc29a1d7a69681fbd4dc540a97172d81ac3d018bd98af469746901c8841dd5fd23ca8ae6fce68e41b43d98fb693acba1b621ed6b72c97972038cde1c47a
 WHIRLPOOL 
0dbc04b57c5026a642a268b6bbba9d55ca27c92c1a606048a7395ebc07527e83ea05578c398725ed3782f4cf678769e0b77c686f07fe3061334875a375da3a05
 DIST gcdemu-3.0.0.tar.bz2 45506 SHA256 
1357a02720f05644929bae167fcc64dc58784f406aa426bcd806955cc458aad4 SHA512 
c4d0d64638e0f7ecccfe11ab1a8527ba2002a5bbb382b2d4e8b58eaaa0a10140ee85b8d62ba93fe4ecdc2882301dfe62a08373dbb9e5404d5ddf7592cd5f0b7d
 WHIRLPOOL 
18c8615ad6ae166c2111e7dd2f1c1d46b4128d99bb11a3f7e2f297c58dfff3e38ad981547703b13af940b0d1e6e3bccb7098180fde51458bfe34e3b19a66a465
 DIST gcdemu-3.0.1.tar.bz2 45508 SHA256 
d9d9cd4270803a021d55205fad2c76f65b51f5b509dde21c70475bb8577896b6 SHA512 
e5a1905642c08145669c5eb9e65159d5a9a2fbcd1657edd28ae091ee1d02673e56bb7007df2a9f95863cae1a1ab01916bb43b4d10fe054d52507beabd7dd532f
 WHIRLPOOL 
e4fd9e009cdbad1f79e1a579339e27225fa76e132d136c9dba5e9388551d0a3c27448bf870d9f4344e99d47f1a7b0cce3c712e26569fc77f0206671cbbef2553

diff --git a/app-cdr/gcdemu/gcdemu-2.1.1.ebuild 
b/app-cdr/gcdemu/gcdemu-2.1.1.ebuild
deleted file mode 100644
index 6036f35..000
--- a/app-cdr/gcdemu/gcdemu-2.1.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-CMAKE_MIN_VERSION="2.8.5"
-PYTHON_COMPAT=( python2_7 )
-PLOCALES="de fr no pl sl zh_CN"
-
-# cmake-utils after gnome2, to make sure cmake-utils is used for building
-inherit gnome2 cmake-utils l10n python-single-r1
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org/;
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/6
-   >=dev-libs/glib-2.28:2
-   dev-libs/gobject-introspection
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   sys-apps/dbus
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-DEPEND="${COMMON_DEPEND}
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   python_fix_shebang src/gcdemu
-   # build system doesn't respect LINGUAS :/
-   l10n_find_plocales_changes po "" ".po"
-   rm_po() {
-   rm po/$1.po || die
-   }
-   l10n_for_each_disabled_locale_do rm_po
-}
-
-src_configure() {
-   DOCS="AUTHORS README"
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2016-02-28 Thread Alexandre Rostovtsev
commit: 48a2ba7d83eab7fbf9049837127d18cf1c00a9bb
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Mon Feb 29 04:58:38 2016 +
Commit: Alexandre Rostovtsev  gentoo  org>
CommitDate: Mon Feb 29 05:11:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a2ba7d

app-cdr/gcdemu: bump to 3.0.1 for bug #571034

Thanks to Rafał Mużyło.

Package-Manager: portage-2.2.27

 app-cdr/gcdemu/Manifest|  1 +
 app-cdr/gcdemu/gcdemu-3.0.1.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 4d297de..f617fa9 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,2 +1,3 @@
 DIST gcdemu-2.1.1.tar.bz2 40156 SHA256 
cd1d59fb6dadbc05f5865c1654089563aeb28ef9ea4216da2e223f8376887c5c SHA512 
1d8d9cc29a1d7a69681fbd4dc540a97172d81ac3d018bd98af469746901c8841dd5fd23ca8ae6fce68e41b43d98fb693acba1b621ed6b72c97972038cde1c47a
 WHIRLPOOL 
0dbc04b57c5026a642a268b6bbba9d55ca27c92c1a606048a7395ebc07527e83ea05578c398725ed3782f4cf678769e0b77c686f07fe3061334875a375da3a05
 DIST gcdemu-3.0.0.tar.bz2 45506 SHA256 
1357a02720f05644929bae167fcc64dc58784f406aa426bcd806955cc458aad4 SHA512 
c4d0d64638e0f7ecccfe11ab1a8527ba2002a5bbb382b2d4e8b58eaaa0a10140ee85b8d62ba93fe4ecdc2882301dfe62a08373dbb9e5404d5ddf7592cd5f0b7d
 WHIRLPOOL 
18c8615ad6ae166c2111e7dd2f1c1d46b4128d99bb11a3f7e2f297c58dfff3e38ad981547703b13af940b0d1e6e3bccb7098180fde51458bfe34e3b19a66a465
+DIST gcdemu-3.0.1.tar.bz2 45508 SHA256 
d9d9cd4270803a021d55205fad2c76f65b51f5b509dde21c70475bb8577896b6 SHA512 
e5a1905642c08145669c5eb9e65159d5a9a2fbcd1657edd28ae091ee1d02673e56bb7007df2a9f95863cae1a1ab01916bb43b4d10fe054d52507beabd7dd532f
 WHIRLPOOL 
e4fd9e009cdbad1f79e1a579339e27225fa76e132d136c9dba5e9388551d0a3c27448bf870d9f4344e99d47f1a7b0cce3c712e26569fc77f0206671cbbef2553

diff --git a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild 
b/app-cdr/gcdemu/gcdemu-3.0.1.ebuild
new file mode 100644
index 000..32451d1
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.0.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+CMAKE_MIN_VERSION="2.8.5"
+PYTHON_COMPAT=( python2_7 )
+PLOCALES="no sl sv"
+
+# cmake-utils after gnome2, to make sure cmake-utils is used for building
+inherit eutils gnome2 cmake-utils l10n python-single-r1
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="http://cdemu.org/;
+SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   >=dev-libs/glib-2.28:2
+   dev-libs/gobject-introspection
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/librsvg:2
+   sys-apps/dbus
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]"
+DEPEND="${COMMON_DEPEND}
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   python_fix_shebang src/gcdemu
+   epatch_user
+}
+
+src_configure() {
+   DOCS="AUTHORS README"
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   # Build system doesn't respect LINGUAS, and changing list of installed
+   # translations requires error-prone editing of CMakeLists.txt
+   rm_po() {
+   rm -r "${ED}"/usr/share/locale/$1 || die
+   ls "${ED}"/usr/share/locale/* &> /dev/null || rmdir 
"${ED}"/usr/share/locale || die
+   }
+   l10n_for_each_disabled_locale_do rm_po
+}