diff options
author | 2007-01-22 00:12:07 +0000 | |
---|---|---|
committer | 2007-01-22 00:12:07 +0000 | |
commit | f026346c2e2a53b47cd6b33faff8bf35d12e8c45 (patch) | |
tree | 7868c9b9be2324dd641e0e07060ae16abfd5b1e2 /xfce-extra | |
parent | Added xfce-extra/xfce4-fsguard (diff) | |
download | gentoo-2-f026346c2e2a53b47cd6b33faff8bf35d12e8c45.tar.gz gentoo-2-f026346c2e2a53b47cd6b33faff8bf35d12e8c45.tar.bz2 gentoo-2-f026346c2e2a53b47cd6b33faff8bf35d12e8c45.zip |
Version bump.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'xfce-extra')
4 files changed, 46 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-fsguard/ChangeLog b/xfce-extra/xfce4-fsguard/ChangeLog index 6e308b06dd80..14bf4b3a3ce5 100644 --- a/xfce-extra/xfce4-fsguard/ChangeLog +++ b/xfce-extra/xfce4-fsguard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-fsguard -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard/ChangeLog,v 1.6 2006/12/12 04:06:46 nichoj Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard/ChangeLog,v 1.7 2007/01/22 00:12:07 nichoj Exp $ + +*xfce4-fsguard-0.3.0 (22 Jan 2007) + + 22 Jan 2007; Joshua Nichols <nichoj@gentoo.org> + +files/xfce4-fsguard-0.3.0-asneeded.patch, +xfce4-fsguard-0.3.0.ebuild: + Version bump. 12 Dec 2006; Joshua Nichols <nichoj@gentoo.org> -xfce4-fsguard-0.2.0-r1.ebuild: diff --git a/xfce-extra/xfce4-fsguard/files/digest-xfce4-fsguard-0.3.0 b/xfce-extra/xfce4-fsguard/files/digest-xfce4-fsguard-0.3.0 new file mode 100644 index 000000000000..9dc666e8f96c --- /dev/null +++ b/xfce-extra/xfce4-fsguard/files/digest-xfce4-fsguard-0.3.0 @@ -0,0 +1,3 @@ +MD5 27770ad4c4b737bfb0f3fb2457b33729 xfce4-fsguard-plugin-0.3.0.tar.bz2 113601 +RMD160 7989c2209b0f363cc4a2ac778d8ea627fa22378e xfce4-fsguard-plugin-0.3.0.tar.bz2 113601 +SHA256 3d774ea45202afbc8f879d7f2fe9373168bcb53134855b16783b49fa5d71062e xfce4-fsguard-plugin-0.3.0.tar.bz2 113601 diff --git a/xfce-extra/xfce4-fsguard/files/xfce4-fsguard-0.3.0-asneeded.patch b/xfce-extra/xfce4-fsguard/files/xfce4-fsguard-0.3.0-asneeded.patch new file mode 100644 index 000000000000..b79415dda17d --- /dev/null +++ b/xfce-extra/xfce4-fsguard/files/xfce4-fsguard-0.3.0-asneeded.patch @@ -0,0 +1,12 @@ +diff -ur xfce4-fsguard-plugin-0.3.0.orig/panel-plugin/Makefile.am xfce4-fsguard-plugin-0.3.0/panel-plugin/Makefile.am +--- xfce4-fsguard-plugin-0.3.0.orig/panel-plugin/Makefile.am 2005-10-11 10:45:34.000000000 +0300 ++++ xfce4-fsguard-plugin-0.3.0/panel-plugin/Makefile.am 2007-01-21 23:21:51.000000000 +0200 +@@ -5,7 +5,7 @@ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + @LIBXFCE4PANEL_CFLAGS@ + +-xfce4_fsguard_plugin_LDFLAGS = \ ++xfce4_fsguard_plugin_LDADD = \ + @LIBXFCE4PANEL_LIBS@ + + xfce4_fsguard_plugin_SOURCES = \ diff --git a/xfce-extra/xfce4-fsguard/xfce4-fsguard-0.3.0.ebuild b/xfce-extra/xfce4-fsguard/xfce4-fsguard-0.3.0.ebuild new file mode 100644 index 000000000000..b2839d89ae62 --- /dev/null +++ b/xfce-extra/xfce4-fsguard/xfce4-fsguard-0.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard/xfce4-fsguard-0.3.0.ebuild,v 1.1 2007/01/22 00:12:07 nichoj Exp $ + +WANT_AUTOCONF=latest +WANT_AUTOMAKE=latest + +inherit xfce44 eutils autotools + +xfce44_beta +xfce44_goodies_panel_plugin + +DESCRIPTION="Xfce4 panel fsguard plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=">=xfce-extra/xfce4-dev-tools-4.3.99" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch ${FILESDIR}/${P}-asneeded.patch + AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf +} |