summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-06-02 00:17:57 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-06-02 00:17:57 +0000
commit4289921da07bcb6845260508b104273e46f2c3b0 (patch)
tree86b7c942f8babcf1437b26f71d4baa51065791a2 /x11-themes
parentthis ver doesnt work on amd64 either (diff)
downloadgentoo-2-4289921da07bcb6845260508b104273e46f2c3b0.tar.gz
gentoo-2-4289921da07bcb6845260508b104273e46f2c3b0.tar.bz2
gentoo-2-4289921da07bcb6845260508b104273e46f2c3b0.zip
Removing x11-themes/plastique, moved to x11-themes/polymer.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/plastique/ChangeLog14
-rw-r--r--x11-themes/plastique/Manifest14
-rw-r--r--x11-themes/plastique/files/digest-plastique-0.31
-rw-r--r--x11-themes/plastique/metadata.xml13
-rw-r--r--x11-themes/plastique/plastique-0.3.ebuild33
5 files changed, 0 insertions, 75 deletions
diff --git a/x11-themes/plastique/ChangeLog b/x11-themes/plastique/ChangeLog
deleted file mode 100644
index 101519203c22..000000000000
--- a/x11-themes/plastique/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for x11-themes/plastique
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/plastique/ChangeLog,v 1.2 2005/05/08 13:50:04 cryos Exp $
-
- 08 May 2005; Marcus D. Hanwell <cryos@gentoo.org> plastique-0.3.ebuild:
- Remove unneeded empty DEPEND/RDEPEND.
-
-*plastique-0.3 (08 May 2005)
-
- 08 May 2005; Marcus D. Hanwell <cryos@gentoo.org> +metadata.xml,
- +plastique-0.3.ebuild:
- Initial import, based on the ebuilds by Krzysiek Pawlik
- <krzysiek.pawlik@people.pl>. Closes bug 82416.
-
diff --git a/x11-themes/plastique/Manifest b/x11-themes/plastique/Manifest
deleted file mode 100644
index 56b6797b1608..000000000000
--- a/x11-themes/plastique/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 ee9c51944e6d2fcc2fe6a67d67f040c9 plastique-0.3.ebuild 929
-MD5 0574eff49e02843ba9d6dc51911db824 ChangeLog 557
-MD5 352e9b23db43fe35a2e4db896c3812b5 metadata.xml 459
-MD5 050e1a6a624d0fb5dc9eff1163b144f0 files/digest-plastique-0.3 66
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCfhlAntT9W3vfTuoRAk1AAKCU+1TvNqcj76FJmo7cSRJnYdFAmACgmPxZ
-aJG8SfY0u4s73T++waTPoXI=
-=9hzK
------END PGP SIGNATURE-----
diff --git a/x11-themes/plastique/files/digest-plastique-0.3 b/x11-themes/plastique/files/digest-plastique-0.3
deleted file mode 100644
index b0f7b010aa4a..000000000000
--- a/x11-themes/plastique/files/digest-plastique-0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 27dcf2570c4a9f86bc7ff3d866e567dd plastique-0.3.tar.bz2 123368
diff --git a/x11-themes/plastique/metadata.xml b/x11-themes/plastique/metadata.xml
deleted file mode 100644
index 771bf12c9a36..000000000000
--- a/x11-themes/plastique/metadata.xml
+++ /dev/null
@@ -1,13 +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>cryos@gentoo.org</email>
- </maintainer>
- <longdescription>
- Plastique is a port of KDE style Plastik, which does not depend on any KDE
- libraries. This means, that you only need QT 3.x to make your QT
- applications look as if you had KDE installed.
- </longdescription>
-</pkgmetadata>
diff --git a/x11-themes/plastique/plastique-0.3.ebuild b/x11-themes/plastique/plastique-0.3.ebuild
deleted file mode 100644
index ec67f93e1e04..000000000000
--- a/x11-themes/plastique/plastique-0.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/plastique/plastique-0.3.ebuild,v 1.2 2005/05/08 13:50:04 cryos Exp $
-
-inherit kde-functions
-
-DESCRIPTION="The KDE plastik theme ported to QT3"
-HOMEPAGE="http://static.int.pl/~mig21/dev/releases/plastique/"
-SRC_URI="http://static.int.pl/~mig21/dev/releases/plastique/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="mmx sse2"
-
-need-qt 3.3
-
-src_compile() {
- local myconf
- # Have to use this syntax for enabling as configure is a little broken
- use mmx && myconf="--enable-mmx"
- use sse2 && myconf="${myconf} --enable-sse2"
- econf ${myconf} || die "econf failed."
- emake || die "emake failed."
-}
-
-src_install() {
- dobin config/plastique-config
- insopts -m0755
- insinto ${QTDIR}/plugins/styles
- doins style/libplastique*
- dodoc AUTHORS ChangeLog README TODO
-}