diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-04-11 07:45:14 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-04-11 07:45:14 +0000 |
commit | b824a1c6d85b72323b5ad60fa521052e9b125028 (patch) | |
tree | e4b7177bee1b8cf25b912f81c3a01c42c35978b4 /x11-plugins | |
parent | Wiped out older version. (diff) | |
download | gentoo-2-b824a1c6d85b72323b5ad60fa521052e9b125028.tar.gz gentoo-2-b824a1c6d85b72323b5ad60fa521052e9b125028.tar.bz2 gentoo-2-b824a1c6d85b72323b5ad60fa521052e9b125028.zip |
Wiped out older revision.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmgrabimage/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72 | 1 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/wmgrabimage-0.72.ebuild | 51 |
3 files changed, 4 insertions, 53 deletions
diff --git a/x11-plugins/wmgrabimage/ChangeLog b/x11-plugins/wmgrabimage/ChangeLog index caba94de6571..0b679be5fcce 100644 --- a/x11-plugins/wmgrabimage/ChangeLog +++ b/x11-plugins/wmgrabimage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmgrabimage # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.7 2005/04/10 11:55:03 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.8 2005/04/11 07:45:14 s4t4n Exp $ + + 11 Apr 2005; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72.ebuild: + Wiped out older revision. 10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> wmgrabimage-0.72-r1.ebuild: diff --git a/x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72 b/x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72 deleted file mode 100644 index 1655b67d1891..000000000000 --- a/x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72 +++ /dev/null @@ -1 +0,0 @@ -MD5 2cbd769b0cc909890ebdd48c2746f686 wmGrabImage-0.72.tgz 19902 diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72.ebuild deleted file mode 100644 index 1c51c25bc995..000000000000 --- a/x11-plugins/wmgrabimage/wmgrabimage-0.72.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72.ebuild,v 1.5 2005/01/28 23:47:27 s4t4n Exp $ - -inherit eutils - -IUSE="" - -MY_P=${PN/grabi/GrabI} -S=${WORKDIR}/${MY_P}-${PV}/${MY_P} - -DESCRIPTION="wmGrabImage grabs an image from the WWW and displays it" -SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${MY_P}-${PV}.tgz" -HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" - -DEPEND="virtual/x11 - >=net-misc/wget-1.9-r2 - >=media-gfx/imagemagick-5.5.7.15" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -src_unpack() -{ - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${PN}-noman.patch -} - -src_compile() -{ - emake clean || die "clean failed" - emake CFLAGS="${CFLAGS} -Wall" || die "make failed" -} - -src_install() -{ - cd ${S} - dodir /usr/bin - einstall DESTDIR="${D}/usr" || die "make install failed" - - doman wmGrabImage.1 - - cd .. - dodoc BUGS CHANGES HINTS TODO - - insinto /usr/share/applications - doins ${FILESDIR}/${PN}.desktop -} |