diff options
author | Johannes Huber <johu@gentoo.org> | 2015-09-17 12:10:24 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-09-17 12:23:17 +0200 |
commit | 1aaacd46299e98bc33e289f2ff4101684b7fa479 (patch) | |
tree | 89d4b29f4a3d22098d4bbe57b94b6399d2f94111 /dev-util | |
parent | kde-misc/akonadi-google: Remove package (diff) | |
download | gentoo-1aaacd46299e98bc33e289f2ff4101684b7fa479.tar.gz gentoo-1aaacd46299e98bc33e289f2ff4101684b7fa479.tar.bz2 gentoo-1aaacd46299e98bc33e289f2ff4101684b7fa479.zip |
dev-util/plasmate: Remove package
Last rited on 2015/08/13.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/plasmate/Manifest | 1 | ||||
-rw-r--r-- | dev-util/plasmate/metadata.xml | 10 | ||||
-rw-r--r-- | dev-util/plasmate/plasmate-1.0.ebuild | 30 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-util/plasmate/Manifest b/dev-util/plasmate/Manifest deleted file mode 100644 index 86a39644712f..000000000000 --- a/dev-util/plasmate/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasmate-1.0.tar.gz 288285 SHA256 5e9486a76faf7fbf11ac0a9c8275eea7b037662508217928f052434d65611e28 SHA512 6e61e3274ee5cc74ea18e64484077e609d146f10ff0a82cdbd9776657487724fdfc0ace09dfa36ae8d46e7c03f67411eb92e38e065b6c750d5ca5f91a91901d2 WHIRLPOOL 3bc5edaf48e48c46c4aa4ba1a82c7ed9be3d301bfc9a6d433443d7953ed78600ece76fb778d47be2908260000aeb91dbc8a747a82a5af173873d20fcff9c2fd7 diff --git a/dev-util/plasmate/metadata.xml b/dev-util/plasmate/metadata.xml deleted file mode 100644 index 01b2427df4a5..000000000000 --- a/dev-util/plasmate/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>kde</herd> - <maintainer> - <email>terietor@gmail.com</email> - <name>Giorgos Tsiapaliwkas</name> - <description>A small IDE taylored for development of Plasma components.</description> - </maintainer> -</pkgmetadata> diff --git a/dev-util/plasmate/plasmate-1.0.ebuild b/dev-util/plasmate/plasmate-1.0.ebuild deleted file mode 100644 index 6945310fa1c3..000000000000 --- a/dev-util/plasmate/plasmate-1.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DECLARATIVE_REQUIRED="always" -inherit kde4-base - -DESCRIPTION="IDE for writing KDE Plasma/KWin components (themes, Plasmoids, runners, data engines)" -HOMEPAGE="https://projects.kde.org/projects/extragear/sdk/plasmate" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - app-crypt/gpgme - dev-libs/libattica - dev-libs/soprano - $(add_kdebase_dep kdepimlibs) - $(add_kdeapps_dep knewstuff) -" - -RDEPEND=" - ${DEPEND} - dev-vcs/git -" |