diff options
author | Jae Yang Kwak <jayskwak@gentoo.org> | 2003-10-14 16:58:41 +0000 |
---|---|---|
committer | Jae Yang Kwak <jayskwak@gentoo.org> | 2003-10-14 16:58:41 +0000 |
commit | 790d6df94517c447bef29b76c6f0d04301ad1666 (patch) | |
tree | 91c96f32c645a051081283316e45901cc0cce449 | |
parent | marked -r1 stable (diff) | |
download | gentoo-2-790d6df94517c447bef29b76c6f0d04301ad1666.tar.gz gentoo-2-790d6df94517c447bef29b76c6f0d04301ad1666.tar.bz2 gentoo-2-790d6df94517c447bef29b76c6f0d04301ad1666.zip |
Version updated to 1.2.3
4 files changed, 37 insertions, 3 deletions
diff --git a/x11-misc/stickynotes_applet/ChangeLog b/x11-misc/stickynotes_applet/ChangeLog index 42ec56b30601..62390c93b2eb 100644 --- a/x11-misc/stickynotes_applet/ChangeLog +++ b/x11-misc/stickynotes_applet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/stickynotes_applet # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/stickynotes_applet/ChangeLog,v 1.3 2003/07/19 14:55:08 jayskwak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/stickynotes_applet/ChangeLog,v 1.4 2003/10/14 16:58:41 jayskwak Exp $ + +*stickynotes_applet-1.2.3 (15 Oct 2003) + + 15 Oct 2003: Jay Kwak <jayskwak@gentoo.org> stickynotes_applet-1.2.3.ebuild: + Version updated *stickynotes_applet-1.2.0 (19 Jul 2003) diff --git a/x11-misc/stickynotes_applet/Manifest b/x11-misc/stickynotes_applet/Manifest index b54f4da3d16c..f23b39cd7d4b 100644 --- a/x11-misc/stickynotes_applet/Manifest +++ b/x11-misc/stickynotes_applet/Manifest @@ -1,6 +1,8 @@ -MD5 9afdeaa3376cd5d4ec7fed88f95c248b ChangeLog 550 +MD5 55fa720659c3c7e898aad049a52d9b5f stickynotes_applet-1.2.3.ebuild 832 MD5 6f47961fa59f4f46b3debb1d2b60c384 stickynotes_applet-1.0.11.ebuild 833 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 1fe611eaad435350dc3d3544140317a7 stickynotes_applet-1.2.0.ebuild 832 +MD5 9afdeaa3376cd5d4ec7fed88f95c248b ChangeLog 550 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 cc77bb3f8e3f86a3432955b7da79bdc0 files/digest-stickynotes_applet-1.0.11 77 MD5 9e277068fd55e9ba16b1f46819476d55 files/digest-stickynotes_applet-1.2.0 76 +MD5 b9d4b1968bac0b04a22dc4f30a3f5fa8 files/digest-stickynotes_applet-1.2.3 76 diff --git a/x11-misc/stickynotes_applet/files/digest-stickynotes_applet-1.2.3 b/x11-misc/stickynotes_applet/files/digest-stickynotes_applet-1.2.3 new file mode 100644 index 000000000000..6f6582026811 --- /dev/null +++ b/x11-misc/stickynotes_applet/files/digest-stickynotes_applet-1.2.3 @@ -0,0 +1 @@ +MD5 47d83c9e5148df909dd61942ff839503 stickynotes_applet-1.2.3.tar.gz 214654 diff --git a/x11-misc/stickynotes_applet/stickynotes_applet-1.2.3.ebuild b/x11-misc/stickynotes_applet/stickynotes_applet-1.2.3.ebuild new file mode 100644 index 000000000000..d4505b305c8c --- /dev/null +++ b/x11-misc/stickynotes_applet/stickynotes_applet-1.2.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/stickynotes_applet/stickynotes_applet-1.2.3.ebuild,v 1.1 2003/10/14 16:58:41 jayskwak Exp $ + +inherit gnome2 + +DESCRIPTION="simple applet to create, view, and manage sticky notes for Gnome2" +HOMEPAGE="http://loban.caltech.edu/stickynotes/" +SRC_URI="http://loban.caltech.edu/stickynotes/packages/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +RDEPEND=">=gnome-base/gconf-1.2.1 + >=gnome-base/libglade-2 + >=gnome-base/gnome-panel-2 + >=gnome-base/libgnomeprintui-2.2 + >=gnome-base/libgnomecanvas-2 + >=media-libs/gdk-pixbuf-0.2" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.21" + +DOCS="AUTHORS COPYING ChangLog INSTALL NEWS README THANKS TODO" |