public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: dev-libs/libmateweather/
Date: Sat, 13 Aug 2016 20:53:35 +0000 (UTC)	[thread overview]
Message-ID: <1471121598.64fec41906971978f0d05d252505208febed20ba.np-hardass@gentoo> (raw)

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
-}


WARNING: multiple messages have this Message-ID (diff)
From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:split-deps commit in: dev-libs/libmateweather/
Date: Sat, 13 Aug 2016 20:54:01 +0000 (UTC)	[thread overview]
Message-ID: <1471121598.64fec41906971978f0d05d252505208febed20ba.np-hardass@gentoo> (raw)
Message-ID: <20160813205401.xzsFlaNDpPnE4ltQ0v5sYEln370AwOqrqz2ftxciir4@z> (raw)

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
-}


             reply	other threads:[~2016-08-13 20:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-13 20:53 NP Hardass [this message]
2016-08-13 20:54 ` [gentoo-commits] proj/gentoo-mate:split-deps commit in: dev-libs/libmateweather/ NP Hardass
  -- strict thread matches above, loose matches on Subject: below --
2021-06-09  2:05 [gentoo-commits] proj/gentoo-mate:master " Adam Feldman
2021-05-23 20:07 Adam Feldman
2020-09-02 15:49 Adam Feldman
2016-12-11 16:11 Ettore Di Giacinto
2016-09-20 16:04 NP Hardass
2016-08-13 18:49 NP Hardass
2016-07-06  6:20 NP Hardass
2015-07-12 20:06 NP Hardass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471121598.64fec41906971978f0d05d252505208febed20ba.np-hardass@gentoo \
    --to=np-hardass@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox