* [gentoo-commits] proj/gentoo-mate:master commit in: dev-libs/libmateweather/
@ 2016-08-13 20:53 NP Hardass
2016-08-13 20:54 ` [gentoo-commits] proj/gentoo-mate:split-deps " NP Hardass
0 siblings, 1 reply; 3+ messages in thread
From: NP Hardass @ 2016-08-13 20:53 UTC (permalink / raw
To: gentoo-commits
commit: 64fec41906971978f0d05d252505208febed20ba
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 20:53:18 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 20:53:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=64fec419
dev-libs/libmateweather: Drop stray ebuild
Package-Manager: portage-2.3.0
dev-libs/libmateweather/Manifest | 1 -
.../libmateweather/libmateweather-1.14.0.ebuild | 68 ----------------------
2 files changed, 69 deletions(-)
diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest
index e8ad506..abe6fd0 100644
--- a/dev-libs/libmateweather/Manifest
+++ b/dev-libs/libmateweather/Manifest
@@ -1,3 +1,2 @@
DIST libmateweather-1.10.0.tar.xz 3463128 SHA256 4fc80145942781281efe99e17daef3d0947ae319771b2ab0a9b2a4559779484c SHA512 80eed6693e13d4dccb4e44ebab84955f7cbbd4f536cda1186db694149bf013429f41f38d2cb03a0dae517d6438e5cff1c18ae95598f700a1a9184ac47f85fcf5 WHIRLPOOL 9fab8e47d4f86ca13524cf9c6007e360f64725bfc98a872722b85270f5e87ce50ab3ce0a616cb46da2b1b285770c9d8afef3f1e270bc143b350050870f5a5a29
DIST libmateweather-1.12.1.tar.xz 3526540 SHA256 74aaeb844059ecf7f7aa4314676348750c50212a7c6e5dbbed71793bcd373863 SHA512 26352a722fc76b997ce3d30e1c144a612ebf27f18f5e4b4f1d7b725bd4de2657797542a21a334179f4c194529770e6bfcd92e435ff1d793441ac00bb7bdffdab WHIRLPOOL 73eadf55986c27ae6977cdb6cc869ffd2d7272c257197c9d6b3447c88eed01d70c4b07ee5cf863815f09e7dbe9456eb043fb377906e56e0945d3bb7dac7858aa
-DIST libmateweather-1.14.0.tar.xz 3493728 SHA256 924d37fb6c700487448acbf445b97271fc18152c06f72e0189e9c0732008800e SHA512 061e91ad26ae2b31d91d75be6aaf0fa56628b4543c63f29374e13a9880614d5593de7ec8aeba39ecb11dc7773273a923c48c0ed7d993468347116d6658234fed WHIRLPOOL 0e9b00624efb9f375efe2b0acc822a62891f3a8358d638be3c062f5eb671859be779688707317f31d2cdc598baddac61d1dc982bdea3859f3f596664e18b0394
diff --git a/dev-libs/libmateweather/libmateweather-1.14.0.ebuild b/dev-libs/libmateweather/libmateweather-1.14.0.ebuild
deleted file mode 100644
index 80cf76e..0000000
--- a/dev-libs/libmateweather/libmateweather-1.14.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE library to access weather information from online services"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="debug gtk3 python"
-
-REQUIRED_USE="
- gtk3? ( !python )
- python? ( ${PYTHON_REQUIRED_USE} )
- "
-
-RDEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}]
- >=dev-libs/libxml2-2.6:2
- >=net-libs/libsoup-2.34:2.4
- >=sys-libs/timezone-data-2010k:0
- x11-libs/gdk-pixbuf:2
- virtual/libintl:0
- !gtk3? ( >=x11-libs/gtk+-2.24:2 )
- gtk3? ( >=x11-libs/gtk+-3.0:3 )
- python? (
- ${PYTHON_DEPS}
- >=dev-python/pygobject-2:2[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2:2[${PYTHON_USEDEP}]
- )"
-
-DEPEND="${RDEPEND}
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.50.1:*
- sys-devel/gettext:*
- >=sys-devel/libtool-2.2.6:2
- virtual/pkgconfig:*"
-
-src_prepare() {
- mate_src_prepare
- use python && python_copy_sources
-}
-
-src_configure() {
- mate_py_cond_func_wrap mate_src_configure \
- --enable-locations-compression \
- --disable-all-translations-in-one-xml \
- --with-gtk=$(usex gtk3 3.0 2.0) \
- $(use_enable python)
-}
-
-src_compile() {
- mate_py_cond_func_wrap default
-}
-
-src_install() {
- mate_py_cond_func_wrap mate_src_install
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gentoo-mate:split-deps commit in: dev-libs/libmateweather/
2016-08-13 20:53 [gentoo-commits] proj/gentoo-mate:master commit in: dev-libs/libmateweather/ NP Hardass
@ 2016-08-13 20:54 ` NP Hardass
0 siblings, 0 replies; 3+ messages in thread
From: NP Hardass @ 2016-08-13 20:54 UTC (permalink / raw
To: gentoo-commits
commit: 64fec41906971978f0d05d252505208febed20ba
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 20:53:18 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 20:53:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=64fec419
dev-libs/libmateweather: Drop stray ebuild
Package-Manager: portage-2.3.0
dev-libs/libmateweather/Manifest | 1 -
.../libmateweather/libmateweather-1.14.0.ebuild | 68 ----------------------
2 files changed, 69 deletions(-)
diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest
index e8ad506..abe6fd0 100644
--- a/dev-libs/libmateweather/Manifest
+++ b/dev-libs/libmateweather/Manifest
@@ -1,3 +1,2 @@
DIST libmateweather-1.10.0.tar.xz 3463128 SHA256 4fc80145942781281efe99e17daef3d0947ae319771b2ab0a9b2a4559779484c SHA512 80eed6693e13d4dccb4e44ebab84955f7cbbd4f536cda1186db694149bf013429f41f38d2cb03a0dae517d6438e5cff1c18ae95598f700a1a9184ac47f85fcf5 WHIRLPOOL 9fab8e47d4f86ca13524cf9c6007e360f64725bfc98a872722b85270f5e87ce50ab3ce0a616cb46da2b1b285770c9d8afef3f1e270bc143b350050870f5a5a29
DIST libmateweather-1.12.1.tar.xz 3526540 SHA256 74aaeb844059ecf7f7aa4314676348750c50212a7c6e5dbbed71793bcd373863 SHA512 26352a722fc76b997ce3d30e1c144a612ebf27f18f5e4b4f1d7b725bd4de2657797542a21a334179f4c194529770e6bfcd92e435ff1d793441ac00bb7bdffdab WHIRLPOOL 73eadf55986c27ae6977cdb6cc869ffd2d7272c257197c9d6b3447c88eed01d70c4b07ee5cf863815f09e7dbe9456eb043fb377906e56e0945d3bb7dac7858aa
-DIST libmateweather-1.14.0.tar.xz 3493728 SHA256 924d37fb6c700487448acbf445b97271fc18152c06f72e0189e9c0732008800e SHA512 061e91ad26ae2b31d91d75be6aaf0fa56628b4543c63f29374e13a9880614d5593de7ec8aeba39ecb11dc7773273a923c48c0ed7d993468347116d6658234fed WHIRLPOOL 0e9b00624efb9f375efe2b0acc822a62891f3a8358d638be3c062f5eb671859be779688707317f31d2cdc598baddac61d1dc982bdea3859f3f596664e18b0394
diff --git a/dev-libs/libmateweather/libmateweather-1.14.0.ebuild b/dev-libs/libmateweather/libmateweather-1.14.0.ebuild
deleted file mode 100644
index 80cf76e..0000000
--- a/dev-libs/libmateweather/libmateweather-1.14.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE library to access weather information from online services"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="debug gtk3 python"
-
-REQUIRED_USE="
- gtk3? ( !python )
- python? ( ${PYTHON_REQUIRED_USE} )
- "
-
-RDEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}]
- >=dev-libs/libxml2-2.6:2
- >=net-libs/libsoup-2.34:2.4
- >=sys-libs/timezone-data-2010k:0
- x11-libs/gdk-pixbuf:2
- virtual/libintl:0
- !gtk3? ( >=x11-libs/gtk+-2.24:2 )
- gtk3? ( >=x11-libs/gtk+-3.0:3 )
- python? (
- ${PYTHON_DEPS}
- >=dev-python/pygobject-2:2[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2:2[${PYTHON_USEDEP}]
- )"
-
-DEPEND="${RDEPEND}
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.50.1:*
- sys-devel/gettext:*
- >=sys-devel/libtool-2.2.6:2
- virtual/pkgconfig:*"
-
-src_prepare() {
- mate_src_prepare
- use python && python_copy_sources
-}
-
-src_configure() {
- mate_py_cond_func_wrap mate_src_configure \
- --enable-locations-compression \
- --disable-all-translations-in-one-xml \
- --with-gtk=$(usex gtk3 3.0 2.0) \
- $(use_enable python)
-}
-
-src_compile() {
- mate_py_cond_func_wrap default
-}
-
-src_install() {
- mate_py_cond_func_wrap mate_src_install
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gentoo-mate:split-deps commit in: dev-libs/libmateweather/
@ 2016-08-13 22:19 NP Hardass
0 siblings, 0 replies; 3+ messages in thread
From: NP Hardass @ 2016-08-13 22:19 UTC (permalink / raw
To: gentoo-commits
commit: 22e802b2b3cef7df9f1d6af974dee15a4cb259a1
Author: mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Sat Aug 13 21:43:51 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 22:18:26 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=22e802b2
dev-libs/libmateweather: Use COMMON_DEPEND
Package-Manager: portage-2.2.26
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
dev-libs/libmateweather/libmateweather-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libmateweather/libmateweather-9999.ebuild b/dev-libs/libmateweather/libmateweather-9999.ebuild
index 80cf76e..19ba7a2 100644
--- a/dev-libs/libmateweather/libmateweather-9999.ebuild
+++ b/dev-libs/libmateweather/libmateweather-9999.ebuild
@@ -24,7 +24,7 @@ REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
"
-RDEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}]
+COMMON_DEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}]
>=dev-libs/libxml2-2.6:2
>=net-libs/libsoup-2.34:2.4
>=sys-libs/timezone-data-2010k:0
@@ -38,7 +38,9 @@ RDEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}]
>=dev-python/pygtk-2:2[${PYTHON_USEDEP}]
)"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
dev-util/gtk-doc
dev-util/gtk-doc-am
>=dev-util/intltool-0.50.1:*
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-13 22:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-13 20:53 [gentoo-commits] proj/gentoo-mate:master commit in: dev-libs/libmateweather/ NP Hardass
2016-08-13 20:54 ` [gentoo-commits] proj/gentoo-mate:split-deps " NP Hardass
-- strict thread matches above, loose matches on Subject: below --
2016-08-13 22:19 NP Hardass
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox