summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/krecipes/krecipes-0.6.2.ebuild')
-rw-r--r--kde-misc/krecipes/krecipes-0.6.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-misc/krecipes/krecipes-0.6.2.ebuild b/kde-misc/krecipes/krecipes-0.6.2.ebuild
deleted file mode 100644
index 9038bb6e72c5..000000000000
--- a/kde-misc/krecipes/krecipes-0.6.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-0.6.2.ebuild,v 1.1 2005/01/19 20:05:11 greg_g Exp $
-
-inherit kde
-
-DESCRIPTION="A KDE Recipe Tool"
-HOMEPAGE="http://krecipes.sourceforge.net"
-SRC_URI="mirror://sourceforge/krecipes/${PN}_beta_${PV}.tar.gz"
-
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc ~amd64"
-IUSE="sqlite mysql"
-
-DEPEND="sqlite? ( dev-db/sqlite )"
-RDEPEND="${DEPEND}
- mysql? ( dev-db/mysql )"
-
-need-kde 3
-
-pkg_setup() {
- if ! use sqlite && ! use mysql; then
- eerror krecipes needs either SQLite or MySQL to work,
- eerror please try again with USE=\"sqlite\" or USE=\"mysql\".
- die
- fi
-}