summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-18 14:13:48 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-18 14:13:48 +0000
commitc1c3376ab6e51d546812f213bb2c782235fb878a (patch)
tree059ea62be276b278a72dd5fa9a9398219f4df8e6 /net-misc/pxes/pxes-0.8.ebuild
parentChange to using virtual/cdrtools for bug #147880, cleaning up older ebuilds, ... (diff)
downloadhistorical-c1c3376ab6e51d546812f213bb2c782235fb878a.tar.gz
historical-c1c3376ab6e51d546812f213bb2c782235fb878a.tar.bz2
historical-c1c3376ab6e51d546812f213bb2c782235fb878a.zip
Change to using virtual/cdrtools for bug #147880, cleaning up older ebuilds, and adding dependency for virtual/cdrtools if USE=dvdr, also.
Package-Manager: portage-2.1.1
Diffstat (limited to 'net-misc/pxes/pxes-0.8.ebuild')
-rw-r--r--net-misc/pxes/pxes-0.8.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/net-misc/pxes/pxes-0.8.ebuild b/net-misc/pxes/pxes-0.8.ebuild
deleted file mode 100644
index 67f6cbc45c5d..000000000000
--- a/net-misc/pxes/pxes-0.8.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pxes/pxes-0.8.ebuild,v 1.11 2005/11/28 13:13:26 mcummings Exp $
-
-inherit perl-app
-
-IUSE="cdr"
-DESCRIPTION="PXES is a package for building thin clients using multiple types of clients"
-HOMEPAGE="http://pxes.sourceforge.net"
-SRC_URI="mirror://sourceforge/pxes/${PN}-base-i586-${PV}-9.tar.gz
- mirror://sourceforge/pxes/pxesconfig-${PV}-9.tar.gz"
-
-KEYWORDS="x86"
-
-SLOT="0"
-LICENSE="GPL-2"
-DEPEND=">=dev-lang/perl-5.8.0-r12"
-
-RDEPEND="${DEPEND}
- dev-perl/gtk-perl
- >=dev-perl/glade-perl-0.61
- sys-fs/squashfs-tools
- cdr? ( app-cdr/cdrtools )"
-
-
-dir=/opt/${P}
-Ddir=${D}/${dir}
-
-src_unpack() {
- unpack ${A} || die "Unpacking"
-# use ltsp && unpack ${PN}-ltsp-${PV}-9.tar.gz
-}
-
-src_compile() {
- cd ${WORKDIR}/pxesconfig-${PV}
- SRC_PREP="yes"
- perl Makefile.PL PREFIX=${D}/usr INSTALLDIRS=vendor DESTDIR=${D}
- perl-app_src_compile || die
-}
-
-src_install() {
- dodir ${dir}
- cd ${Ddir}
- cp -r ${S}/stock ${Ddir} || die "Copying files"
- cp -pPR ${S}/tftpboot ${D}
- dodoc Documentation/ChangeLog
- dohtml -r Documentation/html/*
- cd ${WORKDIR}/pxesconfig-${PV}
- perl-module_src_install || die
- dosym /usr/bin/cpio /bin/cpio
-}