commit: 3cd3af17ce7dd1675cce6194b0ed22d63a42b31e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 00:32:33 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 00:32:33 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3cd3af17
x11-themes/qtcurve: Drop 0.69.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-themes/qtcurve/qtcurve-0.69.1.ebuild | 35 --------------------------------
1 file changed, 35 deletions(-)
diff --git a/x11-themes/qtcurve/qtcurve-0.69.1.ebuild
b/x11-themes/qtcurve/qtcurve-0.69.1.ebuild
deleted file mode 100644
index b3ca879c..00000000
--- a/x11-themes/qtcurve/qtcurve-0.69.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.69.1.ebuild,v
1.4 2009/11/08 19:31:13 nixnut Exp $
-
-EAPI=5
-
-# Order is important, so we get src_compile from cmake-utils.
-inherit kde-functions qt3 cmake-utils
-
-MY_P=${P/qtcurve/QtCurve-KDE3}
-
-DESCRIPTION="A set of widget styles for KDE3 based apps, also available for
GTK2 and Qt4"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="dev-qt/qt-meta:3"
-DEPEND="${RDEPEND}"
-
-need-kde 3.5
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-pkg_postinst() {
- buildsycoca
-}
-
-pkg_postrm() {
- buildsycoca
-}