diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-10 15:52:12 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-10 15:52:12 +0000 |
commit | ff5c42b606526e301819ee582bd78e26efac10f6 (patch) | |
tree | 55b858eaa733e6a7f6218dd8dd924620cd373948 /x11-plugins | |
parent | Remove portaudo v18 support also from -r5. (diff) | |
download | gentoo-2-ff5c42b606526e301819ee582bd78e26efac10f6.tar.gz gentoo-2-ff5c42b606526e301819ee582bd78e26efac10f6.tar.bz2 gentoo-2-ff5c42b606526e301819ee582bd78e26efac10f6.zip |
Adding dotnet herd to metadata
(Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc6 x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/tomboy-reminder/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/tomboy-reminder/metadata.xml | 2 | ||||
-rw-r--r-- | x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild | 10 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-plugins/tomboy-reminder/ChangeLog b/x11-plugins/tomboy-reminder/ChangeLog index f2b79c16ba44..cb2b0ff0f05f 100644 --- a/x11-plugins/tomboy-reminder/ChangeLog +++ b/x11-plugins/tomboy-reminder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/tomboy-reminder -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/ChangeLog,v 1.5 2007/04/26 02:36:45 compnerd Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/ChangeLog,v 1.6 2008/12/10 15:52:12 loki_val Exp $ + + 10 Dec 2008; Peter Alfredsen <loki_val@gentoo.org> metadata.xml, + tomboy-reminder-0.9.ebuild: + Adding dotnet herd to metadata 26 Apr 2007; Saleem Abdulrasool <compnerd@gentoo.org> +files/tomboy-reminder-0.9-unicode-regex.patch, diff --git a/x11-plugins/tomboy-reminder/metadata.xml b/x11-plugins/tomboy-reminder/metadata.xml index f760753beb47..b3b7749b4151 100644 --- a/x11-plugins/tomboy-reminder/metadata.xml +++ b/x11-plugins/tomboy-reminder/metadata.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> + <herd>dotnet</herd> <maintainer> <email>compnerd@gentoo.org</email> <name>Saleem Abdulrasool</name> diff --git a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild index 2566d37a9cad..ca5cf5afa28b 100644 --- a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild +++ b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.5 2007/04/26 02:36:45 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.6 2008/12/10 15:52:12 loki_val Exp $ inherit autotools eutils mono @@ -20,10 +20,10 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch ${FILESDIR}/${PN}-0.9-mcs-to-gmcs.patch - epatch ${FILESDIR}/${PN}-0.9-unicode-regex.patch + epatch "${FILESDIR}"/${PN}-0.9-mcs-to-gmcs.patch + epatch "${FILESDIR}"/${PN}-0.9-unicode-regex.patch eautomake } |