diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:18:06 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:18:06 +0000 |
commit | f7ccceea325bebd47ce8ec25e1a7705085cc0e62 (patch) | |
tree | cb6255c17aec61f0b953bfe0ff90a9ae19d4e55d /x11-misc | |
parent | More fixing of the installation of i8kmon (diff) | |
download | gentoo-2-f7ccceea325bebd47ce8ec25e1a7705085cc0e62.tar.gz gentoo-2-f7ccceea325bebd47ce8ec25e1a7705085cc0e62.tar.bz2 gentoo-2-f7ccceea325bebd47ce8ec25e1a7705085cc0e62.zip |
Fixed DEPEND for modular X, removed old version.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/autocutsel/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/autocutsel/autocutsel-0.6.2.ebuild | 20 | ||||
-rw-r--r-- | x11-misc/autocutsel/autocutsel-0.8.0.ebuild | 15 | ||||
-rw-r--r-- | x11-misc/autocutsel/files/digest-autocutsel-0.6.2 | 1 |
4 files changed, 17 insertions, 27 deletions
diff --git a/x11-misc/autocutsel/ChangeLog b/x11-misc/autocutsel/ChangeLog index f8843eb4f77a..1125ef48f7f8 100644 --- a/x11-misc/autocutsel/ChangeLog +++ b/x11-misc/autocutsel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/autocutsel -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/ChangeLog,v 1.15 2005/11/11 23:17:28 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/ChangeLog,v 1.16 2006/01/15 16:18:06 nelchael Exp $ + + 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + -autocutsel-0.6.2.ebuild, autocutsel-0.8.0.ebuild: + Fixed DEPEND for modular X, removed old version. 11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> autocutsel-0.8.0.ebuild: diff --git a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild b/x11-misc/autocutsel/autocutsel-0.6.2.ebuild deleted file mode 100644 index 05facbac1fde..000000000000 --- a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.6.2.ebuild,v 1.12 2005/11/01 13:41:02 nelchael Exp $ - -DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications" -HOMEPAGE="http://www.lepton.fr/tools/autocutsel/" -SRC_URI="http://www.lepton.fr/tools/autocutsel/${P}.tar.gz" -IUSE="" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc ppc" - -DEPEND="virtual/libc - virtual/x11" - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/x11-misc/autocutsel/autocutsel-0.8.0.ebuild b/x11-misc/autocutsel/autocutsel-0.8.0.ebuild index ee66f134df5c..6c38ed23c17e 100644 --- a/x11-misc/autocutsel/autocutsel-0.8.0.ebuild +++ b/x11-misc/autocutsel/autocutsel-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.8.0.ebuild,v 1.4 2005/11/11 23:17:28 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.8.0.ebuild,v 1.5 2006/01/15 16:18:06 nelchael Exp $ DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications" HOMEPAGE="http://www.lepton.fr/tools/autocutsel/" @@ -10,8 +10,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc sparc x86" -DEPEND="virtual/libc - virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXaw + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_install() { make DESTDIR=${D} install || die diff --git a/x11-misc/autocutsel/files/digest-autocutsel-0.6.2 b/x11-misc/autocutsel/files/digest-autocutsel-0.6.2 deleted file mode 100644 index 5d4a8337b207..000000000000 --- a/x11-misc/autocutsel/files/digest-autocutsel-0.6.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 6433673cff5e063e28a0d96b13393199 autocutsel-0.6.2.tar.gz 40776 |