* [gentoo-commits] proj/gnome:master commit in: profiles/, x11-libs/libnotify/files/, x11-libs/libnotify/
@ 2011-02-04 5:08 nirbheek
0 siblings, 0 replies; only message in thread
From: nirbheek @ 2011-02-04 5:08 UTC (permalink / raw
To: gentoo-commits
commit: 7db9d157a202ba05ee7852eddf3775ca14633a79
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 4 04:24:25 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Feb 4 04:25:14 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7db9d157a202ba05ee7852eddf3775ca14633a79
x11-libs/libnotify: remove old versions
* Remove package.mask, it's in portage now
---
profiles/package.mask | 1 -
x11-libs/libnotify/Manifest | 5 -
.../files/libnotify-0.7.0-gtk3-tests.patch | 109 --------------------
x11-libs/libnotify/libnotify-0.4.5.ebuild | 35 ------
x11-libs/libnotify/libnotify-0.5.2.ebuild | 36 -------
5 files changed, 0 insertions(+), 186 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 607c797..7c7cd63 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -16,7 +16,6 @@
# Stuff that directly or indirectly needs libnotify-0.6
# (versions are approximate)
# DO NOT UNMASK unless you're fine with everything breaking
->=x11-libs/libnotify-0.6
>=x11-misc/notification-daemon-0.5
>=app-crypt/seahorse-2.91
>=app-crypt/seahorse-plugins-2.91
diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 0854aa1..444e8ae 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,7 +1,2 @@
-AUX libnotify-0.7.0-gtk3-tests.patch 2964 RMD160 6cb2140ade47d02747d73b546049d6c80384e8cf SHA1 a86501e970acda853927fd26b3e0818c25fb4b23 SHA256 3ba602e6206327b9b20e7db54ffcab645fefe98c1cbd50cf4d7fa69ea70bfad1
-DIST libnotify-0.4.5.tar.gz 364142 RMD160 6ddf4feb50504012c5f5fd205123d9f27cb12ef6 SHA1 e0a3be6249978ae2eb18bb77cdd22763271dc904 SHA256 0799db8ea1500b65a477421a8c930cc8c8b0bbc0596e55ea1601e2542f3fb0d9
-DIST libnotify-0.5.2.tar.bz2 310439 RMD160 97c7d295683d6a093e46611d354fe8bfd799fb7d SHA1 bb088a318cfccb4261674065838860fa940fc04a SHA256 1f6f1a2d6a0e009997c7ed31f6197f9bf09e9b45fb9cd54acabceea951d99062
DIST libnotify-0.7.1.tar.bz2 319816 RMD160 ce99f10ac62832d09b8dce74ba477fb62cfba215 SHA1 323d14a5d5375a9b658a57eec4e91a1a19d52c71 SHA256 84dc2a77defb25521d2f1cb7ac34b4d23b55254ba361442658430efb928536c8
-EBUILD libnotify-0.4.5.ebuild 985 RMD160 01ad4f28cf96d453a2da6419eb9e8ea64fab9129 SHA1 906f303f081402156a39723b78e08bea5b91d117 SHA256 db02bc95b24e99fe50666b1f01a3d5f72e0debb5cbc7d6528476d94a5eefd478
-EBUILD libnotify-0.5.2.ebuild 952 RMD160 3f1bcb1a19c9d80eea99a9f78b310d3389a52a88 SHA1 469059c5f3f9eb9c53c7904cdfa31c27dbe7e6b0 SHA256 475491108bbe37f2b3d36fafcf60e2aa8b891af1254e41c7b47268de0dbdf172
EBUILD libnotify-0.7.1.ebuild 1184 RMD160 bef3a6d9fff4690776f70c8588341a7f290ae828 SHA1 f7157b9cf6fea40a3b63e48f9d8f2026af02e02e SHA256 bdbf4614111c7f44bd778b24b0d7fbfacd34033e454ccd65c8cc73df08a83126
diff --git a/x11-libs/libnotify/files/libnotify-0.7.0-gtk3-tests.patch b/x11-libs/libnotify/files/libnotify-0.7.0-gtk3-tests.patch
deleted file mode 100644
index 8e6deac..0000000
--- a/x11-libs/libnotify/files/libnotify-0.7.0-gtk3-tests.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-From 3264bc7d2421f667aa7772476247c1a1fa06f61c Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue <eva@gentoo.org>
-Date: Thu, 16 Dec 2010 00:01:13 +0100
-Subject: [PATCH] gentoo: do not build gtk+:3 tests if not required
-
----
- configure.ac | 5 +++++
- tests/Makefile.am | 30 +++++++++++++++++-------------
- 2 files changed, 22 insertions(+), 13 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 31d068e..7c0ad06 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -97,10 +97,15 @@ AC_SUBST(PACKAGE_LIBS)
- AC_SUBST(PACKAGE_CFLAGS)
- AC_SUBST(pkg_modules)
-
-+AC_ARG_ENABLE([tests],
-+ AS_HELP_STRING([--enable-tests], [Check for extra dependencies to build all tests]))
-+AS_IF([test $enable_tests = yes], [
- tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION"
- PKG_CHECK_MODULES(TESTS, [$tests_modules])
-+])
- AC_SUBST(TESTS_LIBS)
- AC_SUBST(TESTS_CFLAGS)
-+AM_CONDITIONAL([MORE_TESTS], [test $enable_tests = yes])
-
- GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
- AC_SUBST(GLIB_GENMARSHAL)
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 115cbd9..8fec9fb 100644
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -2,17 +2,14 @@ INCLUDES = \
- -I$(top_srcdir) \
- $(TESTS_CFLAGS)
-
--noinst_PROGRAMS = \
-+check_PROGRAMS = \
- test-replace \
-- test-replace-widget \
- test-server-info \
- test-default-action \
- test-multi-actions \
-- test-image \
- test-basic \
- test-error \
- test-markup \
-- test-persistence \
- test-rtl \
- test-size-changes \
- test-urgency \
-@@ -20,6 +17,22 @@ noinst_PROGRAMS = \
- test-xy-actions \
- test-xy-stress
-
-+#if MORE_TESTS
-+check_PROGRAMS += \
-+ test-image \
-+ test-replace-widget \
-+ test-persistence
-+
-+test_replace_widget_SOURCES = test-replace-widget.c
-+test_replace_widget_LDADD = $(common_ldflags)
-+
-+test_image_SOURCES = test-image.c
-+test_image_LDADD = $(common_ldflags)
-+
-+test_persistence_SOURCES = test-persistence.c
-+test_persistence_LDADD = $(common_ldflags)
-+#endif
-+
- common_ldflags = \
- $(top_builddir)/libnotify/libnotify.la \
- $(TESTS_LIBS)
-@@ -27,9 +40,6 @@ common_ldflags = \
- test_replace_SOURCES = test-replace.c
- test_replace_LDADD = $(common_ldflags)
-
--test_replace_widget_SOURCES = test-replace-widget.c
--test_replace_widget_LDADD = $(common_ldflags)
--
- test_server_info_SOURCES = test-server-info.c
- test_server_info_LDADD = $(common_ldflags)
-
-@@ -42,9 +52,6 @@ test_default_action_LDADD = $(common_ldflags)
- test_multi_actions_SOURCES = test-multi-actions.c
- test_multi_actions_LDADD = $(common_ldflags)
-
--test_image_SOURCES = test-image.c
--test_image_LDADD = $(common_ldflags)
--
- test_basic_SOURCES = test-basic.c
- test_basic_LDADD = $(common_ldflags)
-
-@@ -69,9 +76,6 @@ test_xy_stress_LDADD = $(common_ldflags)
- test_rtl_SOURCES = test-rtl.c
- test_rtl_LDADD = $(common_ldflags)
-
--test_persistence_SOURCES = test-persistence.c
--test_persistence_LDADD = $(common_ldflags)
--
- EXTRA_DIST = applet-critical.png
-
- -include $(top_srcdir)/git.mk
---
-1.7.3.3
-
diff --git a/x11-libs/libnotify/libnotify-0.4.5.ebuild b/x11-libs/libnotify/libnotify-0.4.5.ebuild
deleted file mode 100644
index 6bc571a..0000000
--- a/x11-libs/libnotify/libnotify-0.4.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.14 2010/03/26 16:28:15 ssuominen Exp $
-
-EAPI=2
-
-DESCRIPTION="Notifications library"
-HOMEPAGE="http://www.galago-project.org/"
-SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.6:2
- >=dev-libs/glib-2.6:2
- >=dev-libs/dbus-glib-0.76"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-PDEPEND="|| (
- x11-misc/notification-daemon
- xfce-extra/xfce4-notifyd
- x11-misc/notify-osd
- >=x11-wm/awesome-3.4.4 )"
-
-src_configure() {
- econf \
- --disable-dependency-tracking
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS
-}
diff --git a/x11-libs/libnotify/libnotify-0.5.2.ebuild b/x11-libs/libnotify/libnotify-0.5.2.ebuild
deleted file mode 100644
index e2db311..0000000
--- a/x11-libs/libnotify/libnotify-0.5.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.14 2010/03/26 16:28:15 ssuominen Exp $
-
-EAPI="3"
-
-inherit gnome.org
-
-DESCRIPTION="Notifications library"
-HOMEPAGE="http://www.galago-project.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.6:2
- >=dev-libs/glib-2.6:2
- >=dev-libs/dbus-glib-0.76"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-PDEPEND="|| (
- x11-misc/notification-daemon
- xfce-extra/xfce4-notifyd
- >=x11-wm/awesome-3.4.4 )"
-
-src_configure() {
- econf \
- --disable-static \
- --disable-dependency-tracking
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS || die "dodoc failed"
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-04 5:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-04 5:08 [gentoo-commits] proj/gnome:master commit in: profiles/, x11-libs/libnotify/files/, x11-libs/libnotify/ nirbheek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox