summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-06-25 22:11:07 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-06-25 22:11:07 +0000
commitae5314342f85085c3305430a12d739cfef85cbe5 (patch)
treeac3f87f9ae036fd6e5403e221e8a0c18edc69d88 /media-gfx
parentStable on amd64 wrt bug #316293 (diff)
downloadgentoo-2-ae5314342f85085c3305430a12d739cfef85cbe5.tar.gz
gentoo-2-ae5314342f85085c3305430a12d739cfef85cbe5.tar.bz2
gentoo-2-ae5314342f85085c3305430a12d739cfef85cbe5.zip
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/fotowall/ChangeLog6
-rw-r--r--media-gfx/fotowall/fotowall-0.7.1.ebuild29
-rw-r--r--media-gfx/fotowall/fotowall-0.8.2.ebuild35
3 files changed, 5 insertions, 65 deletions
diff --git a/media-gfx/fotowall/ChangeLog b/media-gfx/fotowall/ChangeLog
index 9100c366270a..d1c9788e09a3 100644
--- a/media-gfx/fotowall/ChangeLog
+++ b/media-gfx/fotowall/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/fotowall
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v 1.13 2010/06/15 09:36:07 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v 1.14 2010/06/25 22:11:07 hwoarang Exp $
+
+ 25 Jun 2010; Markos Chandras <hwoarang@gentoo.org> -fotowall-0.7.1.ebuild,
+ -fotowall-0.8.2.ebuild:
+ Remove old ebuilds
15 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
fotowall-0.9-r1.ebuild:
diff --git a/media-gfx/fotowall/fotowall-0.7.1.ebuild b/media-gfx/fotowall/fotowall-0.7.1.ebuild
deleted file mode 100644
index 27249925b04f..000000000000
--- a/media-gfx/fotowall/fotowall-0.7.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.7.1.ebuild,v 1.2 2009/09/29 09:24:14 maekke Exp $
-
-EAPI="2"
-
-inherit qt4
-
-DESCRIPTION="Qt4 tool for creating wallpapers"
-HOMEPAGE="http://www.qt-apps.org/content/show.php?content=71316"
-SRC_URI="http://www.qt-apps.org/CONTENT/content-files/71316-${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc"
-
-DEPEND="x11-libs/qt-svg:4
- x11-libs/qt-webkit:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- eqmake4
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "emake install failed"
- use doc && dodoc "README.markdown"
-}
diff --git a/media-gfx/fotowall/fotowall-0.8.2.ebuild b/media-gfx/fotowall/fotowall-0.8.2.ebuild
deleted file mode 100644
index 8c189a47d1a5..000000000000
--- a/media-gfx/fotowall/fotowall-0.8.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.8.2.ebuild,v 1.4 2010/03/11 17:58:32 hwoarang Exp $
-
-EAPI="2"
-
-inherit qt4-r2
-
-MY_P="${P/f/F}"
-
-DESCRIPTION="Qt4 tool for creating wallpapers"
-HOMEPAGE="http://www.enricoros.com/opensource/fotowall/"
-SRC_URI="http://fotowall.googlecode.com/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug opengl"
-
-DEPEND="x11-libs/qt-gui:4
- x11-libs/qt-svg:4
- opengl? ( x11-libs/qt-opengl:4 )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="README.markdown"
-
-src_prepare() {
- qt4-r2_src_prepare
-
- if ! use opengl; then
- sed -i "/QT += opengl/d" "${PN}.pro" || die "sed failed"
- fi
-}