public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/
Date: Fri,  7 Jul 2017 21:20:50 +0000 (UTC)	[thread overview]
Message-ID: <1499462402.6d5df7533ed9f5398c142099924661642dbb9222.leio@gentoo> (raw)

commit:     6d5df7533ed9f5398c142099924661642dbb9222
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 21:02:47 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 21:20:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5df753

dev-cpp/gtkmm: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-cpp/gtkmm/Manifest            |  1 -
 dev-cpp/gtkmm/gtkmm-3.20.1.ebuild | 68 ---------------------------------------
 2 files changed, 69 deletions(-)

diff --git a/dev-cpp/gtkmm/Manifest b/dev-cpp/gtkmm/Manifest
index bc468dad540..b6174261a7a 100644
--- a/dev-cpp/gtkmm/Manifest
+++ b/dev-cpp/gtkmm/Manifest
@@ -1,3 +1,2 @@
 DIST gtkmm-2.24.5.tar.xz 12022024 SHA256 0680a53b7bf90b4e4bf444d1d89e6df41c777e0bacc96e9c09fc4dd2f5fe6b72 SHA512 c50e52830977c37181439f4b82a30ac8bead0cf9022d2bec8225f8dc33e08414f863bf67056e1938fae8f888c09a5a6d757acc011fa9331a78caa6bb626dd51e WHIRLPOOL b1bd5d27f53fece724c3389eb938a9ba746fb168637cacd437f152e6753f0150e5227acaed8d9b93b8e2e497352d03d77bec3fe4a5029c144ef2270c28c31c46
-DIST gtkmm-3.20.1.tar.xz 12178004 SHA256 051de1b8756ca6ec61f26264338cfc3060af936fd70bf4558bfe1e115418c612 SHA512 fad034db02ee3f4658bb3c065d78998f5da090ecba8903016fa1412eff845fdd46f44b2b6bd1be54d1d177bca0840815a1f492391045fbe43fa173e40b7b0fd5 WHIRLPOOL 5368bf79026c7888304b3329a28269ce17a3656b121805c4649241c622512ad2890a0c7fe0c74edd3f156388da77195fe62733c3609c245041ad2ea93090513f
 DIST gtkmm-3.22.0.tar.xz 12320816 SHA256 05da4d4b628fb20c8384630ddf478a3b5562952b2d6181fe28d58f6cbc0514f5 SHA512 0bc141ff09bc78697e89c6f071a1411cbc06e015ee664f3a6f9143bdb31793982e09533c8cff6d8c19cc53c4d32a1e5ad016db48141f5cfc21edfb333bf37988 WHIRLPOOL 8ec9f50c3f960dbe907d584c96adc0b4859b0d319c9c299f476cad8065390abb3f0b1c48cdf01303ce6f72a267b72d750d8dd5e4a011ce2d245e9acd649ee4b9

diff --git a/dev-cpp/gtkmm/gtkmm-3.20.1.ebuild b/dev-cpp/gtkmm/gtkmm-3.20.1.ebuild
deleted file mode 100644
index 2f936cc444c..00000000000
--- a/dev-cpp/gtkmm/gtkmm-3.20.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils gnome2 multilib-minimal virtualx
-
-DESCRIPTION="C++ interface for GTK+"
-HOMEPAGE="https://www.gtkmm.org"
-
-LICENSE="LGPL-2.1+"
-SLOT="3.0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-
-IUSE="aqua doc examples test wayland X"
-REQUIRED_USE="|| ( aqua wayland X )"
-
-RDEPEND="
-	>=dev-cpp/glibmm-2.48.0:2[${MULTILIB_USEDEP}]
-	>=x11-libs/gtk+-3.20.0:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}]
-	>=x11-libs/gdk-pixbuf-2.28:2[${MULTILIB_USEDEP}]
-	>=dev-cpp/atkmm-2.24.2[${MULTILIB_USEDEP}]
-	>=dev-cpp/cairomm-1.12.0[${MULTILIB_USEDEP}]
-	>=dev-cpp/pangomm-2.38.2:1.4[${MULTILIB_USEDEP}]
-	>=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	examples? ( >=media-libs/libepoxy-1.2[${MULTILIB_USEDEP}] )
-	doc? (
-		media-gfx/graphviz
-		dev-libs/libxslt
-		app-doc/doxygen )
-"
-#	dev-cpp/mm-common"
-# eautoreconf needs mm-common
-
-src_prepare() {
-	if ! use test; then
-		# don't waste time building tests
-		sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
-			|| die "sed 1 failed"
-	fi
-
-	if ! use examples; then
-		# don't waste time building tests
-		sed 's/^\(SUBDIRS =.*\)demos\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
-			|| die "sed 2 failed"
-	fi
-
-	gnome2_src_prepare
-}
-
-multilib_src_configure() {
-	ECONF_SOURCE="${S}" gnome2_src_configure \
-		--enable-api-atkmm \
-		$(multilib_native_use_enable doc documentation) \
-		$(use_enable aqua quartz-backend) \
-		$(use_enable wayland wayland-backend) \
-		$(use_enable X x11-backend)
-}
-
-multilib_src_test() {
-	virtx emake check
-}
-
-multilib_src_install() {
-	gnome2_src_install
-}


             reply	other threads:[~2017-07-07 21:21 UTC|newest]

