diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-10 07:40:46 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-10 07:40:46 +0000 |
commit | 3696d8f41747156e469151ed8b68fd394b9965a7 (patch) | |
tree | 3281553d68f3a08d471b7555fb59b458910ec5f4 /xfce-extra | |
parent | Version bump. (diff) | |
download | gentoo-2-3696d8f41747156e469151ed8b68fd394b9965a7.tar.gz gentoo-2-3696d8f41747156e469151ed8b68fd394b9965a7.tar.bz2 gentoo-2-3696d8f41747156e469151ed8b68fd394b9965a7.zip |
Porting to modular X.
(Portage version: 2.1.2.2)
Diffstat (limited to 'xfce-extra')
4 files changed, 11 insertions, 20 deletions
diff --git a/xfce-extra/xfce4-clipman/ChangeLog b/xfce-extra/xfce4-clipman/ChangeLog index 1698b92b3357..6bc2f1a8602d 100644 --- a/xfce-extra/xfce4-clipman/ChangeLog +++ b/xfce-extra/xfce4-clipman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-clipman # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.28 2007/03/09 18:33:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.29 2007/03/10 07:40:46 drac Exp $ + + 10 Mar 2007; Samuli Suominen <drac@gentoo.org> + xfce4-clipman-0.4.1-r1.ebuild, -xfce4-clipman-0.4.1-r2.ebuild: + Porting to modular X. 09 Mar 2007; Jeroen Roovers <jer@gentoo.org> xfce4-clipman-0.8.0.ebuild: Stable for HPPA (bug #169987). diff --git a/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.4.1-r2 b/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.4.1-r2 deleted file mode 100644 index 86a48d536068..000000000000 --- a/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.4.1-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 664f6ca8500d8f240289c27d7bf4f419 xfce4-clipman-plugin-0.4.1.tar.gz 305762 -RMD160 2a474443d757b80606d5d57d1b548e02122b47f0 xfce4-clipman-plugin-0.4.1.tar.gz 305762 -SHA256 c120a80772914ea6a5da661efb8a2473bd7919d5a530867d6a4f12b9706a9df4 xfce4-clipman-plugin-0.4.1.tar.gz 305762 diff --git a/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1-r1.ebuild b/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1-r1.ebuild index d3fe61ff52fd..cecd2cd80fad 100644 --- a/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1-r1.ebuild +++ b/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1-r1.ebuild,v 1.9 2005/10/18 15:16:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1-r1.ebuild,v 1.10 2007/03/10 07:40:46 drac Exp $ -DESCRIPTION="Xfce4 panel clipboard manager plugin" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +inherit xfce42 -GOODIES_PLUGIN=1 +DESCRIPTION="Xfce4 panel clipboard manager plugin" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -inherit xfce4 +goodies_plugin diff --git a/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1-r2.ebuild b/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1-r2.ebuild deleted file mode 100644 index 9013ff359953..000000000000 --- a/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1-r2.ebuild +++ /dev/null @@ -1,10 +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-clipman/xfce4-clipman-0.4.1-r2.ebuild,v 1.9 2006/12/20 19:11:52 beandog Exp $ - -inherit xfce42 - -DESCRIPTION="Xfce4 panel clipboard manager plugin" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" - -goodies_plugin |