summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/cups-windows')
-rw-r--r--net-print/cups-windows/ChangeLog8
-rw-r--r--net-print/cups-windows/cups-windows-6.0.ebuild20
2 files changed, 6 insertions, 22 deletions
diff --git a/net-print/cups-windows/ChangeLog b/net-print/cups-windows/ChangeLog
index 12b59f4f877e..735286042e98 100644
--- a/net-print/cups-windows/ChangeLog
+++ b/net-print/cups-windows/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-print/cups-windows
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups-windows/ChangeLog,v 1.12 2012/04/23 17:31:54 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups-windows/ChangeLog,v 1.13 2013/12/26 00:14:21 dilfridge Exp $
+
+ 26 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ -cups-windows-6.0.ebuild:
+ Remove old
23 Apr 2012; Michał Górny <mgorny@gentoo.org> cups-windows-6.0.ebuild,
cups-windows-6.0-r1.ebuild:
diff --git a/net-print/cups-windows/cups-windows-6.0.ebuild b/net-print/cups-windows/cups-windows-6.0.ebuild
deleted file mode 100644
index 9942f5855743..000000000000
--- a/net-print/cups-windows/cups-windows-6.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups-windows/cups-windows-6.0.ebuild,v 1.5 2012/04/23 17:31:54 mgorny Exp $
-
-DESCRIPTION="CUPS PostScript Driver for Windows"
-HOMEPAGE="http://www.cups.org/links.php?V4"
-SRC_URI="mirror://easysw/cups/windows/${P}-source.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=net-print/cups-1.2"
-DEPEND="${RDEPEND}"
-
-src_install() {
- emake install BUILDROOT="${D}" || die
- dodoc README.txt
-}