diff options
author | 2004-04-11 07:46:56 +0000 | |
---|---|---|
committer | 2004-04-11 07:46:56 +0000 | |
commit | 84c309f88c52985c99de5e4627278ee58ff29bb5 (patch) | |
tree | 688b3b04a595a4bcdc8cf66d5b4679379b4df25c /x11-misc/xfontselector | |
parent | (no commit message) (diff) | |
download | historical-84c309f88c52985c99de5e4627278ee58ff29bb5.tar.gz historical-84c309f88c52985c99de5e4627278ee58ff29bb5.tar.bz2 historical-84c309f88c52985c99de5e4627278ee58ff29bb5.zip |
added ~amd64 keyword and changed depend to virtual/x11
Diffstat (limited to 'x11-misc/xfontselector')
-rw-r--r-- | x11-misc/xfontselector/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xfontselector/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/xfontselector/xfontselector-0.9.2.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/xfontselector/ChangeLog b/x11-misc/xfontselector/ChangeLog index 130bc10c7090..dcd6615bae66 100644 --- a/x11-misc/xfontselector/ChangeLog +++ b/x11-misc/xfontselector/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfontselector # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfontselector/ChangeLog,v 1.8 2004/01/25 22:44:10 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfontselector/ChangeLog,v 1.9 2004/04/11 07:46:56 lv Exp $ + + 10 Apr 2004; Travis Tilley <lv@gentoo.org> xfontselector-0.9.2.ebuild: + changed xfree dependency to virtual/x11 and added ~amd64 keyword 25 Jan 2004; Markus Nigbur <pyrania@gentoo.org> xfontselector-0.9.2.ebuild: Sourceforge mirrors are a good thing[tm]. diff --git a/x11-misc/xfontselector/Manifest b/x11-misc/xfontselector/Manifest index 4eb13cf64400..393001be117d 100644 --- a/x11-misc/xfontselector/Manifest +++ b/x11-misc/xfontselector/Manifest @@ -1,6 +1,6 @@ -MD5 345bcbfed51b386a644d7a1a163554ed xfontselector-0.9.2.ebuild 858 -MD5 bb70229504394b681bdf407897653fc1 ChangeLog 771 +MD5 b39cf75a9f4d89bd0b6c2322740bdf74 ChangeLog 907 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 -MD5 7e7a7401267cc91c7811d80f9ed1836b files/xfontselector.1 1489 +MD5 27468c819f8adaf432eae0072399f579 xfontselector-0.9.2.ebuild 856 MD5 3040cd38f72daa66b1fa096450fcd9d7 files/digest-xfontselector-0.9.2 69 MD5 220d2b6d6e8b19cbca9f705ad2a44436 files/xfontselector-gentoo.diff 790 +MD5 7e7a7401267cc91c7811d80f9ed1836b files/xfontselector.1 1489 diff --git a/x11-misc/xfontselector/xfontselector-0.9.2.ebuild b/x11-misc/xfontselector/xfontselector-0.9.2.ebuild index ccbc74b9e1b2..a851a4865e6b 100644 --- a/x11-misc/xfontselector/xfontselector-0.9.2.ebuild +++ b/x11-misc/xfontselector/xfontselector-0.9.2.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfontselector/xfontselector-0.9.2.ebuild,v 1.10 2004/02/22 22:48:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfontselector/xfontselector-0.9.2.ebuild,v 1.11 2004/04/11 07:46:56 lv Exp $ MY_P="xfontselector-0.9-2" S=${WORKDIR}/${MY_P} DESCRIPTION="This is a font selector for X, much nicer than xfontsel." SRC_URI="mirror://sourceforge/xfontselector/${MY_P}.tar.gz" HOMEPAGE="http://xfontselector.sourceforge.net/" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc ~amd64" SLOT="0" LICENSE="GPL-2" DEPEND="=x11-libs/qt-2* - x11-base/xfree + virtual/x11 media-libs/jpeg media-libs/lcms media-libs/libmng |