diff options
author | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
commit | 77f16ff03eb7173ab6edb5fbb0e67b0a12faf376 (patch) | |
tree | b04da053e9fb9e3edf1a0257df66facb9a6c06ab /app-xemacs/psgml | |
parent | stable on alpha (diff) | |
download | gentoo-2-77f16ff03eb7173ab6edb5fbb0e67b0a12faf376.tar.gz gentoo-2-77f16ff03eb7173ab6edb5fbb0e67b0a12faf376.tar.bz2 gentoo-2-77f16ff03eb7173ab6edb5fbb0e67b0a12faf376.zip |
new stable abuilds, adding ~alpha KEYWORDS
Diffstat (limited to 'app-xemacs/psgml')
-rw-r--r-- | app-xemacs/psgml/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/psgml/files/digest-psgml-1.38 | 1 | ||||
-rw-r--r-- | app-xemacs/psgml/psgml-1.35.ebuild | 4 | ||||
-rw-r--r-- | app-xemacs/psgml/psgml-1.38.ebuild | 23 |
4 files changed, 35 insertions, 3 deletions
diff --git a/app-xemacs/psgml/ChangeLog b/app-xemacs/psgml/ChangeLog index 0beb47cb5ae7..c575b5f4571c 100644 --- a/app-xemacs/psgml/ChangeLog +++ b/app-xemacs/psgml/ChangeLog @@ -1,6 +1,14 @@ # 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.2 2003/02/12 05:44:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/psgml/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ + +*psgml-1.38 (22 Feb 2003) + + 22 Feb 2003; <rendhalver@gentoo.org> psgml-1.35.ebuild psgml-1.38.ebuild files/digest-psgml-1.38 : + Add ~alpha to KEYWORDS + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + new stable ebuild *psgml-1.35 (16 Dec 2002) diff --git a/app-xemacs/psgml/files/digest-psgml-1.38 b/app-xemacs/psgml/files/digest-psgml-1.38 new file mode 100644 index 000000000000..f68f37568967 --- /dev/null +++ b/app-xemacs/psgml/files/digest-psgml-1.38 @@ -0,0 +1 @@ +MD5 bd03fe2391b3ea1e8fdefbc9c94a4ea4 psgml-1.38-pkg.tar.gz 300872 diff --git a/app-xemacs/psgml/psgml-1.35.ebuild b/app-xemacs/psgml/psgml-1.35.ebuild index 14a2c273f431..89a3973482df 100644 --- a/app-xemacs/psgml/psgml-1.35.ebuild +++ b/app-xemacs/psgml/psgml-1.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/psgml/psgml-1.35.ebuild,v 1.3 2003/02/13 09:56:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/psgml/psgml-1.35.ebuild,v 1.4 2003/02/22 12:46:40 rendhalver Exp $ SLOT="0" IUSE="" @@ -16,7 +16,7 @@ app-xemacs/fsf-compat app-xemacs/eterm app-xemacs/sh-script " -KEYWORDS="x86 -ppc alpha sparc" +KEYWORDS="x86 ~ppc ~alpha sparc" inherit xemacs-packages diff --git a/app-xemacs/psgml/psgml-1.38.ebuild b/app-xemacs/psgml/psgml-1.38.ebuild new file mode 100644 index 000000000000..df83369dcbe4 --- /dev/null +++ b/app-xemacs/psgml/psgml-1.38.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 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.1 2003/02/22 12:46:40 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Validated HTML/SGML editing." +PKG_CAT="standard" + +DEPEND="app-xemacs/xemacs-base +app-xemacs/edit-utils +app-xemacs/edebug +app-xemacs/xemacs-devel +app-xemacs/mail-lib +app-xemacs/fsf-compat +app-xemacs/eterm +app-xemacs/sh-script +app-xemacs/ps-print +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |