diff options
Diffstat (limited to 'app-emacs/remember/metadata.xml')
-rw-r--r-- | app-emacs/remember/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/remember/metadata.xml b/app-emacs/remember/metadata.xml new file mode 100644 index 000000000000..f4406812d32f --- /dev/null +++ b/app-emacs/remember/metadata.xml @@ -0,0 +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> +<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> |