[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-26 Thread Dion Moult
commit: 6985abaee903723f72afbf3bc079a746fcb92d05
Author: Dion Moult  gentoo  org>
AuthorDate: Sat Sep 26 23:35:27 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Sat Sep 26 23:35:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6985abae

profiles: mask sci-geosciences/grass and sci-geosciences/gdal-grass

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index adef2df..4202680 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Dion Moult  (27 Sep 2015)
+# Masked for removal in 30 days. Bug #514514
+# Fails to build for ages.
+sci-geosciences/grass
+sci-geosciences/gdal-grass
+
 # Patrice Clement  (24 Sep 2015)
 # This package was never marked stable 
 # and is relying on an old version of JavaCC.



[gentoo-commits] repo/gentoo:master commit in: www-client/phantomjs/, www-client/phantomjs/files/

2015-09-26 Thread Dion Moult
commit: 29576cc6a591b109f32119dd8e2240dd863b9d05
Author: Dion Moult  gentoo  org>
AuthorDate: Sat Sep 26 23:28:19 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Sat Sep 26 23:28:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29576cc6

www-client/phantomjs: Add GCC compilation patch

Package-Manager: portage-2.2.15

 .../phantomjs/files/phantomjs-gcc5-compile-fix.patch   | 14 ++
 www-client/phantomjs/phantomjs-2.0.0.ebuild|  1 +
 2 files changed, 15 insertions(+)

diff --git a/www-client/phantomjs/files/phantomjs-gcc5-compile-fix.patch 
b/www-client/phantomjs/files/phantomjs-gcc5-compile-fix.patch
new file mode 100644
index 000..7191050
--- /dev/null
+++ b/www-client/phantomjs/files/phantomjs-gcc5-compile-fix.patch
@@ -0,0 +1,14 @@
+--- a/src/qt/qtwebkit/Source/JavaScriptCore/runtime/JSObject.cpp   
2015-01-24 08:19:52.0 +0600
 b/src/qt/qtwebkit/Source/JavaScriptCore/runtime/JSObject.cpp   
2015-09-24 18:18:45.598322592 +0600
+@@ -1909,6 +1909,11 @@
+ }
+ }
+ 
++// Used in JSArray.cpp so we must instantiate explicit
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* 
exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* 
exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState*
 exec, unsigned i, JSValue value);
