diff options
author | 2011-05-07 13:05:13 +0000 | |
---|---|---|
committer | 2011-05-07 13:05:13 +0000 | |
commit | de4ff5cd36e50dba4c9d5b148239d8049cba8f01 (patch) | |
tree | 9cc03ab55af937dcebbdad06fb126f6802e4fe89 /x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild | |
parent | Version bump for stable channel release. (diff) | |
download | gentoo-2-de4ff5cd36e50dba4c9d5b148239d8049cba8f01.tar.gz gentoo-2-de4ff5cd36e50dba4c9d5b148239d8049cba8f01.tar.bz2 gentoo-2-de4ff5cd36e50dba4c9d5b148239d8049cba8f01.zip |
Version Bump, notified by euscan
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild')
-rw-r--r-- | x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild index cf31a21c8c34..343adcee21d0 100644 --- a/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild +++ b/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild,v 1.2 2011/03/28 17:23:51 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild,v 1.3 2011/05/07 13:05:13 jlec Exp $ -EAPI=3 +EAPI=4 -DESCRIPTION="A dockapp for keeping small notes around on the desktop." +DESCRIPTION="A dockapp for keeping small notes around on the desktop" HOMEPAGE="http://wmstickynotes.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -15,8 +15,3 @@ IUSE="" DEPEND="x11-libs/gtk+:2" RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - dodoc README -} |