diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-06 16:52:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-06 16:52:31 +0000 |
commit | 9bb6630f36afd2d39909b3aefb4423076717649c (patch) | |
tree | 7f3cc90518a0f5d354980c6a5ee2b7d3552215ee /x11-misc | |
parent | Keywording for ppc. (diff) | |
download | gentoo-2-9bb6630f36afd2d39909b3aefb4423076717649c.tar.gz gentoo-2-9bb6630f36afd2d39909b3aefb4423076717649c.tar.bz2 gentoo-2-9bb6630f36afd2d39909b3aefb4423076717649c.zip |
Remove old (inheriting deprecated kde.eclass).
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fraqtive/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.3.1.ebuild | 25 | ||||
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.4.3.ebuild | 45 |
3 files changed, 0 insertions, 84 deletions
diff --git a/x11-misc/fraqtive/Manifest b/x11-misc/fraqtive/Manifest index dcb7ccaafc07..508b5678d8b7 100644 --- a/x11-misc/fraqtive/Manifest +++ b/x11-misc/fraqtive/Manifest @@ -1,18 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST fraqtive-0.3.1.tar.bz2 507994 RMD160 c23fffc4b0668c4983411309d97e23347c5d7798 SHA1 ddf927a0e4c54c6ec2701bd462c096306577afec SHA256 ab491fedeca621df778bad8d98dfd14cbf60833acaedf5f9f6f75fa070cd92c7 -DIST fraqtive-0.4.3.tar.bz2 107791 RMD160 9c578b2e0f8edb4d650dfbc289c8b06b04408ede SHA1 6958fbf8026f431170da1cba25ff6b214ab2aec2 SHA256 c884f2f6742537d5819e55d3608c76111a374f7c36179a672e70415291f021ce DIST fraqtive-0.4.4.tar.bz2 100561 RMD160 23ac8f5b6a190203787e78468750f767f9674507 SHA1 ad8b616296d89edde298c0fd757f5046f89255a2 SHA256 15aaebbc7de6583a0d6674886779fb399a1d3c860f48609b7ef59e9dac16286f -EBUILD fraqtive-0.3.1.ebuild 725 RMD160 1babe0ae69795230feeddc40bdec4c0689c84032 SHA1 4d93bb0f835382cd5206aa11b1819693e1f1edc9 SHA256 6ad625224743249cc5c2a32936e505183012c92be860c1bdac7a60af16906741 -EBUILD fraqtive-0.4.3.ebuild 934 RMD160 a8e6bd37a43cb684599f2886ee16cb15db7eb1ce SHA1 6410d103ead56edf559e124faa5ae7888f8abf65 SHA256 43dd35bb1014cebb688e420b5edc8fde1e795471b6d405f6ceeda7f758453595 EBUILD fraqtive-0.4.4.ebuild 1004 RMD160 674550203f7cbd2b3a0203c9ee16e74dffc624e6 SHA1 73145b17836d5f8f560df3ce74535308de6aa4a3 SHA256 a1df9ce42fafdf26121bcbcc536f12bdbd6cb71d6acb15c4c85072aebe2a3280 MISC ChangeLog 1412 RMD160 59b87b00f49788724290a67e998becaa63fa1488 SHA1 fc90e8a14334ee5cd5a97ef67fd33732a7b76e8f SHA256 1b20717519828fc32faab5bd7ed4b915681a3a7e096975f9e9dc2c9b150f902a MISC metadata.xml 233 RMD160 d81ec1a0582856aeac5ef3bfec5c80d9850216f6 SHA1 9b94f113e7f382076b1749c2a856e409c96cade3 SHA256 dce03f6cdd96135caf3c971a5ca4a8c916f44532fe8cfb6df88b7bdade407e8b ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAkrktAEACgkQV3J2n04EauzBYQCdFtOK+OsHKtUOnHhNMPWmYpIz -l+wAnjB8pdKeMhMaRKVnGqAEuKq3uXX4 -=NUTm ------END PGP SIGNATURE----- diff --git a/x11-misc/fraqtive/fraqtive-0.3.1.ebuild b/x11-misc/fraqtive/fraqtive-0.3.1.ebuild deleted file mode 100644 index c232fc7b2012..000000000000 --- a/x11-misc/fraqtive/fraqtive-0.3.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.3.1.ebuild,v 1.2 2007/01/20 14:54:34 drizzt Exp $ - -inherit kde - -DESCRIPTION="Fraqtive is a KDE-based program for interactively drawing Mandelbrot and Julia fractals" -HOMEPAGE="http://fraqtive.mimec.org/" -SRC_URI="http://fraqtive.mimec.org/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -pkg_setup() { - if ! built_with_use =x11-libs/qt-3* opengl; then #162926 - eerror "${PN} requires =x11-libs/qt-3* emerged with USE=opengl" - die "${PN} requires =x11-libs/qt-3* emerged with USE=opengl" - fi - - kde_pkg_setup -} - -need-kde 3.2 diff --git a/x11-misc/fraqtive/fraqtive-0.4.3.ebuild b/x11-misc/fraqtive/fraqtive-0.4.3.ebuild deleted file mode 100644 index a6e7558a199b..000000000000 --- a/x11-misc/fraqtive/fraqtive-0.4.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild,v 1.4 2009/10/06 18:04:59 ayoy Exp $ - -EAPI=1 - -inherit qt4 - -DESCRIPTION="Fraqtive is a KDE-based program for interactively drawing Mandelbrot and Julia fractals" -HOMEPAGE="http://fraqtive.mimec.org/" -SRC_URI="mirror://sourceforge/fraqtive/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="sse2" - -RDEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4" -DEPEND="${RDEPEND}" - -src_unpack() { - local conf="release" - - if use sse2; then - conf="$conf sse2" - else - conf="$conf no-sse2" - fi - - unpack ${A} - - echo "CONFIG += $conf" > "${S}"/config.pri - echo "PREFIX = /usr" >> "${S}"/config.pri -} - -src_compile() { - eqmake4 - emake || die "make failed" -} - -src_install() { - make install INSTALL_ROOT="${D}" || die "install failed" -} |