diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-01 15:59:08 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-01 15:59:08 +0000 |
commit | b290a43a17247460b5a1f3da95263b56c94fe6a1 (patch) | |
tree | 1e247d52dd09ecaed7db832821e7fa01bb4a3434 /xfce-base/xfce4-panel | |
parent | Marked ~amd64. (diff) | |
download | historical-b290a43a17247460b5a1f3da95263b56c94fe6a1.tar.gz historical-b290a43a17247460b5a1f3da95263b56c94fe6a1.tar.bz2 historical-b290a43a17247460b5a1f3da95263b56c94fe6a1.zip |
cleanup
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'xfce-base/xfce4-panel')
7 files changed, 0 insertions, 125 deletions
diff --git a/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.99.2 b/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.99.2 deleted file mode 100644 index 9013d9d4ab69..000000000000 --- a/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a56ff2ea330374d1dc867813bc7863f3 xfce4-panel-4.1.99.2.tar.gz 1224120 diff --git a/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.99.3 b/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.99.3 deleted file mode 100644 index 96d68f7311f0..000000000000 --- a/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.99.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee8c4528cfa9092917fe724b30b2cde5 xfce4-panel-4.1.99.3.tar.gz 1199904 diff --git a/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.99.3-r1 b/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.99.3-r1 deleted file mode 100644 index 96d68f7311f0..000000000000 --- a/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.99.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee8c4528cfa9092917fe724b30b2cde5 xfce4-panel-4.1.99.3.tar.gz 1199904 diff --git a/xfce-base/xfce4-panel/files/getc.patch b/xfce-base/xfce4-panel/files/getc.patch deleted file mode 100644 index 7777c33e0136..000000000000 --- a/xfce-base/xfce4-panel/files/getc.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- panel/main.c.orig 2004-10-06 -10:25:08.000000000 +0200 -+++ panel/main.c 2004-12-14 -08:55:53.849841352 +0100 -@@ -316,7 +316,8 @@ - const char *old_subdir, const char *old_file, - const char *new_subdir, const char *new_file) - { -- char *old, *new, *path, c; -+ char *old, *new, *path; -+ int c; - FILE *r, *w; - GError *error = NULL; - ---- panel/xfce_support.c.orig 2004-11-10 -10:36:45.000000000 +0100 -+++ panel/xfce_support.c 2004-12-14 -08:55:53.887835576 +0100 -@@ -194,7 +194,8 @@ - { - FILE *fp; - FILE *bakfp; -- char bakfile[MAXSTRLEN + 1], c; -+ char bakfile[MAXSTRLEN + 1]; -+ int c; - - snprintf (bakfile, MAXSTRLEN, "%s.bak", path); - ---- settings/xfce_settings_plugin.c.orig -2004-12-14 08:56:28.720540200 +0100 -+++ settings/xfce_settings_plugin.c -2004-12-14 08:56:43.271328144 +0100 -@@ -100,7 +100,8 @@ - const char *old_subdir, const char *old_file, - const char *new_subdir, const char *new_file) - { -- char *old, *new, *path, c; -+ char *old, *new, *path; -+ int c; - FILE *r, *w; - GError *error = NULL; diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.1.99.2.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.1.99.2.ebuild deleted file mode 100644 index b69a8e0fc929..000000000000 --- a/xfce-base/xfce4-panel/xfce4-panel-4.1.99.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.1.99.2.ebuild,v 1.4 2005/01/02 16:18:55 bcowan Exp $ - -inherit eutils - -DESCRIPTION="Xfce 4 panel" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="virtual/x11 - >=x11-libs/gtk+-2.2* - dev-libs/libxml2 - gnome-base/librsvg - x11-libs/startup-notification - =xfce-base/libxfce4util-${PV} - =xfce-base/libxfcegui4-${PV} - =xfce-base/libxfce4mcs-${PV} - =xfce-base/xfce-mcs-manager-${PV}" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile () { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/getc.patch - - econf - emake -} - -src_install () { - make DESTDIR=${D} install || die - dodoc ChangeLog* AUTHORS README* TODO* -} diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.1.99.3-r1.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.1.99.3-r1.ebuild deleted file mode 100644 index 4ca18a22b1af..000000000000 --- a/xfce-base/xfce4-panel/xfce4-panel-4.1.99.3-r1.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.1.99.3-r1.ebuild,v 1.2 2005/01/10 17:56:29 bcowan Exp $ - -DESCRIPTION="Xfce 4 panel" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" - -XRDEPEND="gnome-base/librsvg" - -inherit xfce4 diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.1.99.3.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.1.99.3.ebuild deleted file mode 100644 index 290d51824477..000000000000 --- a/xfce-base/xfce4-panel/xfce4-panel-4.1.99.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.1.99.3.ebuild,v 1.1 2005/01/02 16:18:55 bcowan Exp $ - -inherit eutils - -DESCRIPTION="Xfce 4 panel" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="virtual/x11 - >=x11-libs/gtk+-2.2* - dev-libs/libxml2 - gnome-base/librsvg - x11-libs/startup-notification - =xfce-base/libxfce4util-${PV} - =xfce-base/libxfcegui4-${PV} - =xfce-base/libxfce4mcs-${PV} - =xfce-base/xfce-mcs-manager-${PV}" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install () { - make DESTDIR=${D} install || die - dodoc ChangeLog* AUTHORS README* TODO* -} |