++
+ void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, 
unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
+ {
+ VM& vm = exec->vm();

diff --git a/www-client/phantomjs/phantomjs-2.0.0.ebuild 
b/www-client/phantomjs/phantomjs-2.0.0.ebuild
index 6b6a81d..e52d78f 100644
--- a/www-client/phantomjs/phantomjs-2.0.0.ebuild
+++ b/www-client/phantomjs/phantomjs-2.0.0.ebuild
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
epatch "${FILESDIR}/phantomjs-python3-udis86-itab.patch"
+   epatch "${FILESDIR}/phantomjs-gcc5-compile-fix.patch"
 
# Respect CC, CXX, {C,CXX,LD}FLAGS in .qmake.cache
sed -i \



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-26 Thread Dion Moult
commit: 448b9137caaff0ba23ef4a67debbaef3e686a700
Author: Dion Moult  gentoo  org>
AuthorDate: Sat Sep 26 23:10:29 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Sat Sep 26 23:10:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448b9137

Revert "profiles: mask app-cdr/nero for removal. Bug #510594"

This reverts commit 0595f90428f25adbc77ed86d16608573d31dca38.

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e71162c..adef2df 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -76,11 +76,6 @@ sci-chemistry/babel
 
 # Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days.
-# Upstream disappeared. Bug #510594
-app-cdr/nero
-
-# Dion Moult  (24 Sep 2015)
-# Masked for removal in 30 days.
 # Upstream disappeared. Bug #528020
 app-crypt/aesutil
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/icm/, profiles/

2015-09-24 Thread Dion Moult
commit: bc526e00e7eabab2eac99146198ee66bee2b9b56
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 13:08:16 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 13:09:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc526e00

profiles: mask net-chemistry/icm-browser for removal. Bug #466724

 profiles/package.mask   | 5 +
 sci-chemistry/icm/icm-3.7.2e.ebuild | 3 +--
 sci-chemistry/icm/icm-3.7.3b.ebuild | 3 +--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 7e74104..e33d510 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Bug #466724
+# Heavily out of date. Use sci-chemistry/icm
+sci-chemistry/icm-browser
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Bug #216244
 # Outdated and does not compile due to upstream bug.
 dev-ada/polyorb

diff --git a/sci-chemistry/icm/icm-3.7.2e.ebuild 
b/sci-chemistry/icm/icm-3.7.2e.ebuild
index bee2194..61b440f 100644
--- a/sci-chemistry/icm/icm-3.7.2e.ebuild
+++ b/sci-chemistry/icm/icm-3.7.2e.ebuild
@@ -26,8 +26,7 @@ REQUIRED_USE="^^ (
 
 RESTRICT="fetch"
 
-DEPEND="!sci-chemistry/icm-browser
-   app-arch/unzip
+DEPEND="app-arch/unzip
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
amd64? (
64bit? (

diff --git a/sci-chemistry/icm/icm-3.7.3b.ebuild 
b/sci-chemistry/icm/icm-3.7.3b.ebuild
index bee2194..61b440f 100644
--- a/sci-chemistry/icm/icm-3.7.3b.ebuild
+++ b/sci-chemistry/icm/icm-3.7.3b.ebuild
@@ -26,8 +26,7 @@ REQUIRED_USE="^^ (
 
 RESTRICT="fetch"
 
-DEPEND="!sci-chemistry/icm-browser
-   app-arch/unzip
+DEPEND="app-arch/unzip
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
amd64? (
64bit? (



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: 2fd44d01dd6fd2ef0d5a95d889d8cc052c07b0d9
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 12:27:58 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 12:39:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd44d01

profiles: mask dev-ada/polyorb for removal. Bug #216244

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 09e45ec..7e74104 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Bug #216244
+# Outdated and does not compile due to upstream bug.
+dev-ada/polyorb
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Bug #472002
 # Can't keep up with upstream changes.
 sci-geosciences/josm-plugins



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: 163b174c12aeeb392dfa5a2685eb8034e9fcd0f2
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 12:21:06 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 12:21:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163b174c

profiles: mask sci-geosciences/josm-plugins for removal. Bug #472002

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index c207f82..09e45ec 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Bug #472002
+# Can't keep up with upstream changes.
+sci-geosciences/josm-plugins
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Bug #426012
 # Outdated kernel support, licensing issues.
 net-dialup/intel-536ep



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: 3792481ba9cff9a8a33f2d129d55ba91945f037c
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 12:13:30 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 12:15:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3792481b

profiles: mask net-dialup/intel-536ep for removal. Bug #426012

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 14c6308..c207f82 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Bug #426012
+# Outdated kernel support, licensing issues.
+net-dialup/intel-536ep
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Outdated toolchains. Bug #549364
 dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5
 dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: c0fad35a1b2215895a7818f7cdf5d2683001cbb7
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 11:59:42 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 11:59:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0fad35a

profiles: mask dev-embedded/scratchbox-toolchain-cs* for removal. Bug #549364

 profiles/package.mask | 8 
 1 file changed, 8 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9f8c416..14c6308 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,14 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Outdated toolchains. Bug #549364
+dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5
+dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5
+dev-embedded/scratchbox-toolchain-cs2009q1-203sb1
+dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8
+dev-embedded/scratchbox-toolchain-cs2009q3-eglibc2_10
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Bug #547406
 # Package no longer builds, module now in kernel.
 net-wireless/rtl8180



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: 355fdc47729726eabb93356b309f96e1e555adce
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 10:43:32 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 10:43:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355fdc47

profiles: mask net-wireless/rtl8180 for removal. Bug #547406

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index ec3fc11..9f8c416 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Bug #547406
+# Package no longer builds, module now in kernel.
+net-wireless/rtl8180
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Bug #552284
 # Upstream disappeared. Use sci-chemistry/openbabel instead.
 sci-chemistry/babel



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/, sci-chemistry/openbabel/, profiles/

2015-09-24 Thread Dion Moult
commit: a537b2dac825c2f2a62764432c93df31d998f6d8
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 10:36:50 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 10:36:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a537b2da

profiles: mask sci-chemistry/babel for removal. Bug #552284

 profiles/package.mask| 5 +
 sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild | 1 -
 sci-chemistry/openbabel/openbabel-2.3.2.ebuild   | 1 -
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ac66d25..ec3fc11 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Bug #552284
+# Upstream disappeared. Use sci-chemistry/openbabel instead.
+sci-chemistry/babel
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days.
 # Upstream disappeared. Bug #510594
 app-cdr/nero

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild 
b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
index 593e536..2650d19 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
@@ -20,7 +20,6 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-   !sci-chemistry/babel
~sci-chemistry/openbabel-${PV}
sys-libs/zlib"
 DEPEND="${RDEPEND}

diff --git a/sci-chemistry/openbabel/openbabel-2.3.2.ebuild 
b/sci-chemistry/openbabel/openbabel-2.3.2.ebuild
index c0a06ed..b353748 100644
--- a/sci-chemistry/openbabel/openbabel-2.3.2.ebuild
+++ b/sci-chemistry/openbabel/openbabel-2.3.2.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="doc openmp test wxwidgets"
 
 RDEPEND="
-   !sci-chemistry/babel
dev-cpp/eigen:3
dev-libs/libxml2:2
sci-libs/inchi



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: 0595f90428f25adbc77ed86d16608573d31dca38
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 10:31:52 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 10:31:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0595f904

profiles: mask app-cdr/nero for removal. Bug #510594

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 22b6977..ac66d25 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 # Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days.
+# Upstream disappeared. Bug #510594
+app-cdr/nero
+
+# Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days.
 # Upstream disappeared. Bug #528020
 app-crypt/aesutil
 



[gentoo-commits] repo/gentoo:master commit in: virtual/fortran/

2015-09-24 Thread Dion Moult
commit: 6b181b97aa7b5fd38d41aac721671defa338797f
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 10:18:26 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 10:20:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b181b97

virtual/fortran: remove dep on dev-lang/path64 as package masked.

 virtual/fortran/fortran-0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index cd9ccd3..745fed1 100644
--- a/virtual/fortran/fortran-0.ebuild
+++ b/virtual/fortran/fortran-0.ebuild
@@ -19,6 +19,5 @@ RDEPEND="
sys-devel/gcc-apple[fortran,openmp?]
dev-lang/ekopath
dev-lang/ifc
-   dev-lang/path64[openmp?]
)"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: 82284d6e9e0829161212a84c80ce6d77847cf315
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 10:07:32 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 10:07:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82284d6e

profiles: mask app-crypt/aesutil for removal. Bug #528020

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 279af79..22b6977 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 # Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days.
+# Upstream disappeared. Bug #528020
+app-crypt/aesutil
+
+# Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days.
 # Obsoleted in new pysnmp. Bug #513092
 dev-python/twistedsnmp
 



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: f0cf99e0186c4c1aee67ed94d0dca51612093349
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 09:51:14 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 09:51:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cf99e0

profiles: mask dev-python/twistedsnmp for removal. Bug #513092

 profiles/package.mask | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f995347..279af79 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,9 +30,14 @@
 
 #--- END OF EXAMPLES ---
 
-# Dion Moult  (24 sep 2015)
-# masked for removal in 30 days.
-# upstream dead. functionality bugs. bug #553356
+# Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days.
+# Obsoleted in new pysnmp. Bug #513092
+dev-python/twistedsnmp
+
+# Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days.
+# Upstream dead. Functionality bugs. Bug #553356
 net-im/birdie
 
 # Dion Moult  (24 Sep 2015)



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: ed8512f70e9dfb34563bc0219fc034cde31bfea4
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 09:46:10 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 09:46:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8512f7

profiles: mask net-im/birdie for removal. Bug #553356

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index ddf9708..f995347 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Dion Moult  (24 sep 2015)
+# masked for removal in 30 days.
+# upstream dead. functionality bugs. bug #553356
+net-im/birdie
+
 # Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Obsoleted and uninstallable.
 # Bug #553182



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/zeitgeist/, profiles/

2015-09-24 Thread Dion Moult
commit: f28365e4c02bbf3506bec13e16863fee0b6a21b6
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 09:42:17 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 09:43:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28365e4

profiles: mask gnome-extra/zeitgeist-datahub for removal. Bug #553182

 gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild | 1 -
 profiles/package.mask | 5 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild 
b/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild
index edcba0b..5802e42 100644
--- a/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild
+++ b/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild
@@ -28,7 +28,6 @@ REQUIRED_USE="
 
 RDEPEND="
${PYTHON_DEPS}
-   !gnome-extra/zeitgeist-datahub
dev-libs/json-glib
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]

diff --git a/profiles/package.mask b/profiles/package.mask
index b7fee6b..ddf9708 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Obsoleted and uninstallable.
+# Bug #553182
+gnome-extra/zeitgeist-datahub
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Upstream dead.
 # Bug #551282
 net-news/yarssr



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-ui/files/, profiles/, sys-apps/systemd-ui/

2015-09-24 Thread Dion Moult
commit: 3a0a6849df5ba6ef18243b98ac317de03e3473f2
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 09:29:34 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 09:29:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0a6849

sys-apps/systemd-ui: Removal after last rites. Bug #546192

 profiles/package.mask  |  5 --
 sys-apps/systemd-ui/Manifest   |  1 -
 .../systemd-ui/files/systemd-ui-3-vala-0.24.patch  | 35 -
 sys-apps/systemd-ui/metadata.xml   |  8 ---
 sys-apps/systemd-ui/systemd-ui-3.ebuild| 48 -
 sys-apps/systemd-ui/systemd-ui-.ebuild | 60 --
 6 files changed, 157 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2f1c3b7..b7fee6b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -202,11 +202,6 @@ dev-libs/iniparser:4
 # See bug #556640 for more info. Removal in 30 days.
 dev-perl/gtk2-fu
 
-# Mike Gilbert  (03 Aug 2015)
-# Unmaintained upstream. Fails to build. Removal in 30 days.
-# Bugs: 478174, 546192, 556200.
-sys-apps/systemd-ui
-
 # Sergei Trofimovich  (2 Aug 2015)
 # This package is a part of >=dev-lang/ghc-7.4. Gentoo
 # ebuilds use that. You can safely uninstall dev-haskell/deepseq

diff --git a/sys-apps/systemd-ui/Manifest b/sys-apps/systemd-ui/Manifest
deleted file mode 100644
index 467f94d..000
--- a/sys-apps/systemd-ui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST systemd-ui-3.tar.xz 153680 SHA256 
455e65000abf39bbccd937786b5f0d7c76ea631b6f28d7142f007fa141338dad SHA512 
babc81dc6c205b3b95d19b4c762e2658c02942db884384f25324f63b4dca3cdafdb1b12e1a63ff33f9ff0c8152529cc700a1173c888cf4f6e3a9f0992889c9cd
 WHIRLPOOL 
8f4f9b07c9debf2396581652ea8192bea954a25b8bd94157b0f7f836a6290c62b1ed82df61bdb48a3597774337ce3f4cfdd60c8799e73db92b25a35c9f3e5ab0

diff --git a/sys-apps/systemd-ui/files/systemd-ui-3-vala-0.24.patch 
b/sys-apps/systemd-ui/files/systemd-ui-3-vala-0.24.patch
deleted file mode 100644
index ce5df6c..000
--- a/sys-apps/systemd-ui/files/systemd-ui-3-vala-0.24.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 282a352dff49c13e185d826af2a248b55988bc32 Mon Sep 17 00:00:00 2001
-From: Michael Biebl 
-Date: Tue, 29 Apr 2014 20:20:51 +
-Subject: Fix ambiguity between `GLib.Notification' and `Notify.Notification'
-
-Notification is both defined by Notify and the latest GLib, resulting in
-a build failure. Use Notify.Notification instead to avoid this
-ambiguity.
-
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746130

-diff --git a/src/gnome-ask-password-agent.vala 
b/src/gnome-ask-password-agent.vala
-index 571cd94..f3887dd 100644
 a/src/gnome-ask-password-agent.vala
-+++ b/src/gnome-ask-password-agent.vala
-@@ -80,7 +80,7 @@ public class MyStatusIcon : StatusIcon {
- string socket;
- 
- PasswordDialog password_dialog;
--Notification n;
-+Notify.Notification n;
- 
- public MyStatusIcon() throws GLib.Error {
- GLib.Object(icon_name : "dialog-password");
-@@ -183,7 +183,7 @@ public class MyStatusIcon : StatusIcon {
- }
- set_from_icon_name(icon);
- 
--n = new Notification(title, message, icon);
-+n = new Notify.Notification(title, message, icon);
- n.set_timeout(5000);
- n.closed.connect(() => {
- set_visible(true);
---
-cgit v0.9.0.2-2-gbebe

diff --git a/sys-apps/systemd-ui/metadata.xml b/sys-apps/systemd-ui/metadata.xml
deleted file mode 100644
index fe305d2..000
--- a/sys-apps/systemd-ui/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   syst...@gentoo.org
-   Gentoo systemd team
-   
-

diff --git a/sys-apps/systemd-ui/systemd-ui-3.ebuild 
b/sys-apps/systemd-ui/systemd-ui-3.ebuild
deleted file mode 100644
index 60875aa..000
--- a/sys-apps/systemd-ui/systemd-ui-3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# Needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5
-VALA_MIN_API_VERSION=0.22
-
-inherit autotools-utils systemd vala
-
-DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd";
-SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   !sys-apps/systemd[gtk]
-   >=dev-libs/glib-2.26:2
-   dev-libs/libgee:0.8
-   sys-apps/dbus
-   x11-libs/gtk+:3
-   >=x11-libs/libnotify-0.7
-"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-

[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: 4ea2fdf2a4f3c1049e8a641384f887cb1f1ab09c
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 09:21:19 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 09:21:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea2fdf2

profiles: mask net-news/yarssr for removal. Bug #551282

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 33c2de1..2f1c3b7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Upstream dead.
+# Bug #551282
+net-news/yarssr
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days.
 # Broken and replaced by dev-lang/ekopath. Bug #559510
 dev-lang/path64



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: ff6d735a8950c64816d73566570472ced35a536c
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 09:11:57 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 09:11:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6d735a

profiles: mask dev-lang/path64 for removal. Bug #547396

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0aba399..112e8e9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days.
+# Broken and replaced by dev-lang/ekopath. Bug #559510
+dev-lang/path64
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Just use coreutils' tail.
 # Bug #559510
 sys-apps/turbotail



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: 6916c7e5547eeaa40ae3d9a4c6de1e312bc5f900
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 08:59:42 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 08:59:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6916c7e5

profiles: mask sys-apps/turbotail for removal. Bug #559510

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3441aad..0aba399 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Just use coreutils' tail.
+# Bug #559510
+sys-apps/turbotail
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Abandoned upstream and ancient.
 # Bug #559430
 dev-lang/gpc



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: e2b0cae09a7fa356d58bf60b914ada7a6d9555f8
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 08:53:50 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 08:53:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b0cae0

profiles: mask dev-lang/gpc for removal (Bug #559430)

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 36c455e..3441aad 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Abandoned upstream and ancient.
+# Bug #559430
+dev-lang/gpc
+
+# Dion Moult  (24 Sep 2015)
 # Masked for removal in 30 days. Deprecated upstream. Please use
 # app-forensics/afl instead. Bug #544794
 dev-util/bunny



[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-09-24 Thread Dion Moult
commit: 4c20563380cfc6cfd645ff8945e09446b8f6e13d
Author: Dion Moult  gentoo  org>
AuthorDate: Thu Sep 24 08:45:14 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Thu Sep 24 08:47:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c205633

profiles: mask dev-util/bunny for removal (Bug #544794)

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 4d511e1..36c455e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Dion Moult  (24 Sep 2015)
+# Masked for removal in 30 days. Deprecated upstream. Please use
+# app-forensics/afl instead. Bug #544794
+dev-util/bunny
+
 # Michael Orlitzky  (21 Sep 2015)
 # Mask for removal in 30 days. Obsolete. Bug #561040.
 dev-php/smarty-docs



[gentoo-commits] repo/gentoo:master commit in: www-client/phantomjs/

2015-09-21 Thread Dion Moult
commit: 4c5140e79c08447de8c8ebe72054a2b7905e5682
Author: Dion Moult  gentoo  org>
AuthorDate: Mon Sep 21 07:51:59 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Mon Sep 21 09:43:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5140e7

www-client/phantomjs: fix requirement on EC so that it compiles (bug #550920)

Package-Manager: portage-2.2.15

 www-client/phantomjs/phantomjs-2.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-client/phantomjs/phantomjs-2.0.0.ebuild 
b/www-client/phantomjs/phantomjs-2.0.0.ebuild
index 977809b..6b6a81d 100644
--- a/www-client/phantomjs/phantomjs-2.0.0.ebuild
+++ b/www-client/phantomjs/phantomjs-2.0.0.ebuild
@@ -27,6 +27,7 @@ RDEPEND="dev-libs/icu:=
virtual/jpeg:0"
 DEPEND="${RDEPEND}
${RUBY_DEPS}
+   net-misc/openssh[-bindist]
app-arch/unzip
virtual/pkgconfig"
 



[gentoo-commits] proj/betagarden:master commit in: media-gfx/draftsight-bin/

2015-04-02 Thread Dion Moult
commit: f690afa81d365efd414c51dd4806e7b11ccf85ba
Author: Dion Moult  gentoo  org>
AuthorDate: Fri Apr  3 01:19:30 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Fri Apr  3 01:19:30 2015 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=f690afa8

Fix location of udev rules in draftsight-bin

 media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild 
b/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild
index 72ec979..68a27b1 100644
--- a/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild
+++ b/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild
@@ -64,6 +64,9 @@ src_install() {
cp -R "${WORKDIR}/opt" "${D}"
exeinto /usr/bin
doexe "${FILESDIR}/${MY_PN}"
+
+   # prepare for dongle
+   udev_dorules "${FILESDIR}"/10-ft-rockey.rules
 }
 
 pkg_postinst() {
@@ -75,6 +78,7 @@ pkg_postinst() {
 
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
+
for size in 16 32 48 64 128 ; do
local XDG_OPTS="--noupdate --novendor --mode system --size 
${size}"
xdg-icon-resource install ${XDG_OPTS} --context apps \
@@ -93,9 +97,6 @@ pkg_postinst() {
done
done
xdg-icon-resource forceupdate
-
-   # prepare for dongle
-   udev_dorules "${FILESDIR}"/10-ft-rockey.rules
 }
 
 pkg_postrm() {
@@ -114,9 +115,4 @@ pkg_postrm() {
done
done
xdg-icon-resource forceupdate
-
-   # remove dongle preparing
-   if [ "${ROOT}/etc/udev/rules.d/" ]; then
- rm -f "${ROOT}/etc/udev/rules.d/10-ft-rockey.rules"
-   fi
 }



[gentoo-commits] proj/betagarden:master commit in: media-gfx/draftsight-bin/

2015-03-29 Thread Dion Moult
commit: 78476ad171245213859521e7e99a651b25f93c47
Author: Dion Moult  gentoo  org>
AuthorDate: Mon Mar 30 00:21:07 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Mon Mar 30 00:21:07 2015 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=78476ad1

Cleanup draftsight-bin-1.6.1_beta

 .../draftsight-bin-1.6.1_beta.ebuild   | 96 ++
 1 file changed, 25 insertions(+), 71 deletions(-)

diff --git a/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild 
b/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild
index d4d7eef..72ec979 100644
--- a/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild
+++ b/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild
@@ -73,51 +73,24 @@ pkg_postinst() {
elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dxf\""
elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dwt\""
 
-   local ICON_SIZES="16 32 48 64 128"
-
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
-   for size in ${ICON_SIZES} ; do
-   xdg-icon-resource install --noupdate --novendor --context 
mimetypes \
-   --mode system --size ${size} \
+   for size in 16 32 48 64 128 ; do
+   local XDG_OPTS="--noupdate --novendor --mode system --size 
${size}"
+   xdg-icon-resource install ${XDG_OPTS} --context apps \

"${ROOT}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${size}x${size}/program.png"
 \
-   "application-vnd.dassault-systemes.draftsight-dwg" \
-   || die "icon resource installation failed"
-   xdg-icon-resource install --noupdate --novendor --theme gnome 
--context \
-   mimetypes --mode system --size ${size} \
+   "dassault-systemes.draftsight"
+   xdg-icon-resource install ${XDG_OPTS} --context apps --theme 
gnome \

"${ROOT}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${size}x${size}/program.png"
 \
-   "application-vnd.dassault-systemes.draftsight-dwg" \
-   || die "icon resource installation failed"
-   xdg-icon-resource install --noupdate --novendor --context 
mimetypes \
-   --mode system --size ${size} \
-   
"${ROOT}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${size}x${size}/file-dwg.png"
 \
-   "application-vnd.dassault-systemes.draftsight-dwg" \
-   || die "icon resource installation failed"
-   xdg-icon-resource install --noupdate --novendor --theme gnome 
--context \
-   mimetypes --mode system --size ${size} \
-   
"${ROOT}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${size}x${size}/file-dwg.png"
 \
-   "application-vnd.dassault-systemes.draftsight-dwg" \
-   || die "icon resource installation failed"
-   xdg-icon-resource install --noupdate --novendor --context 
mimetypes \
-   --mode system --size ${size} \
-   
"${ROOT}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${size}x${size}/file-dxf.png"
 \
-   "application-vnd.dassault-systemes.draftsight-dxf" \
-   || die "icon resource installation failed"
-   xdg-icon-resource install --noupdate --novendor --theme gnome 
--context \
-   mimetypes --mode system --size ${size} \
-   
"${ROOT}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${size}x${size}/file-dxf.png"
 \
-   "application-vnd.dassault-systemes.draftsight-dxf" \
-   || die "icon resource installation failed"
-   xdg-icon-resource install --noupdate --novendor --context 
mimetypes \
-   --mode system --size ${size} \
-   
"${ROOT}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${size}x${size}/file-dwt.png"
 \
-   "application-vnd.dassault-systemes.draftsight-dwt" \
-   || die "icon resource installation failed"
-   xdg-icon-resource install --noupdate --novendor --theme gnome 
--context \
-   mimetypes --mode system --size ${size} \
-   
"${ROOT}/opt/dassault-systemes/DraftSight/Resources/pixmaps

[gentoo-commits] proj/betagarden:master commit in: media-gfx/draftsight-bin/

2015-03-28 Thread Dion Moult
commit: 1f84f0c6ddf6de136622ef9f02d33b17a0b3b4ab
Author: layman  localhost>
AuthorDate: Sat Mar 28 23:47:28 2015 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Sat Mar 28 23:47:28 2015 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=1f84f0c6

Add draftsight-bin-1.6.1_beta

 .../draftsight-bin-1.6.1_beta.ebuild   | 168 +
 1 file changed, 168 insertions(+)

diff --git a/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild 
b/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild
new file mode 100644
index 000..d4d7eef
--- /dev/null
+++ b/media-gfx/draftsight-bin/draftsight-bin-1.6.1_beta.ebuild
@@ -0,0 +1,168 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit fdo-mime udev unpacker
+
+MY_PN="draftsight"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Professional 2D CAD application, supporting DWT, DXF and DWG."
+HOMEPAGE="http://www.3ds.com/products/draftsight/free-cad-software/";
+SRC_URI="${MY_P}.deb"
+
+LICENSE="${MY_PN}"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+S="${WORKDIR}"
+
+QA_PRESTRIPPED="opt/dassault-systemes/${MY_PN}/bin/DWGConverter
+   amd64? ( opt/dassault-systemes/${MY_PN}/lib/libaudio.so.2 )"
+QA_TEXTRELS="opt/dassault-systemes/${MY_PN}/lib/libDDKERNEL.so.1"
+QA_EXECSTACK="opt/dassault-systemes/${MY_PN}/bin/FxCrashRptApp
+opt/dassault-systemes/${MY_PN}/lib/libDDKERNEL.so.1"
+
+RESTRICT="fetch"
+DEPEND=""
+RDEPEND="amd64? (
+   sys-libs/zlib
+   net-print/cups
+   dev-libs/expat
+   dev-libs/glib:2
+   media-libs/glu
+   media-libs/phonon
+   dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   dev-qt/qtgui:4
+   dev-qt/qtopengl:4
+   dev-qt/qtsql:4
+   dev-qt/qtwebkit:4
+   dev-qt/qtsvg:4
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libXt
+   media-libs/nas
+   )"
+
+pkg_nofetch() {
+   einfo "Upstream has a mandatory EULA agreement to download this file."
+   einfo "Please navigate your browser to:"
+   einfo 
"http://www.3ds.com/products-services/draftsight-cad-software/free-download/";
+   einfo "Click \"Download DraftSight 2015 for Ubuntu (beta)\""
+   einfo "Download the deb file and move it to ${DISTDIR}/${MY_P}.deb"
+}
+
+src_install() {
+   cp -R "${WORKDIR}/opt" "${D}"
+   exeinto /usr/bin
+   doexe "${FILESDIR}/${MY_PN}"
+}
+
+pkg_postinst() {
+   elog "To use DraftSight as your default viewer for DWG, DXF, and DWT"
+   elog "Please run the following commands respectively as your normal 
user:"
+   elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dwg\""
+   elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dxf\""
+   elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dwt\""
+
+   local ICON_SIZES="16 32 48 64 128"
+
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   for size in ${ICON_SIZES} ; do
+   xdg-icon-resource install --noupdate --novendor --context 
mimetypes \
+   --mode system --size ${size} \
+   
"${ROOT}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${size}x${size}/program.png"
 \
+   "application-vnd.dassault-systemes.draftsight-dwg" \
+   || die "icon resource installation failed"
+   xdg-icon-resource install --noupdate --novendor --theme gnome 
--context \
+   mimetypes --mode system --size ${size} \
+   
"${ROOT}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${size}x${size}/program.png"
 \
+   "application-vnd.dassault-systemes.draftsight-dwg" \
+   || die "icon resource installation failed"
+   xdg-icon-resource install --noupdate --novendor --context 
mimetypes \
+   --mode system --size ${size} \
+  

[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-09-14 Thread Dion Moult (moult)
moult   14/09/14 23:27:24

  Modified: ChangeLog package.mask
  Log:
  Mask net-misc/netcomics-cvs for removal in 30 days

Revision  ChangesPath
1.9374   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9374&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9374&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9373&r2=1.9374

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9373
retrieving revision 1.9374
diff -u -r1.9373 -r1.9374
--- ChangeLog   14 Sep 2014 23:12:22 -  1.9373
+++ ChangeLog   14 Sep 2014 23:27:24 -  1.9374
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9373 2014/09/14 
23:12:22 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9374 2014/09/14 
23:27:24 moult Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
-  15 Sep 2014; Dion Moult  package.mask:
+  14 Sep 2014; Dion Moult  package.mask:
+  net-misc/netcomics-cvs added to package.mask
+
+  14 Sep 2014; Dion Moult  package.mask:
   Add app-text/pastebin to package mask
 
   14 Sep 2014; Maxim Koltsov  package.mask:



1.16033  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16033&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16033&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16032&r2=1.16033

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16032
retrieving revision 1.16033
diff -u -r1.16032 -r1.16033
--- package.mask14 Sep 2014 23:10:01 -  1.16032
+++ package.mask14 Sep 2014 23:27:24 -  1.16033
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16032 2014/09/14 
23:10:01 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16033 2014/09/14 
23:27:24 moult Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Dion Moult  (15 Sep 2014)
+# Ancient and unmaintained (bug #515028)
+# Masked for removal in 30 days
+net-misc/netcomics-cvs
+
+# Dion Moult  (15 Sep 2014)
 # It has no support for new API since 2012. A good replacement of this package,
 # app-text/pastebinit, is already stabilized (bug #434366)
 # Masked for removal in 30 days






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-09-14 Thread Dion Moult (moult)
moult   14/09/14 23:12:22

  Modified: ChangeLog
  Log:
  Forgot to add changelog entry

Revision  ChangesPath
1.9373   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9373&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9373&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9372&r2=1.9373

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9372
retrieving revision 1.9373
diff -u -r1.9372 -r1.9373
--- ChangeLog   14 Sep 2014 13:56:29 -  1.9372
+++ ChangeLog   14 Sep 2014 23:12:22 -  1.9373
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9372 2014/09/14 
13:56:29 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9373 2014/09/14 
23:12:22 moult Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  15 Sep 2014; Dion Moult  package.mask:
+  Add app-text/pastebin to package mask
+
   14 Sep 2014; Maxim Koltsov  package.mask:
   Improve mpv mask message
 






[gentoo-commits] gentoo-x86 commit in profiles: package.mask

2014-09-14 Thread Dion Moult (moult)
moult   14/09/14 23:10:02

  Modified: package.mask
  Log:
  Add app-text/pastebin to package mask

Revision  ChangesPath
1.16032  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16032&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16032&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16031&r2=1.16032

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16031
retrieving revision 1.16032
diff -u -r1.16031 -r1.16032
--- package.mask14 Sep 2014 13:56:29 -  1.16031
+++ package.mask14 Sep 2014 23:10:01 -  1.16032
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16031 2014/09/14 
13:56:29 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16032 2014/09/14 
23:10:01 moult Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Dion Moult  (15 Sep 2014)
+# It has no support for new API since 2012. A good replacement of this package,
+# app-text/pastebinit, is already stabilized (bug #434366)
+# Masked for removal in 30 days
+app-text/pastebin
+
 # Maxim Koltsov  (12 Sep 2014)
 # Requires masked libav-10
 # If you use media-video/ffmpeg, it's absolutely safe to unmask this package.






[gentoo-commits] proj/betagarden:master commit in: media-gfx/draftsight-bin/

2014-05-24 Thread Dion Moult
commit: a9308e15f75c51bb118194f146bbdf55f06812f2
Author: Dion Moult  gentoo  org>
AuthorDate: Sat May 24 13:26:25 2014 +
Commit:     Dion Moult  gentoo  org>
CommitDate: Sat May 24 13:26:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=a9308e15

Add draftsight-bin-1.5.1_beta

---
 .../draftsight-bin-1.5.1_beta.ebuild   | 187 +
 1 file changed, 187 insertions(+)

diff --git a/media-gfx/draftsight-bin/draftsight-bin-1.5.1_beta.ebuild 
b/media-gfx/draftsight-bin/draftsight-bin-1.5.1_beta.ebuild
new file mode 100644
index 000..2802dd8
--- /dev/null
+++ b/media-gfx/draftsight-bin/draftsight-bin-1.5.1_beta.ebuild
@@ -0,0 +1,187 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit fdo-mime udev unpacker
+
+MY_PN="draftsight"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Professional 2D CAD application, supporting DWT, DXF and DWG."
+HOMEPAGE="http://www.3ds.com/products/draftsight/free-cad-software/";
+# The libaudio requirement is due to ABI_X86 not being stable enough yet.
+# See bug #463942 for the initial reason this was inserted.
+SRC_URI="${MY_P}.deb
+amd64? ( http://dev.gentoo.org/~moult/draftsight/libaudio.tar.gz )"
+
+LICENSE="${MY_PN}"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+S="${WORKDIR}"
+
+QA_PRESTRIPPED="opt/dassault-systemes/${MY_PN}/bin/DWGConverter
+   amd64? ( opt/dassault-systemes/${MY_PN}/lib/libaudio.so.2 )"
+QA_TEXTRELS="opt/dassault-systemes/${MY_PN}/lib/libDDKERNEL.so.1"
+QA_EXECSTACK="opt/dassault-systemes/${MY_PN}/bin/FxCrashRptApp
+opt/dassault-systemes/${MY_PN}/lib/libDDKERNEL.so.1"
+
+RESTRICT="fetch"
+DEPEND=""
+RDEPEND="amd64? (
+   app-emulation/emul-linux-x86-baselibs
+   app-emulation/emul-linux-x86-opengl
+   app-emulation/emul-linux-x86-qtlibs
+   app-emulation/emul-linux-x86-soundlibs
+   app-emulation/emul-linux-x86-xlibs
+   )
+   !amd64? (
+   sys-libs/zlib
+   net-print/cups
+   dev-libs/expat
+   dev-libs/glib:2
+   media-libs/glu
+   media-libs/phonon
+   dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   dev-qt/qtgui:4
+   dev-qt/qtopengl:4
+   dev-qt/qtsql:4
+   dev-qt/qtwebkit:4
+   dev-qt/qtsvg:4
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libXt
+   media-libs/nas
+   )"
+
+pkg_nofetch() {
+   einfo "Upstream has a mandatory EULA agreement to download this file."
+   einfo "Please navigate your browser to:"
+   einfo "http://www.3ds.com/products/draftsight/download-draftsight/";
+   einfo "Click \"Download DraftSight for Ubuntu (Beta V1R5.1)\""
+   einfo "Download the deb file and move it to ${DISTDIR}/${MY_P}.deb"
+   if use amd64 ; then
+   einfo "Then download 
http://dev.gentoo.org/~moult/draftsight/libaudio.tar.gz";
+   einfo "And move the file to ${DISTDIR}/"
+   fi
+}
+
+src_install() {
+   cp -R "${WORKDIR}/opt" "${D}"
+   exeinto /usr/bin
+   doexe "${FILESDIR}/${MY_PN}"
+
+   if use amd64 ; then
+   insinto /opt/dassault-systemes/DraftSight/Libraries/
+   doins libaudio.so.2
+   fi
+}
+
+pkg_postinst() {
+   elog "To use DraftSight as your default viewer for DWG, DXF, and DWT"
+   elog "Please run the following commands respectively as your normal 
user:"
+   elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dwg\""
+   elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dxf\""
+   elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dwt\""
+
+   local ICON_SIZES="16 32 48 64 128"
+
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   for size in ${ICON_SIZES} ; do
+   xdg-icon-resource install --noupdate --novendor --context 
mimetypes \
+   --mode system --si

[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:34:44

  Modified: ChangeLog package.mask
  Log:
  x11-plugins/desklet-sudoku package mask removed as package removed

Revision  ChangesPath
1.8737   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8737&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8737&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8736&r2=1.8737

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8736
retrieving revision 1.8737
diff -u -r1.8736 -r1.8737
--- ChangeLog   24 Mar 2014 07:31:42 -  1.8736
+++ ChangeLog   24 Mar 2014 07:34:43 -  1.8737
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8736 2014/03/24 
07:31:42 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8737 2014/03/24 
07:34:43 moult Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   24 Mar 2014; Dion Moult  package.mask:
+  x11-plugins/desklet-sudoku package mask removed as package removed
+
+  24 Mar 2014; Dion Moult  package.mask:
   www-client/htmlview package mask removed as package removed
 
   24 Mar 2014; Dion Moult  package.mask:



1.15505  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15505&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15505&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15504&r2=1.15505

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15504
retrieving revision 1.15505
diff -u -r1.15504 -r1.15505
--- package.mask24 Mar 2014 07:31:42 -  1.15504
+++ package.mask24 Mar 2014 07:34:43 -  1.15505
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15504 2014/03/24 
07:31:42 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15505 2014/03/24 
07:34:43 moult Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -395,10 +395,6 @@
 # superseded by net-analyzer/ifstatus (bug #501432)
 net-analyzer/ethstatus
 
-# Dion Moult  (13 Feb 2014)
-# Masked for removal in 30 days. Unclear license, desklets dead. (bug #446776)
-x11-plugins/desklet-sudoku
-
 # Joerg Bornkessel  (08 Feb 2014)
 # removal ~08/Mar/2014 , depend on i18n issues
 # wrt bug #424255






[gentoo-commits] gentoo-x86 commit in x11-plugins/desklet-sudoku: ChangeLog Manifest desklet-sudoku-0.3.ebuild metadata.xml

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:33:50

  Removed:  ChangeLog Manifest desklet-sudoku-0.3.ebuild
metadata.xml
  Log:
  x11-plugins/desklet-sudoku removal (pending 13 Feb 2014), see #446776 for 
details



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:31:43

  Modified: ChangeLog package.mask
  Log:
  www-client/htmlview package mask removed as package removed

Revision  ChangesPath
1.8736   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8736&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8736&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8735&r2=1.8736

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8735
retrieving revision 1.8736
diff -u -r1.8735 -r1.8736
--- ChangeLog   24 Mar 2014 07:25:53 -  1.8735
+++ ChangeLog   24 Mar 2014 07:31:42 -  1.8736
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8735 2014/03/24 
07:25:53 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8736 2014/03/24 
07:31:42 moult Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   24 Mar 2014; Dion Moult  package.mask:
+  www-client/htmlview package mask removed as package removed
+
+  24 Mar 2014; Dion Moult  package.mask:
   rox-extra/comicthumb package mask removed as package removed
 
   24 Mar 2014; Dion Moult  package.mask:



1.15504  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15504&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15504&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15503&r2=1.15504

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15503
retrieving revision 1.15504
diff -u -r1.15503 -r1.15504
--- package.mask24 Mar 2014 07:25:54 -  1.15503
+++ package.mask24 Mar 2014 07:31:42 -  1.15504
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15503 2014/03/24 
07:25:54 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15504 2014/03/24 
07:31:42 moult Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -399,12 +399,6 @@
 # Masked for removal in 30 days. Unclear license, desklets dead. (bug #446776)
 x11-plugins/desklet-sudoku
 
-# Dion Moult  (12 Feb 2014)
-# Masked for removal in 30 days. Removed as this was a compatibility hack
-# package, with equivalent functionality already implemented elsewhere 
(xdg-open
-# and co). (bug #480522)
-www-client/htmlview
-
 # Joerg Bornkessel  (08 Feb 2014)
 # removal ~08/Mar/2014 , depend on i18n issues
 # wrt bug #424255






[gentoo-commits] gentoo-x86 commit in www-client/htmlview/files: htmlview-3.0.0-prefix.patch

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:30:25

  Removed:  htmlview-3.0.0-prefix.patch
  Log:
  www-client/htmlview removal (pending 12 Feb 2014), see #480522 for details



[gentoo-commits] gentoo-x86 commit in www-client/htmlview: ChangeLog Manifest htmlview-3.0.0-r1.ebuild metadata.xml

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:30:24

  Removed:  ChangeLog Manifest htmlview-3.0.0-r1.ebuild
metadata.xml
  Log:
  www-client/htmlview removal (pending 12 Feb 2014), see #480522 for details



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:25:54

  Modified: ChangeLog package.mask
  Log:
  rox-extra/comicthumb package mask removed as package removed

Revision  ChangesPath
1.8735   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8735&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8735&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8734&r2=1.8735

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8734
retrieving revision 1.8735
diff -u -r1.8734 -r1.8735
--- ChangeLog   24 Mar 2014 07:22:24 -  1.8734
+++ ChangeLog   24 Mar 2014 07:25:53 -  1.8735
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8734 2014/03/24 
07:22:24 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8735 2014/03/24 
07:25:53 moult Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   24 Mar 2014; Dion Moult  package.mask:
+  rox-extra/comicthumb package mask removed as package removed
+
+  24 Mar 2014; Dion Moult  package.mask:
   dev-libs/jrtplib package mask removed as package removed
 
   24 Mar 2014; Dion Moult  package.mask:



1.15503  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15503&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15503&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15502&r2=1.15503

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15502
retrieving revision 1.15503
diff -u -r1.15502 -r1.15503
--- package.mask24 Mar 2014 07:22:24 -  1.15502
+++ package.mask24 Mar 2014 07:25:54 -  1.15503
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15502 2014/03/24 
07:22:24 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15503 2014/03/24 
07:25:54 moult Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -405,11 +405,6 @@
 # and co). (bug #480522)
 www-client/htmlview
 
-# Dion Moult  (10 Feb 2014)
-# Masked for removal in 30 days. Upstream dead for ages, no package maintainer.
-# (bug #471548)
-rox-extra/comicthumb
-
 # Joerg Bornkessel  (08 Feb 2014)
 # removal ~08/Mar/2014 , depend on i18n issues
 # wrt bug #424255






[gentoo-commits] gentoo-x86 commit in rox-extra/comicthumb: ChangeLog Manifest comicthumb-0.1.ebuild metadata.xml

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:24:24

  Removed:  ChangeLog Manifest comicthumb-0.1.ebuild
metadata.xml
  Log:
  rox-extra/comicthumb removal (pending 10 Feb 2014), see #471548 for details



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:22:25

  Modified: ChangeLog package.mask
  Log:
  dev-libs/jrtplib package mask removed as package removed

Revision  ChangesPath
1.8734   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8734&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8734&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8733&r2=1.8734

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8733
retrieving revision 1.8734
diff -u -r1.8733 -r1.8734
--- ChangeLog   24 Mar 2014 07:17:17 -  1.8733
+++ ChangeLog   24 Mar 2014 07:22:24 -  1.8734
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8733 2014/03/24 
07:17:17 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8734 2014/03/24 
07:22:24 moult Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   24 Mar 2014; Dion Moult  package.mask:
+  dev-libs/jrtplib package mask removed as package removed
+
+  24 Mar 2014; Dion Moult  package.mask:
   virtual/monodoc package mask removed as package removed
 
   24 Mar 2014; Dion Moult  package.mask:



1.15502  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15502&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15502&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15501&r2=1.15502

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15501
retrieving revision 1.15502
diff -u -r1.15501 -r1.15502
--- package.mask24 Mar 2014 07:17:17 -  1.15501
+++ package.mask24 Mar 2014 07:22:24 -  1.15502
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15501 2014/03/24 
07:17:17 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15502 2014/03/24 
07:22:24 moult Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -440,11 +440,6 @@
 # PHP 5.6 still in early development
 >=dev-lang/php-5.6
 
-# Dion Moult  (27 Jan 2014)
-# Mask for removal in 30 days. Used to be used by farsight1 but no longer. No
-# other reverse deps. (bug #489550)
-dev-libs/jrtplib
-
 # Mike Gilbert  (26 Jan 2014)
 # Python library that has no reverse deps. Removal in 30 days.
 dev-python/certifi






[gentoo-commits] gentoo-x86 commit in dev-libs/jrtplib: ChangeLog Manifest jrtplib-3.9.1.ebuild metadata.xml

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:20:13

  Removed:  ChangeLog Manifest jrtplib-3.9.1.ebuild
metadata.xml
  Log:
  dev-libs/jrtplib removal (pending 27 Jan 2014), see #489550 for details



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:17:18

  Modified: ChangeLog package.mask
  Log:
  virtual/monodoc package mask removed as package removed

Revision  ChangesPath
1.8733   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8733&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8733&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8732&r2=1.8733

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8732
retrieving revision 1.8733
diff -u -r1.8732 -r1.8733
--- ChangeLog   24 Mar 2014 07:11:57 -  1.8732
+++ ChangeLog   24 Mar 2014 07:17:17 -  1.8733
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8732 2014/03/24 
07:11:57 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8733 2014/03/24 
07:17:17 moult Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   24 Mar 2014; Dion Moult  package.mask:
+  virtual/monodoc package mask removed as package removed
+
+  24 Mar 2014; Dion Moult  package.mask:
   app-misc/flyte-download-manager package mask removed as package removed
 
   23 Mar 2014; Ulrich Müller  package.mask:



1.15501  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15501&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15501&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15500&r2=1.15501

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15500
retrieving revision 1.15501
diff -u -r1.15500 -r1.15501
--- package.mask24 Mar 2014 07:11:57 -  1.15500
+++ package.mask24 Mar 2014 07:17:17 -  1.15501
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15500 2014/03/24 
07:11:57 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15501 2014/03/24 
07:17:17 moult Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -458,11 +458,6 @@
 # Experimental, for now
 =dev-vcs/gitolite-gentoo-3*
 
-# Dion Moult  (19 Jan 2014)
-# Mask for removal in 30 days. Packages now depend on dev-lang/mono directly 
and
-# not on virtual/monodoc (bug #471180)
-virtual/monodoc
-
 # Mike Gilbert  (19 Jan 2014)
 # To prevent accidental switching of release channels (bug 498306),
 # google-chrome has been split into 3 packages:






[gentoo-commits] gentoo-x86 commit in virtual/monodoc: ChangeLog Manifest metadata.xml monodoc-2.10.ebuild

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:15:08

  Removed:  ChangeLog Manifest metadata.xml monodoc-2.10.ebuild
  Log:
  virtual/monodoc removal (pending 19 Feb 2014), see #471180 for details



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:11:58

  Modified: ChangeLog package.mask
  Log:
  app-misc/flyte-download-manager package mask removed as package removed

Revision  ChangesPath
1.8732   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8732&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8732&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8731&r2=1.8732

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8731
retrieving revision 1.8732
diff -u -r1.8731 -r1.8732
--- ChangeLog   23 Mar 2014 15:45:05 -  1.8731
+++ ChangeLog   24 Mar 2014 07:11:57 -  1.8732
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8731 2014/03/23 
15:45:05 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8732 2014/03/24 
07:11:57 moult Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  24 Mar 2014; Dion Moult  package.mask:
+  app-misc/flyte-download-manager package mask removed as package removed
+
   23 Mar 2014; Ulrich Müller  package.mask:
   Remove app-emacs/{http-emacs,mairix} masks, packages have been removed.
 



1.15500  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15500&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15500&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15499&r2=1.15500

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15499
retrieving revision 1.15500
diff -u -r1.15499 -r1.15500
--- package.mask23 Mar 2014 15:45:05 -  1.15499
+++ package.mask24 Mar 2014 07:11:57 -  1.15500
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15499 2014/03/23 
15:45:05 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15500 2014/03/24 
07:11:57 moult Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -463,11 +463,6 @@
 # not on virtual/monodoc (bug #471180)
 virtual/monodoc
 
-# Dion Moult  (19 Jan 2014)
-# Mask for removal in 30 days. Flyte service discontinued so package is 
useless.
-# (bug #495138)
-app-misc/flyte-download-manager
-
 # Mike Gilbert  (19 Jan 2014)
 # To prevent accidental switching of release channels (bug 498306),
 # google-chrome has been split into 3 packages:






[gentoo-commits] gentoo-x86 commit in app-misc/flyte-download-manager: ChangeLog Manifest flyte-download-manager-1.2.5.0.ebuild metadata.xml

2014-03-24 Thread Dion Moult (moult)
moult   14/03/24 07:09:00

  Removed:  ChangeLog Manifest
flyte-download-manager-1.2.5.0.ebuild metadata.xml
  Log:
  app-misc/flyte-download-manager removal (pending removal 19 Feb 2014), see 
#495138 for reference