diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-07-31 13:46:37 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-07-31 13:46:37 +0000 |
commit | 01e1f1fb05eb9863590e60c676ddf72d612d1845 (patch) | |
tree | fdd19f4902886c2ff10277fac48f7a9d8c8c9950 /x11-plugins | |
parent | Add a hard block on older versions as it fails upgrading, bug #428430 (diff) | |
download | gentoo-2-01e1f1fb05eb9863590e60c676ddf72d612d1845.tar.gz gentoo-2-01e1f1fb05eb9863590e60c676ddf72d612d1845.tar.bz2 gentoo-2-01e1f1fb05eb9863590e60c676ddf72d612d1845.zip |
Remove old.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmstickynotes/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild | 17 |
2 files changed, 5 insertions, 19 deletions
diff --git a/x11-plugins/wmstickynotes/ChangeLog b/x11-plugins/wmstickynotes/ChangeLog index 62707c516e5d..a33b86d95b40 100644 --- a/x11-plugins/wmstickynotes/ChangeLog +++ b/x11-plugins/wmstickynotes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmstickynotes # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.5 2012/06/21 11:56:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.6 2012/07/31 13:46:37 kensington Exp $ + + 31 Jul 2012; Michael Palimaka <kensington@gentoo.org> + -wmstickynotes-0.1.ebuild: + Remove old. 21 Jun 2012; Justin Lecher <jlec@gentoo.org> wmstickynotes-0.2.ebuild, +files/wmstickynotes-0.2-gold.patch: @@ -23,4 +27,3 @@ 21 Feb 2009; Heath Caldwell <hncaldwell@gentoo.org> +metadata.xml, +wmstickynotes-0.1.ebuild: New ebuild for wmstickynotes. ebuild written by me. - diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild deleted file mode 100644 index 343adcee21d0..000000000000 --- a/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.3 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}" |