diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2003-12-30 17:51:29 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2003-12-30 17:51:29 +0000 |
commit | 15fc7c233fcf952cb179376431459d89f4e22829 (patch) | |
tree | 56be101ebe2c54fbf25b290960200b3ab06ae65b /app-text/sablotron | |
parent | add metadata, block cflags (diff) | |
download | historical-15fc7c233fcf952cb179376431459d89f4e22829.tar.gz historical-15fc7c233fcf952cb179376431459d89f4e22829.tar.bz2 historical-15fc7c233fcf952cb179376431459d89f4e22829.zip |
Mark stable on alpha.
Diffstat (limited to 'app-text/sablotron')
-rw-r--r-- | app-text/sablotron/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sablotron/Manifest | 10 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-0.97.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog index 31787ede014d..60fc51c23f56 100644 --- a/app-text/sablotron/ChangeLog +++ b/app-text/sablotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sablotron # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.19 2003/11/12 05:18:07 rajiv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.20 2003/12/30 17:51:22 iluxa Exp $ + + 30 Dec 2003; Ilya A. Volynets <iluxa@gentoo.org> sablotron-0.97.ebuild: + Mark stable on alpha. 11 Nov 2003; Rajiv Aaron Manglani <rajiv@gentoo.org> sablotron-0.97.ebuild: stable on ppc. diff --git a/app-text/sablotron/Manifest b/app-text/sablotron/Manifest index 278cf2590fcd..5f51c3270a08 100644 --- a/app-text/sablotron/Manifest +++ b/app-text/sablotron/Manifest @@ -1,9 +1,9 @@ -MD5 647d55a29a08f948f38b9ecd740ef16c sablotron-0.97.ebuild 811 -MD5 c6ca863c881d2c6b52eed978aa6115db sablotron-1.0.ebuild 1324 -MD5 c49ebe7b5816df5e00d1e36b48d5a57c sablotron-0.96.ebuild 887 -MD5 99b1d29f4ee373f67dcdb3401c15d5cc ChangeLog 3207 +MD5 37c2cd6adddc480f34fd02482551c30f ChangeLog 3306 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 -MD5 42df851a9f037fa853698dbdb7c2b449 files/digest-sablotron-1.0 62 +MD5 c49ebe7b5816df5e00d1e36b48d5a57c sablotron-0.96.ebuild 887 +MD5 81f15583f65bf4448979540dfb8d6476 sablotron-0.97.ebuild 810 +MD5 c6ca863c881d2c6b52eed978aa6115db sablotron-1.0.ebuild 1324 MD5 d4d88eebd05b4208b430c3e2738431a4 files/Sablot-0.96.1.patch 1698 MD5 bd659f0d856dbbac81723564bfdeb57b files/digest-sablotron-0.96 63 MD5 47394bfd045510f7f6b74c7828d48502 files/digest-sablotron-0.97 63 +MD5 42df851a9f037fa853698dbdb7c2b449 files/digest-sablotron-1.0 62 diff --git a/app-text/sablotron/sablotron-0.97.ebuild b/app-text/sablotron/sablotron-0.97.ebuild index 3e4f3e58b4b7..9f5696d0ac95 100644 --- a/app-text/sablotron/sablotron-0.97.ebuild +++ b/app-text/sablotron/sablotron-0.97.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-text/sablotron/sablotron-0.97.ebuild,v 1.11 2003/11/12 05:18:07 rajiv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.97.ebuild,v 1.12 2003/12/30 17:51:22 iluxa Exp $ S=${WORKDIR}/Sablot-${PV} DESCRIPTION="An XSLT Parser in C++" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act" SLOT="0" LICENSE="MPL-1.1" -KEYWORDS="x86 sparc ppc hppa ~alpha amd64" +KEYWORDS="x86 sparc ppc hppa alpha amd64" DEPEND=">=dev-libs/expat-1.95.6-r1 dev-perl/XML-Parser" |