diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-05-10 15:30:55 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-05-10 15:30:55 +0000 |
commit | 4686c811bad2a440b71c3bc6a1eea386c85b9494 (patch) | |
tree | 203f2e78ec71b42bbd5e2d2598a6c491e31acc7a /x11-misc | |
parent | removed Qt 2 support (diff) | |
download | historical-4686c811bad2a440b71c3bc6a1eea386c85b9494.tar.gz historical-4686c811bad2a440b71c3bc6a1eea386c85b9494.tar.bz2 historical-4686c811bad2a440b71c3bc6a1eea386c85b9494.zip |
we don't support Qt 2 anymore, #79720
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfontselector/ChangeLog | 27 | ||||
-rw-r--r-- | x11-misc/xfontselector/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/xfontselector/files/digest-xfontselector-0.9.2 | 1 | ||||
-rw-r--r-- | x11-misc/xfontselector/files/xfontselector-gentoo.diff | 29 | ||||
-rw-r--r-- | x11-misc/xfontselector/files/xfontselector.1 | 44 | ||||
-rw-r--r-- | x11-misc/xfontselector/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/xfontselector/xfontselector-0.9.2.ebuild | 32 |
7 files changed, 0 insertions, 144 deletions
diff --git a/x11-misc/xfontselector/ChangeLog b/x11-misc/xfontselector/ChangeLog deleted file mode 100644 index 2bdef3e788d4..000000000000 --- a/x11-misc/xfontselector/ChangeLog +++ /dev/null @@ -1,27 +0,0 @@ -# ChangeLog for x11-misc/xfontselector -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfontselector/ChangeLog,v 1.11 2004/06/24 22:40:59 agriffis Exp $ - - 14 Jun 2004; <pyrania@gentoo.org> xfontselector-0.9.2.ebuild: - Added IUSE. - - 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]. - - 03 Nov 2003; Abhishek Amit <abhishek@gentoo.org> metadata.xml: - Added metadata.xml - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*xfontselector-0.9.2 (2 May 2002) - - 20 Oct 2002; Calum Selkirk <cselkirk@gentoo.org> xfontselector-0.9.2.ebuild : - - Added ppc to KEYWORDS. - - 2 May 2002; Dan Armak <danarmak@gentoo.org> - - Initial ebuild. User submission (by Kingsqueak, bug #1761). diff --git a/x11-misc/xfontselector/Manifest b/x11-misc/xfontselector/Manifest deleted file mode 100644 index e942a974f3f1..000000000000 --- a/x11-misc/xfontselector/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 e9d3e0225d92203b0ecea1ba4bb34237 xfontselector-0.9.2.ebuild 861 -MD5 32f986997c13b125e54152f7825bf92e ChangeLog 984 -MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 -MD5 7e7a7401267cc91c7811d80f9ed1836b files/xfontselector.1 1489 -MD5 3040cd38f72daa66b1fa096450fcd9d7 files/digest-xfontselector-0.9.2 69 -MD5 220d2b6d6e8b19cbca9f705ad2a44436 files/xfontselector-gentoo.diff 790 diff --git a/x11-misc/xfontselector/files/digest-xfontselector-0.9.2 b/x11-misc/xfontselector/files/digest-xfontselector-0.9.2 deleted file mode 100644 index 16e8aa09ea45..000000000000 --- a/x11-misc/xfontselector/files/digest-xfontselector-0.9.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 f0ef13cd503fc31d0a0430f47ff745f6 xfontselector-0.9-2.tar.gz 7222 diff --git a/x11-misc/xfontselector/files/xfontselector-gentoo.diff b/x11-misc/xfontselector/files/xfontselector-gentoo.diff deleted file mode 100644 index 72fe0cad2cb3..000000000000 --- a/x11-misc/xfontselector/files/xfontselector-gentoo.diff +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.orig Tue Dec 4 04:11:43 2001 -+++ Makefile Mon Apr 22 15:56:29 2002 -@@ -1,14 +1,10 @@ - # If QTDIR is unset - set it to the place where qt library resides - # (like /usr/lib-qt-2.3.1 ) - # If moc can not be found -- search for it in proper QTDIR -+QTDIR=/usr/qt/2 -+PREFIX=/usr/X11R6 -+CXXFLAGS+= -DNO_DEBUG -I${QTDIR}/include - -- --CXXFLAGS=-DDEBUG -g --CXXFLAGS=-DNO_DEBUG -O2 -- --CXXFLAGS+= -pipe -I${QTDIR}/include -- --#LFLAGS= -static - LFLAGS+= -L${QTDIR}/lib -L/usr/X11R6/lib - - LIBS= -lXext -lX11 -lm -lqt -@@ -23,7 +19,7 @@ - moc_xfontselector.o: moc_xfontselector.cpp xfontselector.h - - moc_xfontselector.cpp: xfontselector.h -- moc xfontselector.h -o moc_xfontselector.cpp -+ ${QTDIR}/bin/moc xfontselector.h -o moc_xfontselector.cpp - - clean: - -rm -f *.o moc_xfontselector.cpp diff --git a/x11-misc/xfontselector/files/xfontselector.1 b/x11-misc/xfontselector/files/xfontselector.1 deleted file mode 100644 index 5db3be7810ee..000000000000 --- a/x11-misc/xfontselector/files/xfontselector.1 +++ /dev/null @@ -1,44 +0,0 @@ -xfontselector(1) Linux Reference Manual xfontselector(1) - - - -TTIITTLLEE - xfontselector -- X interface font chooser - -NNAAMMEE - xxffoonnttsseelleeccttoorr - - -SSYYNNOOPPSSIISS - xfontselector (best run from an _x_t_e_r_m) - -DDEESSCCRRIIPPTTIIOONN - xfontselector is a handy utility designed with purpose of - easing the selection of fonts for use in .Xdefaults or - other configuration files. The intent is to provide a much - nicer interface than xfontsel. - - Start by resizing the main program window for your conven- - ience. - - Next, select whether font should be scalable or not, - select acceptable font sizes, widths, slants, heights and - names. To view your selection, click Show, a list of fonts - matching the criteria should appear on the right together - with some test text (may not fit fully in the window). - - Select the fonts You like the most and click Print. - - The final list of fonts will appear in the terminal from - which the program was started. The header will be Selected - fonts. Cut and paste those font names to .Xdefaults and - other places according to your needs. - -NNOOTTEESS - Version 0.9.2 - Author Jacek Pliszka <kubus@users.sourceforge.net> - Project Site: http://xfontselector.sourceforge.net/ - - - -kingsqueak@kingsqueak.org April 16, 2002 xfontselector(1) diff --git a/x11-misc/xfontselector/metadata.xml b/x11-misc/xfontselector/metadata.xml deleted file mode 100644 index 731225048652..000000000000 --- a/x11-misc/xfontselector/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>desktop-misc</herd> -</pkgmetadata> diff --git a/x11-misc/xfontselector/xfontselector-0.9.2.ebuild b/x11-misc/xfontselector/xfontselector-0.9.2.ebuild deleted file mode 100644 index 1b8d5f2dcea3..000000000000 --- a/x11-misc/xfontselector/xfontselector-0.9.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.13 2004/06/24 22:40:59 agriffis 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 ~amd64" -IUSE="" -SLOT="0" -LICENSE="GPL-2" -DEPEND="=x11-libs/qt-2* - virtual/x11 - media-libs/jpeg - media-libs/lcms - media-libs/libmng - media-libs/libpng - sys-devel/gcc - sys-libs/glibc - sys-libs/zlib" - -src_compile() { - patch Makefile ${FILESDIR}/xfontselector-gentoo.diff || die - emake || die -} - -src_install () { - dobin xfontselector || die - doman ${FILESDIR}/xfontselector.1 -} |