summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-05-07 13:05:13 +0000
committerJustin Lecher <jlec@gentoo.org>2011-05-07 13:05:13 +0000
commitde4ff5cd36e50dba4c9d5b148239d8049cba8f01 (patch)
tree9cc03ab55af937dcebbdad06fb126f6802e4fe89 /x11-plugins
parentVersion bump for stable channel release. (diff)
downloadgentoo-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')
-rw-r--r--x11-plugins/wmstickynotes/ChangeLog8
-rw-r--r--x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild11
-rw-r--r--x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild17
3 files changed, 27 insertions, 9 deletions
diff --git a/x11-plugins/wmstickynotes/ChangeLog b/x11-plugins/wmstickynotes/ChangeLog
index 990c5febd1cb..732df5592074 100644
--- a/x11-plugins/wmstickynotes/ChangeLog
+++ b/x11-plugins/wmstickynotes/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/wmstickynotes
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.3 2011/03/28 17:23:51 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.4 2011/05/07 13:05:13 jlec Exp $
+
+*wmstickynotes-0.2 (07 May 2011)
+
+ 07 May 2011; Justin Lecher <jlec@gentoo.org> wmstickynotes-0.1.ebuild,
+ +wmstickynotes-0.2.ebuild:
+ Version Bump, notified by euscan
28 Mar 2011; Christoph Mende <angelos@gentoo.org> wmstickynotes-0.1.ebuild:
Fixed gtk+ dep
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
-}
diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
new file mode 100644
index 000000000000..b01537861787
--- /dev/null
+++ b/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
@@ -0,0 +1,17 @@
+# 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.2.ebuild,v 1.1 2011/05/07 13:05:13 jlec Exp $
+
+EAPI=4
+
+DESCRIPTION="A dockapp for keeping small notes around on the desktop"
+HOMEPAGE="http://wmstickynotes.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="x11-libs/gtk+:2"
+RDEPEND="${DEPEND}"