diff options
author | Daniel Solano Gómez <daniel@solanogomez.org> | 2009-10-26 10:24:46 -0500 |
---|---|---|
committer | Daniel Solano Gómez <daniel@solanogomez.org> | 2009-10-26 10:24:46 -0500 |
commit | 450620f9e1f394d7ff1b74c90572bc7168fc00bd (patch) | |
tree | cecc54e5bfcbebf79fab06f9e4aa89479a12d7b6 /net-print | |
parent | QA fixes, remove old net-fs/samab-3.0.33 (diff) | |
download | sattvik-450620f9e1f394d7ff1b74c90572bc7168fc00bd.tar.gz sattvik-450620f9e1f394d7ff1b74c90572bc7168fc00bd.tar.bz2 sattvik-450620f9e1f394d7ff1b74c90572bc7168fc00bd.zip |
Remove old ptouch-driver
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/ptouch-driver/Manifest | 2 | ||||
-rw-r--r-- | net-print/ptouch-driver/ptouch-driver-1.3.ebuild | 36 |
2 files changed, 0 insertions, 38 deletions
diff --git a/net-print/ptouch-driver/Manifest b/net-print/ptouch-driver/Manifest deleted file mode 100644 index 403f8cd..0000000 --- a/net-print/ptouch-driver/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ptouch-driver-1.3.tar.gz 127752 RMD160 f0078f1c3e5c0d1004219407b983b9f4b04ddd56 SHA1 74a00188610450fce7953a598b97fff7afaf47ff SHA256 5a1af60dfe7925af4c2870d50697c62cdd3f3b765ef6cf525e71da7d9fb9f3ba -EBUILD ptouch-driver-1.3.ebuild 884 RMD160 34159656f9255881750c95eb858a4e7d6c0b573b SHA1 58edddbe722f03ad900163c71158d22bbc5dc042 SHA256 722d2ac62a4ece7795af0753a3c09627c61a9c3f5edb63396583d03c72bdc42e diff --git a/net-print/ptouch-driver/ptouch-driver-1.3.ebuild b/net-print/ptouch-driver/ptouch-driver-1.3.ebuild deleted file mode 100644 index 221f7a4..0000000 --- a/net-print/ptouch-driver/ptouch-driver-1.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.2.ebuild,v 1.3 2009/05/16 16:03:42 calchan Exp $ - -EAPI="2" - -#inherit eutils fdo-mime linux-info python - -DESCRIPTION="CUPS/Foomatic driver for Brother P-touch label printers" -HOMEPAGE="http://www.diku.dk/hjemmesider/ansatte/panic/P-touch/" -SRC_URI="http://www.diku.dk/hjemmesider/ansatte/panic/P-touch/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="test" - -DEPEND="net-print/cups" - -RDEPEND="${DEPEND}" - -src_compile() { - emake || die "emake failed." -} - -src_install() { -# CUPSFILTERDIR="$(cups-config --serverbin)/filter" -# CUPSPPDDIR="$(cups-config --datadir)/model" - -# dodir "${CUPSFILTERDIR}" -# dodir "${CUPSPPDDIR}" - - dobin rastertoptch - emake DESTDIR="${D}" install || die "emake install failed" -} |