summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJae Yang Kwak <jayskwak@gentoo.org>2003-06-01 23:59:48 +0000
committerJae Yang Kwak <jayskwak@gentoo.org>2003-06-01 23:59:48 +0000
commit281e829212acb62522b711ee2470b0f4a751d386 (patch)
tree6c79ed11e2bd431e369c9b914de1b8346e0752ef /x11-misc
parentfix bug 14001 (diff)
downloadgentoo-2-281e829212acb62522b711ee2470b0f4a751d386.tar.gz
gentoo-2-281e829212acb62522b711ee2470b0f4a751d386.tar.bz2
gentoo-2-281e829212acb62522b711ee2470b0f4a751d386.zip
ChangeLog, ebuild and digest files for stickynotes_applet-1.0.11
First release
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/stickynotes_applet/ChangeLog8
-rw-r--r--x11-misc/stickynotes_applet/files/digest-stickynotes_applet-1.0.111
-rw-r--r--x11-misc/stickynotes_applet/stickynotes_applet-1.0.11.ebuild26
3 files changed, 35 insertions, 0 deletions
diff --git a/x11-misc/stickynotes_applet/ChangeLog b/x11-misc/stickynotes_applet/ChangeLog
new file mode 100644
index 000000000000..9d0093c27153
--- /dev/null
+++ b/x11-misc/stickynotes_applet/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/stickynotes_applet/ChangeLog,v 1.1 2003/06/01 23:59:48 jayskwak Exp $
+
+*stickynotes_applet-1.0.11 (2 Jun 2003)
+
+ 2 Jun 2003; Jay Kwak <jayskwak@gentoo.org> stickynotes_applet-1.0.11.ebuild:
+ First release. A yellow post-it note applet for Gnome2
diff --git a/x11-misc/stickynotes_applet/files/digest-stickynotes_applet-1.0.11 b/x11-misc/stickynotes_applet/files/digest-stickynotes_applet-1.0.11
new file mode 100644
index 000000000000..2ec79373406f
--- /dev/null
+++ b/x11-misc/stickynotes_applet/files/digest-stickynotes_applet-1.0.11
@@ -0,0 +1 @@
+MD5 9bfb47eabd4f0b494d2e15d9343f2915 stickynotes_applet-1.0.11.tar.gz 264289
diff --git a/x11-misc/stickynotes_applet/stickynotes_applet-1.0.11.ebuild b/x11-misc/stickynotes_applet/stickynotes_applet-1.0.11.ebuild
new file mode 100644
index 000000000000..e60e72acc8a1
--- /dev/null
+++ b/x11-misc/stickynotes_applet/stickynotes_applet-1.0.11.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.0.11.ebuild,v 1.1 2003/06/01 23:59:48 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"