diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 19:31:56 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 19:31:56 +0000 |
commit | 73f713c1d38a0440ca1f1afb6fcfcbf988d1a175 (patch) | |
tree | b3acf2e4c1b385a2fe55e4dfddbfb82ae8b6be71 /x11-misc/xwrits | |
parent | Updated monodoc dependency to 1.1.8. (diff) | |
download | historical-73f713c1d38a0440ca1f1afb6fcfcbf988d1a175.tar.gz historical-73f713c1d38a0440ca1f1afb6fcfcbf988d1a175.tar.bz2 historical-73f713c1d38a0440ca1f1afb6fcfcbf988d1a175.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xwrits')
-rw-r--r-- | x11-misc/xwrits/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xwrits/files/digest-xwrits-2.20 | 1 | ||||
-rw-r--r-- | x11-misc/xwrits/xwrits-2.20.ebuild | 30 | ||||
-rw-r--r-- | x11-misc/xwrits/xwrits-2.21.ebuild | 15 |
4 files changed, 18 insertions, 36 deletions
diff --git a/x11-misc/xwrits/ChangeLog b/x11-misc/xwrits/ChangeLog index 3bc5dba6c76a..49dfb6d928f5 100644 --- a/x11-misc/xwrits/ChangeLog +++ b/x11-misc/xwrits/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xwrits -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v 1.14 2005/10/07 15:35:05 mkennedy Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v 1.15 2006/01/21 19:20:33 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xwrits-2.20.ebuild, + xwrits-2.21.ebuild: + Fixed DEPEND for modular X. 07 Oct 2005; Matthew Kennedy <mkennedy@gentoo.org> xwrits-2.21.ebuild: Keywording ~amd64. diff --git a/x11-misc/xwrits/files/digest-xwrits-2.20 b/x11-misc/xwrits/files/digest-xwrits-2.20 deleted file mode 100644 index 44f330642fe7..000000000000 --- a/x11-misc/xwrits/files/digest-xwrits-2.20 +++ /dev/null @@ -1 +0,0 @@ -MD5 9b905b15fcec97dc2a87599273636343 xwrits-2.20.tar.gz 132402 diff --git a/x11-misc/xwrits/xwrits-2.20.ebuild b/x11-misc/xwrits/xwrits-2.20.ebuild deleted file mode 100644 index 49475b6108e7..000000000000 --- a/x11-misc/xwrits/xwrits-2.20.ebuild +++ /dev/null @@ -1,30 +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/xwrits/xwrits-2.20.ebuild,v 1.11 2005/05/17 16:29:27 pyrania Exp $ - -DESCRIPTION="Xwrits reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury." - -SRC_URI="http://www.lcdf.org/xwrits/xwrits-2.20.tar.gz" -HOMEPAGE="http://www.lcdf.org/xwrits/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc " -IUSE="" - -DEPEND="virtual/x11" - -src_compile() { - - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - assert - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc GESTURES NEWS README -} diff --git a/x11-misc/xwrits/xwrits-2.21.ebuild b/x11-misc/xwrits/xwrits-2.21.ebuild index 47d394813cbc..a8a592dfbcca 100644 --- a/x11-misc/xwrits/xwrits-2.21.ebuild +++ b/x11-misc/xwrits/xwrits-2.21.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/xwrits/xwrits-2.21.ebuild,v 1.14 2005/10/07 15:35:05 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.21.ebuild,v 1.15 2006/01/21 19:20:33 nelchael Exp $ DESCRIPTION="Xwrits reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury." HOMEPAGE="http://www.lcdf.org/xwrits/" @@ -11,7 +11,16 @@ LICENSE="GPL-2" KEYWORDS="ppc sparc x86 ~amd64" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXinerama ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xineramaproto ) + virtual/x11 )" src_compile() { econf || die |