diff options
author | Heath Caldwell <hncaldwell@gentoo.org> | 2009-02-21 19:05:36 +0000 |
---|---|---|
committer | Heath Caldwell <hncaldwell@gentoo.org> | 2009-02-21 19:05:36 +0000 |
commit | 786031d7e7fbccd27e5eeca15fef828f4676a143 (patch) | |
tree | e2ad7099b4a6e48438d9c0914136dc29b95b012f /x11-plugins/wmstickynotes | |
parent | remove hg completion. dev-util/mercurial provides it & upstream b-c dropped i... (diff) | |
download | historical-786031d7e7fbccd27e5eeca15fef828f4676a143.tar.gz historical-786031d7e7fbccd27e5eeca15fef828f4676a143.tar.bz2 historical-786031d7e7fbccd27e5eeca15fef828f4676a143.zip |
New ebuild for wmstickynotes. ebuild written by me.
Package-Manager: portage-2.1.6.7/cvs/Linux ppc
Diffstat (limited to 'x11-plugins/wmstickynotes')
-rw-r--r-- | x11-plugins/wmstickynotes/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmstickynotes/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmstickynotes/metadata.xml | 9 | ||||
-rw-r--r-- | x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild | 20 |
4 files changed, 43 insertions, 0 deletions
diff --git a/x11-plugins/wmstickynotes/ChangeLog b/x11-plugins/wmstickynotes/ChangeLog new file mode 100644 index 000000000000..5d93c6f60621 --- /dev/null +++ b/x11-plugins/wmstickynotes/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/wmstickynotes +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.1 2009/02/21 19:05:36 hncaldwell Exp $ + +*wmstickynotes-0.1 (21 Feb 2009) + + 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/Manifest b/x11-plugins/wmstickynotes/Manifest new file mode 100644 index 000000000000..88401d1b77cf --- /dev/null +++ b/x11-plugins/wmstickynotes/Manifest @@ -0,0 +1,4 @@ +DIST wmstickynotes-0.1.tar.gz 105108 RMD160 52ffa346d8682c2d7a896d7d97da310ffa253f62 SHA1 6dc09c94a7659fbca09f158dcfbac4b3194f3807 SHA256 081d31eb00bcb9978750918179e09e0ed61b9389c448282a57819b894f441bfe +EBUILD wmstickynotes-0.1.ebuild 599 RMD160 a4faac908ea473068b099fe1b46cb568f9b8c5d8 SHA1 4da71d55b1324bc31eaa5e121e2bb603069c4416 SHA256 435d97ca618700f05768716a8d9d914da5ea90b892e4aa2bc2820d8e70e3cfd3 +MISC ChangeLog 414 RMD160 e86c62c7c0c45c623c703fd41b6dad3b1d93c7eb SHA1 c5a62619175a08d525977fa7c688c1db4617f322 SHA256 c4646dc4c4abb20f8564667e5cfdd791b2392f19522b1405d67b64af182ebb22 +MISC metadata.xml 259 RMD160 93c2ca7a5a63fb1a77cfe3b8176d34bc084127a2 SHA1 66b4d1a33e6776ac3ce7b03e0493b04acb99f11f SHA256 7d6232debafd73cadaaee923730fbfb16cb4abeb776855de21fd984bf947f9bb diff --git a/x11-plugins/wmstickynotes/metadata.xml b/x11-plugins/wmstickynotes/metadata.xml new file mode 100644 index 000000000000..b4b5de7bd669 --- /dev/null +++ b/x11-plugins/wmstickynotes/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>no-herd</herd> + <maintainer> + <email>hncaldwell@gentoo.org</email> + <name>Heath Caldwell</name> + </maintainer> +</pkgmetadata> diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild new file mode 100644 index 000000000000..a6672d187825 --- /dev/null +++ b/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 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.1 2009/02/21 19:05:36 hncaldwell Exp $ + +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+" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "Install failed" + dodoc README +} |