summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-06-02 13:35:15 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-06-02 13:35:15 +0000
commit29abd68bea5f4ac4560c9ad225a8ee20412a03cc (patch)
tree67fe8856bfe0218a6cbd28c2b0e171f307215870 /x11-misc/xpad
parentnew amaya version (diff)
downloadhistorical-29abd68bea5f4ac4560c9ad225a8ee20412a03cc.tar.gz
historical-29abd68bea5f4ac4560c9ad225a8ee20412a03cc.tar.bz2
historical-29abd68bea5f4ac4560c9ad225a8ee20412a03cc.zip
xpad added, initial release.
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r--x11-misc/xpad/ChangeLog12
-rw-r--r--x11-misc/xpad/files/digest-xpad-1.11
-rw-r--r--x11-misc/xpad/xpad-1.1.ebuild25
3 files changed, 38 insertions, 0 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog
new file mode 100644
index 000000000000..70083717fbc1
--- /dev/null
+++ b/x11-misc/xpad/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for x11-misc/xpad
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.1 2002/06/02 13:35:15 stroke Exp $
+
+*xpad-1.1 (2 June 2002)
+ 2 June 2002; Michael Terry <msterry@student.umass.edu> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/x11-misc/xpad/files/digest-xpad-1.1 b/x11-misc/xpad/files/digest-xpad-1.1
new file mode 100644
index 000000000000..9e485cf3aab7
--- /dev/null
+++ b/x11-misc/xpad/files/digest-xpad-1.1
@@ -0,0 +1 @@
+MD5 b13deff5819f864f8197c57829e40923 xpad-1.1.tar.gz 29560
diff --git a/x11-misc/xpad/xpad-1.1.ebuild b/x11-misc/xpad/xpad-1.1.ebuild
new file mode 100644
index 000000000000..142ec3c23af6
--- /dev/null
+++ b/x11-misc/xpad/xpad-1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.1.ebuild,v 1.1 2002/06/02 13:35:15 stroke Exp $
+
+DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
+HOMEPAGE="http://xpad.sourceforge.net/"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=x11-libs/gtk+-2.0.0"
+RDEPEND="${DEPEND}"
+
+SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+
+ dodoc CHANGES COPYING README TO-DO
+}