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 | c457b057f72d7a97b829a0b846bd0e33da545b36 (patch) | |
tree | fdfb3899b18ccea70abb67e5267259bf22e84046 /x11-plugins/wmstickynotes | |
parent | remove hg completion. dev-util/mercurial provides it & upstream b-c dropped i... (diff) | |
download | gentoo-2-c457b057f72d7a97b829a0b846bd0e33da545b36.tar.gz gentoo-2-c457b057f72d7a97b829a0b846bd0e33da545b36.tar.bz2 gentoo-2-c457b057f72d7a97b829a0b846bd0e33da545b36.zip |
New ebuild for wmstickynotes. ebuild written by me.
(Portage version: 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/metadata.xml | 9 | ||||
-rw-r--r-- | x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild | 20 |
3 files changed, 39 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/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 +} |