diff options
author | Robert Coie <rac@gentoo.org> | 2004-03-15 21:26:27 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2004-03-15 21:26:27 +0000 |
commit | 79662fbfddf5cdd69d36a3043230db54f9793e2f (patch) | |
tree | 0a4997ed3a76f38987b2d88b076bd8e58fb42e89 /app-xemacs/text-modes | |
parent | keyword amd64, add metadata (Manifest recommit) (diff) | |
download | gentoo-2-79662fbfddf5cdd69d36a3043230db54f9793e2f.tar.gz gentoo-2-79662fbfddf5cdd69d36a3043230db54f9793e2f.tar.bz2 gentoo-2-79662fbfddf5cdd69d36a3043230db54f9793e2f.zip |
keyword amd64
Diffstat (limited to 'app-xemacs/text-modes')
-rw-r--r-- | app-xemacs/text-modes/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/text-modes/metadata.xml | 10 | ||||
-rw-r--r-- | app-xemacs/text-modes/text-modes-1.58.ebuild | 4 |
3 files changed, 17 insertions, 4 deletions
diff --git a/app-xemacs/text-modes/ChangeLog b/app-xemacs/text-modes/ChangeLog index 0c715541d00f..af790dc29523 100644 --- a/app-xemacs/text-modes/ChangeLog +++ b/app-xemacs/text-modes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/text-modes -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/ChangeLog,v 1.4 2003/10/03 02:42:26 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/ChangeLog,v 1.5 2004/03/15 21:26:27 rac Exp $ + + 15 Mar 2004; <rac@gentoo.org> metadata.xml, text-modes-1.58.ebuild: + keyword amd64 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> text-modes-1.58.ebuild: Stable on alpha diff --git a/app-xemacs/text-modes/metadata.xml b/app-xemacs/text-modes/metadata.xml new file mode 100644 index 000000000000..30d23a01cc89 --- /dev/null +++ b/app-xemacs/text-modes/metadata.xml @@ -0,0 +1,10 @@ +<?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> +</pkgmetadata> diff --git a/app-xemacs/text-modes/text-modes-1.58.ebuild b/app-xemacs/text-modes/text-modes-1.58.ebuild index 9118c737b3d5..5c4c1a42879e 100644 --- a/app-xemacs/text-modes/text-modes-1.58.ebuild +++ b/app-xemacs/text-modes/text-modes-1.58.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/text-modes-1.58.ebuild,v 1.3 2004/03/13 00:15:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/text-modes-1.58.ebuild,v 1.4 2004/03/15 21:26:27 rac Exp $ SLOT="0" IUSE="" @@ -11,7 +11,7 @@ DEPEND="app-xemacs/xemacs-ispell app-xemacs/fsf-compat app-xemacs/xemacs-base " -KEYWORDS="x86 ~ppc alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc amd64" inherit xemacs-packages |