diff options
author | Robert Coie <rac@gentoo.org> | 2004-03-16 21:37:59 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2004-03-16 21:37:59 +0000 |
commit | 3c243e419fa371865073a20840808966326c3fb0 (patch) | |
tree | a6f52a86ac054af53e8463e48acd3d8f4e2c5e13 /app-xemacs/psgml | |
parent | long needed filter-ldflags function thanks to Christian Rubbert bug #44825 (diff) | |
download | historical-3c243e419fa371865073a20840808966326c3fb0.tar.gz historical-3c243e419fa371865073a20840808966326c3fb0.tar.bz2 historical-3c243e419fa371865073a20840808966326c3fb0.zip |
amd64 keyword
Diffstat (limited to 'app-xemacs/psgml')
-rw-r--r-- | app-xemacs/psgml/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/psgml/metadata.xml | 10 | ||||
-rw-r--r-- | app-xemacs/psgml/psgml-1.38.ebuild | 4 |
3 files changed, 17 insertions, 4 deletions
diff --git a/app-xemacs/psgml/ChangeLog b/app-xemacs/psgml/ChangeLog index 5054b90ec889..8bf9fb479ce1 100644 --- a/app-xemacs/psgml/ChangeLog +++ b/app-xemacs/psgml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/psgml -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/psgml/ChangeLog,v 1.4 2003/10/03 02:35:16 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/psgml/ChangeLog,v 1.5 2004/03/16 21:37:59 rac Exp $ + + 16 Mar 2004; <rac@gentoo.org> metadata.xml, psgml-1.38.ebuild: + keyword amd64 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> psgml-1.38.ebuild: Stable on alpha diff --git a/app-xemacs/psgml/metadata.xml b/app-xemacs/psgml/metadata.xml new file mode 100644 index 000000000000..30d23a01cc89 --- /dev/null +++ b/app-xemacs/psgml/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/psgml/psgml-1.38.ebuild b/app-xemacs/psgml/psgml-1.38.ebuild index afc2fab6d361..a99d60e054cb 100644 --- a/app-xemacs/psgml/psgml-1.38.ebuild +++ b/app-xemacs/psgml/psgml-1.38.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/psgml/psgml-1.38.ebuild,v 1.3 2004/03/13 00:15:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/psgml/psgml-1.38.ebuild,v 1.4 2004/03/16 21:37:59 rac Exp $ SLOT="0" IUSE="" @@ -17,7 +17,7 @@ app-xemacs/eterm app-xemacs/sh-script app-xemacs/ps-print " -KEYWORDS="x86 ~ppc alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc amd64" inherit xemacs-packages |