public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/
Date: Sat, 20 Feb 2016 13:55:29 +0000 (UTC)	[thread overview]
Message-ID: <1455976394.c8daaaf5219eb49f7aa2d3ccd2a455d8fd856cf4.pacho@gentoo> (raw)

commit:     c8daaaf5219eb49f7aa2d3ccd2a455d8fd856cf4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 13:43:01 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 13:53:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8daaaf5

x11-libs/libwnck: Drop old

Package-Manager: portage-2.2.27

 x11-libs/libwnck/Manifest             |  1 -
 x11-libs/libwnck/libwnck-3.4.9.ebuild | 55 -----------------------------------
 2 files changed, 56 deletions(-)

diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest
index d7b0820..4e32195 100644
--- a/x11-libs/libwnck/Manifest
+++ b/x11-libs/libwnck/Manifest
@@ -1,3 +1,2 @@
 DIST libwnck-2.31.0.tar.xz 630792 SHA256 83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e SHA512 54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9 WHIRLPOOL 369c0ce1f412a0874d2f3a09e387405632726259427fff013adc4d619f4f9f80b57e376252746bdc7fe54f27749e51127ccc0870a80629cb98afb45dc420f941
 DIST libwnck-3.14.0.tar.xz 675916 SHA256 f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c SHA512 bf5953d06697b6f623f82fe3ab3158ad3a794712bf08822fe901023e740afe4b47cc026854707b77c0c63d38614133fbef589d62385a39b99ce7e8c66c8940be WHIRLPOOL 945127110134e3b23f986fb3024b6a77577f42f9067e5760663849351687969398da0e69dca29f2e0950c8f5f364eb9e822c25d719c2f976fbf36f2e13c89d5c
-DIST libwnck-3.4.9.tar.xz 674396 SHA256 96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4 SHA512 58397ab9c3ea8517503cbc51c5e72ffadfba882146936855a65756ada28339303408df17517cd6711f26bca6236e66a8755177849af28292fcc4820ce64d28b2 WHIRLPOOL 93366bbcbc45a17aff607c7db9d7d057013671f34762248388b343975c932ca174b0d471fab23b93f1d05e5064f9945a9734dceb88f0cf90cfdeab916e0e0e1f

diff --git a/x11-libs/libwnck/libwnck-3.4.9.ebuild b/x11-libs/libwnck/libwnck-3.4.9.ebuild
deleted file mode 100644
index 06e8d95..0000000
--- a/x11-libs/libwnck/libwnck-3.4.9.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit flag-o-matic gnome2
-
-DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
-
-LICENSE="LGPL-2+"
-SLOT="3"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE="+introspection startup-notification tools"
-
-RDEPEND="
-	>=x11-libs/gtk+-3.4:3[introspection?]
-	>=dev-libs/glib-2.32:2
-	x11-libs/libX11
-	x11-libs/libXres
-	x11-libs/libXext
-	introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
-	startup-notification? ( >=x11-libs/startup-notification-0.4 )
-	x86-interix? ( sys-libs/itx-bind )
-"
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc-am
-	>=dev-util/intltool-0.40.6
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-# eautoreconf needs
-#	gnome-base/gnome-common
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-	if use x86-interix; then
-		# activate the itx-bind package...
-		append-flags "-I${EPREFIX}/usr/include/bind"
-		append-ldflags "-L${EPREFIX}/usr/lib/bind"
-	fi
-
-	# Don't collide with SLOT=1
-	gnome2_src_configure \
-		--disable-static \
-		$(use_enable introspection) \
-		$(use_enable startup-notification) \
-		$(use_enable tools) \
-		--program-suffix=-${SLOT}
-}


             reply	other threads:[~2016-02-20 13:55 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-20 13:55 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-20 13:55 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/ Pacho Ramos
2016-02-21 23:44 Pacho Ramos
2016-03-06 20:52 Mikle Kolyada
2016-04-07 10:19 Jeroen Roovers
2016-05-03 20:57 Markus Meier
2016-06-28 20:30 Pacho Ramos
2016-07-03 16:33 Pacho Ramos
2016-12-06 20:50 Markus Meier
2017-01-26 10:56 Mart Raudsepp
2017-01-29 21:11 Fabian Groffen
2017-01-30 19:12 Fabian Groffen
2017-06-17 20:29 Anthony G. Basile
2017-06-19 11:14 Alexis Ballier
2017-08-15 22:44 Gilles Dartiguelongue
2017-09-18 10:45 Jeroen Roovers
2018-01-13 12:13 Sergei Trofimovich
2018-01-18  3:01 Mikle Kolyada
2018-02-16 20:39 Sergei Trofimovich
2018-03-04 20:48 Sergei Trofimovich
2018-03-06 21:37 Tobias Klausmann
2018-03-14 21:09 Markus Meier
2018-03-14 21:41 Sergei Trofimovich
2018-03-15  1:50 Mart Raudsepp
2018-09-14 10:25 Mart Raudsepp
2018-10-06 22:37 Mart Raudsepp
2018-11-04 14:16 Sergei Trofimovich
2018-12-01 14:51 Sergei Trofimovich
2018-12-02 10:12 Mikle Kolyada
2018-12-02 14:29 Mikle Kolyada
2018-12-04 16:27 Mikle Kolyada
2018-12-05  7:07 Mikle Kolyada
2018-12-05  7:34 Mikle Kolyada
2018-12-28  3:46 Matt Turner
2018-12-28  7:48 Mart Raudsepp
2020-02-09 14:42 Mart Raudsepp
2020-08-07  7:17 Mart Raudsepp
2020-08-30 15:17 Thomas Deutschmann
2020-08-31  2:52 Sam James
2020-09-11 16:57 Sergei Trofimovich
2020-11-05 16:16 Sam James
2020-11-06 15:19 Sam James
2020-11-07 15:23 Mart Raudsepp
2021-03-05 22:20 Sam James
2021-03-07  2:02 Matt Turner
2021-04-14 18:51 Mikle Kolyada
2021-04-14 22:07 Sam James
2021-04-14 22:07 Sam James
2021-04-15  0:13 Sam James
2021-04-15  1:33 Sam James
2021-04-15  5:25 Sam James
2021-04-15 15:36 Matt Turner
2021-05-25 14:21 Yixun Lan
2022-01-17 23:19 Matt Turner
2022-02-18  3:44 Matt Turner
2022-03-08 12:32 Sam James
2022-03-09 12:49 Sam James
2022-03-09 15:39 Sam James
2022-03-15 20:54 Matt Turner
2022-03-18 19:24 Matt Turner
2022-09-30 18:53 Matt Turner
2022-10-31 20:31 Matt Turner
2022-11-05  9:44 Arthur Zamarin
2022-11-05  9:58 Arthur Zamarin
2022-11-05 18:58 Arthur Zamarin
2022-12-04  2:41 Matt Turner
2022-12-04  3:03 Matt Turner
2022-12-26 19:52 Arthur Zamarin
2022-12-26 19:52 Arthur Zamarin
2022-12-27  7:29 Sam James
2022-12-27  7:29 Sam James
2022-12-27  8:41 Sam James
2022-12-27  8:41 Sam James
2023-01-13 12:59 Arthur Zamarin
2023-02-20 17:32 Matt Turner

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=1455976394.c8daaaf5219eb49f7aa2d3ccd2a455d8fd856cf4.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