From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/
Date: Sat, 16 Jan 2016 10:56:48 +0000 (UTC) [thread overview]
Message-ID: <1452941800.5474fa5c70b0b552ff4e445f2fe1190264e9e37d.pacho@gentoo> (raw)
commit: 5474fa5c70b0b552ff4e445f2fe1190264e9e37d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 10:54:18 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 10:56:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5474fa5c
dev-cpp/gtkmm: Drop old
Package-Manager: portage-2.2.26
dev-cpp/gtkmm/gtkmm-3.18.0.ebuild | 71 ---------------------------------------
1 file changed, 71 deletions(-)
diff --git a/dev-cpp/gtkmm/gtkmm-3.18.0.ebuild b/dev-cpp/gtkmm/gtkmm-3.18.0.ebuild
deleted file mode 100644
index 1e80a45..0000000
--- a/dev-cpp/gtkmm/gtkmm-3.18.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 multilib-minimal
-
-DESCRIPTION="C++ interface for GTK+"
-HOMEPAGE="http://www.gtkmm.org"
-
-LICENSE="LGPL-2.1+"
-SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="aqua doc examples test wayland X"
-REQUIRED_USE="|| ( aqua wayland X )"
-
-RDEPEND="
- >=dev-cpp/glibmm-2.46.1:2[${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-3.18.0:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}]
- >=x11-libs/gdk-pixbuf-2.28:2[${MULTILIB_USEDEP}]
- >=dev-cpp/atkmm-2.24.1[${MULTILIB_USEDEP}]
- >=dev-cpp/cairomm-1.12.0[${MULTILIB_USEDEP}]
- >=dev-cpp/pangomm-2.38.1:1.4[${MULTILIB_USEDEP}]
- >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
- >=media-libs/libepoxy-1.2[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- 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_install() {
- gnome2_src_install
-}
-
-multilib_src_install_all() {
- DOCS="AUTHORS ChangeLog PORTING NEWS README"
- einstalldocs
-}
next reply other threads:[~2016-01-16 10:56 UTC|newest]
Thread overview: 130+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-16 10:56 Pacho Ramos [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-07-07 21:20 Mart Raudsepp
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
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=1452941800.5474fa5c70b0b552ff4e445f2fe1190264e9e37d.pacho@gentoo \
--to=pacho@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