Thread overview: 130+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-07 21:20 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-21 17:16 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/ Arthur Zamarin
2024-08-06  9:12 Pacho Ramos
2024-05-23 19:27 Arthur Zamarin
2024-05-06  7:09 Mart Raudsepp
2024-04-28 19:11 Ionen Wolkens
2024-04-28 19:11 Ionen Wolkens
2024-04-07  9:14 Arthur Zamarin
2024-04-07  8:38 Arthur Zamarin
2024-04-07  6:25 Arthur Zamarin
2024-04-07  5:55 Arthur Zamarin
2024-04-07  5:55 Arthur Zamarin
2024-03-17 21:37 Mart Raudsepp
2024-02-11 14:21 Mart Raudsepp
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-09-06 18:43 WANG Xuerui
2023-09-01 16:07 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-08-08 20:03 Matt Turner
2023-06-09  3:01 Matt Turner
2023-05-05  7:29 Arthur Zamarin
2023-05-05  7:29 Arthur Zamarin
2023-05-05  6:36 Arthur Zamarin
2023-05-05  6:08 Arthur Zamarin
2023-05-04 19:09 Jakov Smolić
2023-05-04 18:51 Arthur Zamarin
2023-05-04 18:41 Arthur Zamarin
2023-03-12  2:01 Matt Turner
2023-02-17  8:23 Arthur Zamarin
2022-11-12  6:01 WANG Xuerui
2022-11-05 18:58 Arthur Zamarin
2022-11-05  9:58 Arthur Zamarin
2022-11-05  9:44 Arthur Zamarin
2022-10-29 23:21 Matt Turner
2022-09-24  3:43 Matt Turner
2022-09-24  3:43 Matt Turner
2022-09-24  3:43 Matt Turner
2022-09-13 20:11 Matt Turner
2022-05-28  5:38 Sam James
2022-05-15  3:10 Sam James
2022-05-10  4:06 Arthur Zamarin
2022-05-10  2:03 Matt Turner
2022-05-07 18:28 Arthur Zamarin
2022-04-18 20:48 Jakov Smolić
2022-03-22  5:48 Matt Turner
2022-02-12 17:01 Matt Turner
2022-01-22  0:37 Andreas K. Hüttel
2022-01-02 10:54 Jakov Smolić
2021-12-18  3:47 Matt Turner
2021-08-12  3:10 Yixun Lan
2021-08-09 11:41 Marek Szuba
2021-08-09 10:22 Marek Szuba
2021-05-28 19:18 Sam James
2021-05-22  2:27 Matt Turner
2021-04-18 17:28 Sergei Trofimovich
2021-04-13 15:00 Sam James
2021-04-12 16:02 Sam James
2021-04-01  2:12 Matt Turner
2021-03-24 21:12 Sergei Trofimovich
2021-02-16  2:12 Matt Turner
2021-02-16  2:12 Matt Turner
2020-02-08  9:42 Mart Raudsepp
2020-02-08  9:42 Mart Raudsepp
2020-01-11 18:34 Mart Raudsepp
2020-01-11 18:34 Mart Raudsepp
2020-01-01 15:25 Agostino Sarubbo
2019-12-09  9:14 Agostino Sarubbo
2019-12-09  9:11 Agostino Sarubbo
2019-12-08 11:59 Mikle Kolyada
2019-12-08 11:58 Mikle Kolyada
2019-11-10 20:35 Michał Górny
2019-11-10 20:23 Pacho Ramos
2019-11-10 18:55 Pacho Ramos
2019-07-18 18:35 Sergei Trofimovich
2019-06-20 18:02 Sergei Trofimovich
2019-04-07 16:58 Mart Raudsepp
2019-04-06  9:56 Sergei Trofimovich
2019-03-21 19:52 Mart Raudsepp
2019-02-28 15:35 Mikle Kolyada
2019-02-17 21:05 Mikle Kolyada
2019-02-17 17:14 Sergei Trofimovich
2019-02-17 17:08 Sergei Trofimovich
2019-02-17 16:57 Sergei Trofimovich
2019-02-16  6:08 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
2019-02-14 22:09 Sergei Trofimovich
2018-12-07 21:48 Mart Raudsepp
2018-04-02 17:50 Gilles Dartiguelongue
2017-12-27 13:02 Mart Raudsepp
2017-12-27  8:35 Markus Meier
2017-12-21 21:16 Patrice Clement
2017-12-20 20:23 Mart Raudsepp
2017-11-28  7:05 Sergei Trofimovich
2017-11-23 20:47 Sergei Trofimovich
2017-11-18 13:20 Sergei Trofimovich
2017-11-06 20:49 Tobias Klausmann
2017-11-04 13:04 Sergei Trofimovich
2017-09-15  6:43 Gilles Dartiguelongue
2017-07-09 22:14 Mart Raudsepp
2017-07-09 11:01 Alexis Ballier
2017-06-12 10:07 Mart Raudsepp
2017-04-22 17:53 Tobias Klausmann
2017-04-12 10:10 Jeroen Roovers
2017-03-18 23:06 Mart Raudsepp
2016-12-06 20:12 Markus Meier
2016-12-06 20:11 Markus Meier
2016-11-01 23:58 Gilles Dartiguelongue
2016-09-23 16:13 Tobias Klausmann
2016-09-08 23:03 Gilles Dartiguelongue
2016-07-30 11:18 Jeroen Roovers
2016-07-30  9:34 Jeroen Roovers
2016-06-08 19:44 Markus Meier
2016-05-03 19:58 Markus Meier
2016-05-03 19:57 Markus Meier
2016-04-17 11:13 Pacho Ramos
2016-01-16 10:56 Pacho Ramos
2015-12-06 21:55 Michał Górny
2015-11-18  9:09 Agostino Sarubbo
2015-11-16 21:56 Pacho Ramos
2015-11-16 21:56 Pacho Ramos
2015-10-03  8:23 Markus Meier
2015-10-03  8:23 Markus Meier
2015-09-07 16:24 Mikle Kolyada

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=1499462402.6d5df7533ed9f5398c142099924661642dbb9222.leio@gentoo \
    --to=leio@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