diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-11 09:17:27 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-11 09:17:27 +0000 |
commit | 5fbba7dbba302cfedf1cb3233ba40a57d92f712d (patch) | |
tree | ccfd0f66986ee4e0ec71125f6c875568800ce5b3 /app-xemacs/psgml | |
parent | update patch #131462 (diff) | |
download | gentoo-2-5fbba7dbba302cfedf1cb3233ba40a57d92f712d.tar.gz gentoo-2-5fbba7dbba302cfedf1cb3233ba40a57d92f712d.tar.bz2 gentoo-2-5fbba7dbba302cfedf1cb3233ba40a57d92f712d.zip |
Version bump. Remove old version.
(Portage version: 2.1.1-r1)
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 | 2 | ||||
-rw-r--r-- | app-xemacs/psgml/files/digest-psgml-1.44 | 3 | ||||
-rw-r--r-- | app-xemacs/psgml/psgml-1.44.ebuild | 23 |
4 files changed, 36 insertions, 2 deletions
diff --git a/app-xemacs/psgml/ChangeLog b/app-xemacs/psgml/ChangeLog index e2b981d7a043..83a0e316ec7a 100644 --- a/app-xemacs/psgml/ChangeLog +++ b/app-xemacs/psgml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-xemacs/psgml -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/psgml/ChangeLog,v 1.8 2005/01/01 17:12:35 eradicator Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/psgml/ChangeLog,v 1.9 2006/11/11 09:17:27 graaff Exp $ + +*psgml-1.44 (11 Nov 2006) + + 11 Nov 2006; Hans de Graaff <graaff@gentoo.org> -psgml-1.35.ebuild, + +psgml-1.44.ebuild: + Version bump. Remove old version. 02 Oct 2004; Robert Coie <rac@gentoo.org> psgml-1.35.ebuild, psgml-1.38.ebuild: diff --git a/app-xemacs/psgml/files/digest-psgml-1.38 b/app-xemacs/psgml/files/digest-psgml-1.38 index f68f37568967..5059236906f0 100644 --- a/app-xemacs/psgml/files/digest-psgml-1.38 +++ b/app-xemacs/psgml/files/digest-psgml-1.38 @@ -1 +1,3 @@ MD5 bd03fe2391b3ea1e8fdefbc9c94a4ea4 psgml-1.38-pkg.tar.gz 300872 +RMD160 93cad3f5e6dc8ddee58a25e7df74d22f322f8132 psgml-1.38-pkg.tar.gz 300872 +SHA256 3dc7145d346e0fd9aace902a29a210d117a738f64724768e8daf44e27eeffdd3 psgml-1.38-pkg.tar.gz 300872 diff --git a/app-xemacs/psgml/files/digest-psgml-1.44 b/app-xemacs/psgml/files/digest-psgml-1.44 new file mode 100644 index 000000000000..e423fa994199 --- /dev/null +++ b/app-xemacs/psgml/files/digest-psgml-1.44 @@ -0,0 +1,3 @@ +MD5 9edbc1b72754f45d23cf73b287b6a2aa psgml-1.44-pkg.tar.gz 302065 +RMD160 a522a3b6f066a86bc15f323e51b49649967e16dc psgml-1.44-pkg.tar.gz 302065 +SHA256 afca7ef2375ffecf720ebd9d4a725882f1970ea38f9bc28d7af96d3d6109656b psgml-1.44-pkg.tar.gz 302065 diff --git a/app-xemacs/psgml/psgml-1.44.ebuild b/app-xemacs/psgml/psgml-1.44.ebuild new file mode 100644 index 000000000000..13e4b7aff670 --- /dev/null +++ b/app-xemacs/psgml/psgml-1.44.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/psgml/psgml-1.44.ebuild,v 1.1 2006/11/11 09:17:27 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Validated HTML/SGML editing." +PKG_CAT="standard" + +RDEPEND="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/xemacs-eterm +app-xemacs/sh-script +app-xemacs/ps-print +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |