summaryrefslogtreecommitdiff
path: root/kde-misc/quanta
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/quanta')
-rwxr-xr-xkde-misc/quanta/Manifest1
-rw-r--r--kde-misc/quanta/quanta-9999.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-misc/quanta/Manifest b/kde-misc/quanta/Manifest
deleted file mode 100755
index 7f9dbaa..0000000
--- a/kde-misc/quanta/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD quanta-9999.ebuild 1128 SHA256 a33b640e9563e1b33980cf082ddbb8ecbcb9fdc6bef3192a1cdec254278cf0d6 SHA512 7611c3957300d6fa591aea6c1712e17df6890d865d9ef67de631be37270be41bbbe07977531c0df74e5512db8c9c15e0d49978a53ae7ffcf5df0066f41e4137c WHIRLPOOL 3f645b6c02456c68537aa28bb9c48abdfe6a9e5a03e5a4b97116af053a790e831e3ecc1a9cf49eb05efecf637f17b786456f06e5505296b074e88c6f0c453770
diff --git a/kde-misc/quanta/quanta-9999.ebuild b/kde-misc/quanta/quanta-9999.ebuild
deleted file mode 100644
index 8756fb4..0000000
--- a/kde-misc/quanta/quanta-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.9.8.ebuild,v 1.5 2011/06/01 19:51:19 ranger Exp $
-
-EAPI=5
-
-KDE_SCM="git"
-
-inherit kde4-base git-2
-
-DESCRIPTION="KDE: Quanta Plus Web Development Environment"
-HOMEPAGE="https://projects.kde.org/projects/playground/devtools/quanta/repository"
-
-EGIT_REPO_URI="git://anongit.kde.org/quanta"
-
-# set specific git revision
-#EGIT_OPTIONS="reset --hard 0c5e148757a88786e730841112e6e862839d0e6b"
-
-#SRC_URI="http://anongit.kde.org/quanta/quanta_20120113043238_sha1-0c5e148757a88786e730841112e6e862839d0e6b.tar.gz"
-
-RESTRICT="mirror"
-
-KEYWORDS="~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/libxslt
- dev-libs/libxml2
- >=kde-base/kdelibs-4.7.4
- sys-devel/flex
- >=dev-libs/qjson-0.7.1
- =dev-util/kdevelop-9999
- =dev-util/kdevplatform-9999
- =dev-util/kdevelop-pg-qt-9999
- =dev-util/kdevelop-php-9999"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-#src_unpack() {
-# unpack $A
-# cd "${S}"
-# ./initrepo.sh
-#}