diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-07-28 19:18:21 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-07-28 19:18:21 +0000 |
commit | 8eabd8a97959526c4a06b543725a211541a1e0f2 (patch) | |
tree | 9f2e87b12ffb4a81bc809eb08968a676cabe5b96 | |
parent | Update metadata.xml to include USE flag descriptions. Entries taken from prof... (diff) | |
download | gentoo-2-8eabd8a97959526c4a06b543725a211541a1e0f2.tar.gz gentoo-2-8eabd8a97959526c4a06b543725a211541a1e0f2.tar.bz2 gentoo-2-8eabd8a97959526c4a06b543725a211541a1e0f2.zip |
Add USE flag description to metadata wrt GLEP 56.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
-rw-r--r-- | app-emacs/remember/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/remember/metadata.xml | 26 |
2 files changed, 19 insertions, 12 deletions
diff --git a/app-emacs/remember/ChangeLog b/app-emacs/remember/ChangeLog index 1f46af6380e3..4c77b4f8faf2 100644 --- a/app-emacs/remember/ChangeLog +++ b/app-emacs/remember/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/remember # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/remember/ChangeLog,v 1.13 2008/04/18 14:49:27 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/remember/ChangeLog,v 1.14 2008/07/28 19:18:21 ulm Exp $ + + 28 Jul 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. *remember-2.0 (18 Apr 2008) diff --git a/app-emacs/remember/metadata.xml b/app-emacs/remember/metadata.xml index 231ae33e5f8f..f4406812d32f 100644 --- a/app-emacs/remember/metadata.xml +++ b/app-emacs/remember/metadata.xml @@ -1,15 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>emacs</herd> - <longdescription> - 'Remember' is a mode for remembering data. It uses whatever back-end is - appropriate to record and correlate the data, but its main intention is - to allow you to express as little structure as possible up front. If - you later want to express more powerful relationships between your data, - or state assumptions that were at first too implicit to be recognized, - you can 'study' the data later and rearrange it. But the initial 'just - remember this' impulse should be as close to simply throwing the data at - Emacs as possible. - </longdescription> +<herd>emacs</herd> +<longdescription> + 'Remember' is a mode for remembering data. It uses whatever back-end is + appropriate to record and correlate the data, but its main intention is to + allow you to express as little structure as possible up front. If you later + want to express more powerful relationships between your data, or state + assumptions that were at first too implicit to be recognized, you can + 'study' the data later and rearrange it. But the initial 'just remember + this' impulse should be as close to simply throwing the data at Emacs as + possible. +</longdescription> +<use> + <flag name='bbdb'>Include support for <pkg>app-emacs/bbdb</pkg></flag> + <flag name='planner'>Include support for <pkg>app-emacs/planner</pkg></flag> +</use> </pkgmetadata> |