diff options
author | 2007-10-09 08:47:36 +0000 | |
---|---|---|
committer | 2007-10-09 08:47:36 +0000 | |
commit | 6537938c705fa89bc1045e56def7f1652a6679fc (patch) | |
tree | a282bc25b9ad86222cef7de5fb7feacbe541d711 /x11-apps/xfs | |
parent | Drop old ebuilds. (diff) | |
download | gentoo-2-6537938c705fa89bc1045e56def7f1652a6679fc.tar.gz gentoo-2-6537938c705fa89bc1045e56def7f1652a6679fc.tar.bz2 gentoo-2-6537938c705fa89bc1045e56def7f1652a6679fc.zip |
Drop old ebuilds.
(Portage version: 2.1.3.12)
Diffstat (limited to 'x11-apps/xfs')
-rw-r--r-- | x11-apps/xfs/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xfs/files/digest-xfs-1.0.2 | 3 | ||||
-rw-r--r-- | x11-apps/xfs/xfs-1.0.2.ebuild | 45 |
3 files changed, 4 insertions, 49 deletions
diff --git a/x11-apps/xfs/ChangeLog b/x11-apps/xfs/ChangeLog index 72cc44604dfe..384c64b119f0 100644 --- a/x11-apps/xfs/ChangeLog +++ b/x11-apps/xfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xfs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.46 2007/10/09 02:05:32 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.47 2007/10/09 08:47:35 dberkholz Exp $ + + 09 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; -xfs-1.0.2.ebuild: + Drop old ebuilds. 09 Oct 2007; Steve Dibb <beandog@gentoo.org> xfs-1.0.5.ebuild: amd64 stable, security bug 194606 diff --git a/x11-apps/xfs/files/digest-xfs-1.0.2 b/x11-apps/xfs/files/digest-xfs-1.0.2 deleted file mode 100644 index e3919af8a42a..000000000000 --- a/x11-apps/xfs/files/digest-xfs-1.0.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6745fe95dd43863c60f6583500f0e115 xfs-1.0.2.tar.bz2 145212 -RMD160 26a1da3822829ff92ba472d89069e12c5530beb2 xfs-1.0.2.tar.bz2 145212 -SHA256 6e5fb04920a3649565e41302b17306e5c40c9c5aa7de446e2db523c3bab92b44 xfs-1.0.2.tar.bz2 145212 diff --git a/x11-apps/xfs/xfs-1.0.2.ebuild b/x11-apps/xfs/xfs-1.0.2.ebuild deleted file mode 100644 index 2f93be74adf1..000000000000 --- a/x11-apps/xfs/xfs-1.0.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.2.ebuild,v 1.4 2006/10/10 23:55:18 dberkholz Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X font server" - -KEYWORDS="alpha amd64 arm mips ppc ppc64 s390 sh sparc x86" -IUSE="ipv6" - -RDEPEND="x11-apps/ttmkfdir - x11-libs/libFS - x11-libs/libXfont" -DEPEND="${RDEPEND} - x11-proto/fontsproto" - -CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc" - -pkg_setup() { - enewgroup xfs 33 - enewuser xfs 33 -1 /etc/X11/fs xfs -} - -src_unpack() { - x-modular_unpack_source - x-modular_patch_source - - sed -i -e "s:^configdir =.*:configdir = \$(sysconfdir)/X11/fs:g" \ - "${S}"/Makefile.am - - x-modular_reconf_source -} - -src_install() { - x-modular_src_install - - insinto /etc/X11/fs - newins "${FILESDIR}"/xfs.config config - newinitd "${FILESDIR}"/xfs.start xfs - newconfd "${FILESDIR}"/xfs.conf.d xfs -} |