diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-07-28 18:49:02 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-07-28 18:49:02 +0000 |
commit | 330afea73fd9c908772ec0cc850ffdffd0abcee2 (patch) | |
tree | fdba55f58c2e996fc4f9cd72bb88ea317a362e80 /app-editors/xemacs | |
parent | amd64 stable, bug #228837. Removed unused autotools inherit. (diff) | |
download | historical-330afea73fd9c908772ec0cc850ffdffd0abcee2.tar.gz historical-330afea73fd9c908772ec0cc850ffdffd0abcee2.tar.bz2 historical-330afea73fd9c908772ec0cc850ffdffd0abcee2.zip |
Add USE flag description to metadata wrt GLEP 56.
Package-Manager: portage-2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/xemacs/metadata.xml | 27 |
2 files changed, 25 insertions, 7 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index 7d6bc193c350..8a9b7c6d2cf6 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/xemacs # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.114 2008/06/14 08:32:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.115 2008/07/28 18:44:28 ulm Exp $ + + 28 Jul 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> xemacs-21.4.21.ebuild, xemacs-21.4.21-r1.ebuild: diff --git a/app-editors/xemacs/metadata.xml b/app-editors/xemacs/metadata.xml index 30d23a01cc89..4b72a224fd6b 100644 --- a/app-editors/xemacs/metadata.xml +++ b/app-editors/xemacs/metadata.xml @@ -1,10 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>xemacs</herd> - <maintainer> - <email>xemacs@gentoo.org</email> - <description>Primary Maintainer</description> - </maintainer> - <longdescription></longdescription> + <herd>xemacs</herd> + <maintainer> + <email>xemacs@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> + <use> + <flag name='athena'>Chooses the MIT Athena widget set</flag> + <flag name='dnd'>Enables support for the x11-libs/dnd drag-n-drop + library</flag> + <flag name='eolconv'>Support detection and translation of newline + conventions</flag> + <flag name='hesiod'>Support Hesiod to get the POP server host</flag> + <flag name='pop'>Support POP for mail retrieval</flag> + <flag name='purify'>Support memory debugging using Purify</flag> + <flag name='quantify'>Support performance debugging using Quantify</flag> + <flag name='tooltalk'>Support the ToolTalk IPC protocol</flag> + <flag name='xft'>Compile with support for Xft client-side font rendering + and anti-aliasing</flag> + <flag name='xim'>Enable X11 XiM input method</flag> + </use> </pkgmetadata> |