summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-10-23 20:29:18 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-10-23 20:29:18 +0000
commitee1e225fbfd1b399564f9b1bc2e0582333120bae (patch)
tree5bb0fe368ef79edf8e734920b3b735df74cb3ffa /x11-libs
parentVersion bump. (diff)
downloadgentoo-2-ee1e225fbfd1b399564f9b1bc2e0582333120bae.tar.gz
gentoo-2-ee1e225fbfd1b399564f9b1bc2e0582333120bae.tar.bz2
gentoo-2-ee1e225fbfd1b399564f9b1bc2e0582333120bae.zip
Remove old.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/startup-notification/ChangeLog7
-rw-r--r--x11-libs/startup-notification/files/startup-notification-0.10-tests.patch14
-rw-r--r--x11-libs/startup-notification/startup-notification-0.10.ebuild43
3 files changed, 6 insertions, 58 deletions
diff --git a/x11-libs/startup-notification/ChangeLog b/x11-libs/startup-notification/ChangeLog
index 3dc050982a53..036e3731ee05 100644
--- a/x11-libs/startup-notification/ChangeLog
+++ b/x11-libs/startup-notification/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/startup-notification
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/ChangeLog,v 1.89 2014/02/19 03:40:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/ChangeLog,v 1.90 2014/10/23 20:29:18 chithanh Exp $
+
+ 23 Oct 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ -files/startup-notification-0.10-tests.patch,
+ -startup-notification-0.10.ebuild:
+ Remove old.
*startup-notification-0.12-r1 (19 Feb 2014)
diff --git a/x11-libs/startup-notification/files/startup-notification-0.10-tests.patch b/x11-libs/startup-notification/files/startup-notification-0.10-tests.patch
deleted file mode 100644
index 612d0b19d77a..000000000000
--- a/x11-libs/startup-notification/files/startup-notification-0.10-tests.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Do not build tests unless required.
-
-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=226257
---- a/test/Makefile.am 2009-04-03 16:56:51.000000000 +0200
-+++ b/test/Makefile.am 2009-07-26 12:08:44.855802976 +0200
-@@ -16,7 +16,7 @@
- test-launcher-xcb \
- test-watch-xmessages-xcb
-
--noinst_PROGRAMS=$(XLIB_TEST) $(XCB_TEST)
-+check_PROGRAMS=$(XLIB_TEST) $(XCB_TEST)
-
- test_launcher_SOURCES= test-launcher.c
-
diff --git a/x11-libs/startup-notification/startup-notification-0.10.ebuild b/x11-libs/startup-notification/startup-notification-0.10.ebuild
deleted file mode 100644
index 37aedf486d8a..000000000000
--- a/x11-libs/startup-notification/startup-notification-0.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/startup-notification-0.10.ebuild,v 1.14 2012/05/05 03:52:26 jdhore Exp $
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Application startup notification and feedback library"
-HOMEPAGE="http://www.freedesktop.org/software/startup-notification"
-SRC_URI="http://freedesktop.org/software/${PN}/releases/${P}.tar.gz"
-
-LICENSE="LGPL-2 MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libSM
- x11-libs/libICE
- x11-libs/libxcb
- <x11-libs/xcb-util-0.3.8
- >=x11-libs/xcb-util-0.3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-proto/xproto
- x11-libs/libXt"
-
-DOCS="AUTHORS ChangeLog doc/startup-notification.txt NEWS README"
-
-src_prepare() {
- # Do not build tests unless required
- epatch "${FILESDIR}"/${P}-tests.patch
- eautoreconf
-}
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- default
- rm -f "${ED}"/usr/lib*/libstartup-notification-1.la
-}