summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2008-04-10 08:55:51 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2008-04-10 08:55:51 +0000
commit1e3ff1f26846aae74ea128b5e648b38f45c82a14 (patch)
treea3b799af447779aef37dc0e5295fb9c0676f194f /x11-misc
parentAdd ~alpha/~ia64/~sparc (diff)
downloadhistorical-1e3ff1f26846aae74ea128b5e648b38f45c82a14.tar.gz
historical-1e3ff1f26846aae74ea128b5e648b38f45c82a14.tar.bz2
historical-1e3ff1f26846aae74ea128b5e648b38f45c82a14.zip
New package: xNots: A desktop sticky note program for the unix geek. Thanks to Gautam Iyer in bug #214824.
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xnots/ChangeLog11
-rw-r--r--x11-misc/xnots/Manifest14
-rw-r--r--x11-misc/xnots/metadata.xml9
-rw-r--r--x11-misc/xnots/xnots-0.2.ebuild32
4 files changed, 66 insertions, 0 deletions
diff --git a/x11-misc/xnots/ChangeLog b/x11-misc/xnots/ChangeLog
new file mode 100644
index 000000000000..c6dc9742e219
--- /dev/null
+++ b/x11-misc/xnots/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for x11-misc/xnots
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.1 2008/04/10 08:55:51 nelchael Exp $
+
+*xnots-0.2 (10 Apr 2008)
+
+ 10 Apr 2008; Krzysiek Pawlik <nelchael@gentoo.org> +metadata.xml,
+ +xnots-0.2.ebuild:
+ New package: xNots: A desktop sticky note program for the unix geek.
+ Thanks to Gautam Iyer in bug #214824.
+
diff --git a/x11-misc/xnots/Manifest b/x11-misc/xnots/Manifest
new file mode 100644
index 000000000000..59baba67c896
--- /dev/null
+++ b/x11-misc/xnots/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST xnots-0.2.tar.gz 40115 RMD160 3c25522d9eeab04f5fefe99d5c5773d10b2df3d7 SHA1 a3078f347c25cfc3b69a258cba643829dc95bd6d SHA256 04566b7cd25a10606b1523b76ddb5549d763e250648fd91813c33880210fdb7b
+EBUILD xnots-0.2.ebuild 812 RMD160 d79f6bcba120704e768f09bcb368771fa1fde995 SHA1 efb9c4d49e99d6924060e9464e0ea0d4903cd2fd SHA256 4de76759a4921cf75d5867c84315faa9f160504d4f8700ab864b28dff4554838
+MISC ChangeLog 430 RMD160 afadb345a4823131a454f78b5884ddf74ae01a27 SHA1 76aafaa7ea919cd2c99dd32aa36e4a044f42f527 SHA256 84d3ba43657cb8201dce827867b499003518811953fcc719fc06f00045e66334
+MISC metadata.xml 263 RMD160 bdd55e5e411e820022b6fb0f9e22e5d61626f451 SHA1 8f1df99f07c2c4855a3dbe41beb182ddbc5d2999 SHA256 015805e1f81a27ea5bd9970ea6812b807b9cdf2cb73777d1e0e7a94f0c1ff365
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.9 (GNU/Linux)
+
+iEYEARECAAYFAkf91hwACgkQgo/w9rxVVVGGVQCdEylXRHjlCJEAySsMxb0TKNNP
+pUwAnRHdPjtWP2IgkMzfCczF3O1XtTqb
+=+koE
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/xnots/metadata.xml b/x11-misc/xnots/metadata.xml
new file mode 100644
index 000000000000..c9d727abacfc
--- /dev/null
+++ b/x11-misc/xnots/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-misc</herd>
+ <maintainer>
+ <email>nelchael@gentoo.org</email>
+ <name>Krzysiek Pawlik</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-misc/xnots/xnots-0.2.ebuild b/x11-misc/xnots/xnots-0.2.ebuild
new file mode 100644
index 000000000000..d9ec251797ac
--- /dev/null
+++ b/x11-misc/xnots/xnots-0.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.ebuild,v 1.1 2008/04/10 08:55:51 nelchael Exp $
+
+DESCRIPTION="A desktop sticky note program for the unix geek"
+HOMEPAGE="http://xnots.sourceforge.net"
+SRC_URI="mirror://sourceforge/xnots/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXrender
+ x11-libs/pango"
+
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ NO_DEBUG=1 emake || die
+}
+
+src_install() {
+ emake DESTDIR="${D}" prefix=/usr mandir=/usr/share/man install || die
+}
+
+pkg_postinst() {
+ elog "xNots requires INOTIFY support present in kernel."
+ elog "Please make sure you have enabled CONFIG_INOTIFY in your config."
+}