summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-02-03 23:24:39 +0000
committerSamuli Suominen <drac@gentoo.org>2007-02-03 23:24:39 +0000
commitef622a51152757537d60b37812e5a6315e871f29 (patch)
treec725cd2eb795044abc9421c91ff5aa6b0c001c68 /xfce-extra/xfce4-notes
parentSearch for System.map with kernel suffixes as suggested by Lloeki #165134. (diff)
downloadgentoo-2-ef622a51152757537d60b37812e5a6315e871f29.tar.gz
gentoo-2-ef622a51152757537d60b37812e5a6315e871f29.tar.bz2
gentoo-2-ef622a51152757537d60b37812e5a6315e871f29.zip
Remove old versions and a --as-needed patch merged by upstream to new version.
(Portage version: 2.1.2-r6)
Diffstat (limited to 'xfce-extra/xfce4-notes')
-rw-r--r--xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.43
-rw-r--r--xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4-r13
-rw-r--r--xfce-extra/xfce4-notes/files/xfce4-notes-1.4-asneeded.patch12
-rw-r--r--xfce-extra/xfce4-notes/xfce4-notes-1.4-r1.ebuild21
-rw-r--r--xfce-extra/xfce4-notes/xfce4-notes-1.4.ebuild11
5 files changed, 0 insertions, 50 deletions
diff --git a/xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4 b/xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4
deleted file mode 100644
index 00c487f9b839..000000000000
--- a/xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5f466f0ccb68b1f14ded77571baa1145 xfce4-notes-plugin-1.4.tar.bz2 122954
-RMD160 e1497463fd04ae792af5bbef0b9d41bb0a180642 xfce4-notes-plugin-1.4.tar.bz2 122954
-SHA256 5100bc557c17e9cfec251636cada2f6b1f2906c613cbeea4cf4f09b880c84283 xfce4-notes-plugin-1.4.tar.bz2 122954
diff --git a/xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4-r1 b/xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4-r1
deleted file mode 100644
index 00c487f9b839..000000000000
--- a/xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5f466f0ccb68b1f14ded77571baa1145 xfce4-notes-plugin-1.4.tar.bz2 122954
-RMD160 e1497463fd04ae792af5bbef0b9d41bb0a180642 xfce4-notes-plugin-1.4.tar.bz2 122954
-SHA256 5100bc557c17e9cfec251636cada2f6b1f2906c613cbeea4cf4f09b880c84283 xfce4-notes-plugin-1.4.tar.bz2 122954
diff --git a/xfce-extra/xfce4-notes/files/xfce4-notes-1.4-asneeded.patch b/xfce-extra/xfce4-notes/files/xfce4-notes-1.4-asneeded.patch
deleted file mode 100644
index b1278662de1f..000000000000
--- a/xfce-extra/xfce4-notes/files/xfce4-notes-1.4-asneeded.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur xfce4-notes-plugin-1.4.orig/panel-plugin/Makefile.am xfce4-notes-plugin-1.4/panel-plugin/Makefile.am
---- xfce4-notes-plugin-1.4.orig/panel-plugin/Makefile.am 2006-11-26 22:40:20.000000000 +0200
-+++ xfce4-notes-plugin-1.4/panel-plugin/Makefile.am 2007-01-05 19:55:47.000000000 +0200
-@@ -31,7 +31,7 @@
- @LIBXFCE4UTIL_CFLAGS@ \
- -DPACKAGE_LOCALE_DIR=\"$(localedir)\"
-
--xfce4_notes_plugin_LDFLAGS = \
-+xfce4_notes_plugin_LDADD = \
- @LIBXFCE4PANEL_LIBS@ \
- @LIBXFCEGUI4_LIBS@ \
- @LIBXFCE4UTIL_LIBS@
diff --git a/xfce-extra/xfce4-notes/xfce4-notes-1.4-r1.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-1.4-r1.ebuild
deleted file mode 100644
index b3f519fb3506..000000000000
--- a/xfce-extra/xfce4-notes/xfce4-notes-1.4-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-1.4-r1.ebuild,v 1.1 2007/01/21 17:44:07 nichoj Exp $
-
-WANT_AUTOMAKE=1.9
-WANT_AUTOCONF=latest
-
-inherit xfce44 autotools eutils
-
-DESCRIPTION="Xfce4 panel sticky notes plugin"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-xfce44_beta
-xfce44_goodies_panel_plugin
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-asneeded.patch
- eautomake
-}
diff --git a/xfce-extra/xfce4-notes/xfce4-notes-1.4.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-1.4.ebuild
deleted file mode 100644
index 557ae95d5dec..000000000000
--- a/xfce-extra/xfce4-notes/xfce4-notes-1.4.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-1.4.ebuild,v 1.1 2006/12/06 03:43:53 nichoj Exp $
-
-inherit xfce44 eutils
-
-DESCRIPTION="Xfce4 panel sticky notes plugin"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-xfce44_beta
-xfce44_goodies_panel_plugin