diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-27 23:49:52 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-27 23:49:52 +0000 |
commit | 28c0f304fbf47c1d9f9bce33096e85428dc2d787 (patch) | |
tree | 15a7043748614415d8690c7cdabfd7ccd9fc4ab1 /media-gfx | |
parent | Stable on amd64 wrt bug #334691 (diff) | |
download | gentoo-2-28c0f304fbf47c1d9f9bce33096e85428dc2d787.tar.gz gentoo-2-28c0f304fbf47c1d9f9bce33096e85428dc2d787.tar.bz2 gentoo-2-28c0f304fbf47c1d9f9bce33096e85428dc2d787.zip |
Remove old ebuild
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/picturewall/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/picturewall/picturewall-1.0.ebuild | 30 |
2 files changed, 5 insertions, 31 deletions
diff --git a/media-gfx/picturewall/ChangeLog b/media-gfx/picturewall/ChangeLog index 28c374999cbb..fbe7eb6222d1 100644 --- a/media-gfx/picturewall/ChangeLog +++ b/media-gfx/picturewall/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/picturewall # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v 1.4 2010/07/14 13:12:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v 1.5 2010/08/27 23:49:51 hwoarang Exp $ + + 27 Aug 2010; Markos Chandras <hwoarang@gentoo.org> + -picturewall-1.0.ebuild: + Remove old ebuild 14 Jul 2010; Christian Faulhammer <fauli@gentoo.org> picturewall-1.0-r1.ebuild: diff --git a/media-gfx/picturewall/picturewall-1.0.ebuild b/media-gfx/picturewall/picturewall-1.0.ebuild deleted file mode 100644 index f88861e37f77..000000000000 --- a/media-gfx/picturewall/picturewall-1.0.ebuild +++ /dev/null @@ -1,30 +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/picturewall/picturewall-1.0.ebuild,v 1.1 2010/05/04 19:55:13 hwoarang Exp $ - -EAPI="2" - -inherit qt4-r2 -MY_PN="PictureWall" -MY_P="${MY_PN}_${PV}" - -DESCRIPTION="Qt4 picture viewer and image searching tool using google.com" -HOMEPAGE="http://www.qt-apps.org/content/show.php?content=106101" -SRC_URI="http://picturewall.googlecode.com/files/PictureWall_1.0.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=x11-libs/qt-gui-4.5.3" -DEPEND="app-arch/unzip - ${RDEPEND}" - -S="${WORKDIR}/${MY_PN}/${MY_PN}" - -src_install(){ - dobin bin/${PN} || die "dobin failed" - dodoc ReadMe || die "dodoc failed" - dohtml -r doc/html/* || die "dohtml failed" -} |