summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-09-19 09:10:06 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-09-19 09:10:06 +0000
commit26cc47a996454b79f7c8c4422ba9b3a5e279b8f3 (patch)
treeb77a88073504a94549e81268f9cccc5d9d3f3fc3 /media-gfx
parentIntroduce install-mask, a tool to manage INSTALL_MASK setting. (diff)
downloadgentoo-2-26cc47a996454b79f7c8c4422ba9b3a5e279b8f3.tar.gz
gentoo-2-26cc47a996454b79f7c8c4422ba9b3a5e279b8f3.tar.bz2
gentoo-2-26cc47a996454b79f7c8c4422ba9b3a5e279b8f3.zip
remove old ebuild
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/wally/ChangeLog5
-rw-r--r--media-gfx/wally/wally-2.3.2.ebuild57
2 files changed, 4 insertions, 58 deletions
diff --git a/media-gfx/wally/ChangeLog b/media-gfx/wally/ChangeLog
index 70a79ae01640..47aaf9c77d9c 100644
--- a/media-gfx/wally/ChangeLog
+++ b/media-gfx/wally/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/wally
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.36 2011/09/18 21:37:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.37 2011/09/19 09:10:06 hwoarang Exp $
+
+ 19 Sep 2011; Markos Chandras <hwoarang@gentoo.org> -wally-2.3.2.ebuild:
+ ^
18 Sep 2011; Markus Meier <maekke@gentoo.org> wally-2.4.1.ebuild:
x86 stable, bug #382479
diff --git a/media-gfx/wally/wally-2.3.2.ebuild b/media-gfx/wally/wally-2.3.2.ebuild
deleted file mode 100644
index 46b628487f81..000000000000
--- a/media-gfx/wally/wally-2.3.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild,v 1.8 2011/06/01 15:40:40 hwoarang Exp $
-
-EAPI=3
-KDE_REQUIRED="optional"
-inherit kde4-base
-
-DESCRIPTION="A Qt4/KDE4 wallpaper changer"
-HOMEPAGE="http://www.becrux.com/index.php?page=projects&name=wally"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug kde"
-
-DEPEND="
- media-libs/libexif
- x11-libs/qt-svg:4
- x11-libs/qt-dbus:4
- x11-libs/qt-sql:4
- kde? ( $(add_kdebase_dep kdelibs) )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.2.0-disable_popup.patch"
- "${FILESDIR}/${P}-disable-plugins.patch"
-)
-
-src_prepare() {
- kde4-base_src_prepare
- use kde || epatch "${FILESDIR}/${PN}-2.2.0-disable-kde4.patch"
-}
-
-src_configure() {
- mycmakeargs=(
- -DSTATIC=FALSE
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- newicon "${S}"/res/images/idle.png wally.png || die
- make_desktop_entry wally Wally wally "Graphics;Qt"
-}
-
-pkg_postinst() {
- if use kde; then
- elog
- elog "In order to use wallyplugin you need to"
- elog "restart plasma in your KDE4 enviroment."
- elog
- fi
-}