diff options
author | 2003-09-12 16:08:23 +0000 | |
---|---|---|
committer | 2003-09-12 16:08:23 +0000 | |
commit | 688ee76e460c87c612d521006633f1e663bb0e80 (patch) | |
tree | 678650c3672bacf7cffedd1d1f5e286d9c4db57c | |
parent | New version and metadata.xml (diff) | |
download | gentoo-2-688ee76e460c87c612d521006633f1e663bb0e80.tar.gz gentoo-2-688ee76e460c87c612d521006633f1e663bb0e80.tar.bz2 gentoo-2-688ee76e460c87c612d521006633f1e663bb0e80.zip |
New version and metadata.xml
-rw-r--r-- | app-text/sablotron/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/sablotron/Manifest | 7 | ||||
-rw-r--r-- | app-text/sablotron/files/digest-sablotron-1.0 | 1 | ||||
-rw-r--r-- | app-text/sablotron/metadata.xml | 5 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-0.97.ebuild | 4 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-1.0.ebuild | 51 |
6 files changed, 71 insertions, 6 deletions
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog index 1f5fe686fc5d..4bf25ee9792e 100644 --- a/app-text/sablotron/ChangeLog +++ b/app-text/sablotron/ChangeLog @@ -1,6 +1,13 @@ # 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.17 2003/06/18 15:39:55 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.18 2003/09/12 16:07:56 obz Exp $ + +*sablotron-1.0 (13 Sep 2003) + + 13 Sep 2003; Mike Gardiner <obz@gentoo.org> sablotron-0.97.ebuild, + sablotron-1.0.ebuild: + New version, marked ~ on all archs, stabilise as you can. Added + metadata.xml. Thanks to Nicolas GRANDCLAUDE for help with bug #26317. 18 Jun 2003; Jason Wever <weeve@gentoo.org> sablotron-0.97.ebuild: Changed ~sparc keyword to sparc to fix dependency problem from recent php glsa. diff --git a/app-text/sablotron/Manifest b/app-text/sablotron/Manifest index fb5540af2fd1..f067e751d670 100644 --- a/app-text/sablotron/Manifest +++ b/app-text/sablotron/Manifest @@ -1,7 +1,8 @@ -MD5 faecd960f1bdb20dec08acf9d41fbe54 sablotron-0.97.ebuild 813 -MD5 1a85d9dde201ca82c965dc66c9eb00fa sablotron-1.0.ebuild 1228 +MD5 d31fdce62501d00033e7b4300cb8ba28 sablotron-0.97.ebuild 810 +MD5 5492948c92d172be06c6dd4375217930 sablotron-1.0.ebuild 1327 MD5 c49ebe7b5816df5e00d1e36b48d5a57c sablotron-0.96.ebuild 887 -MD5 09b32f8fa1ad3e1d02b75f40b63f5e45 ChangeLog 2849 +MD5 ac827e5a4214057d5a539398f2787c1e ChangeLog 3109 +MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 42df851a9f037fa853698dbdb7c2b449 files/digest-sablotron-1.0 62 MD5 d4d88eebd05b4208b430c3e2738431a4 files/Sablot-0.96.1.patch 1698 MD5 bd659f0d856dbbac81723564bfdeb57b files/digest-sablotron-0.96 63 diff --git a/app-text/sablotron/files/digest-sablotron-1.0 b/app-text/sablotron/files/digest-sablotron-1.0 new file mode 100644 index 000000000000..3e9519da18f7 --- /dev/null +++ b/app-text/sablotron/files/digest-sablotron-1.0 @@ -0,0 +1 @@ +MD5 16f6487f1872a31ed566b0f2cfeba895 Sablot-1.0.tar.gz 484144 diff --git a/app-text/sablotron/metadata.xml b/app-text/sablotron/metadata.xml new file mode 100644 index 000000000000..06689a1a9114 --- /dev/null +++ b/app-text/sablotron/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>text-markup</herd> +</pkgmetadata> diff --git a/app-text/sablotron/sablotron-0.97.ebuild b/app-text/sablotron/sablotron-0.97.ebuild index c07f715db3ba..1018d7cbb3a7 100644 --- a/app-text/sablotron/sablotron-0.97.ebuild +++ b/app-text/sablotron/sablotron-0.97.ebuild @@ -1,7 +1,7 @@ # 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.8 2003/08/14 19:10:31 tester Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.97.ebuild,v 1.9 2003/09/12 16:07:56 obz Exp $ + S=${WORKDIR}/Sablot-${PV} DESCRIPTION="An XSLT Parser in C++" SRC_URI="http://download-2.gingerall.cz/download/sablot/Sablot-${PV}.tar.gz" diff --git a/app-text/sablotron/sablotron-1.0.ebuild b/app-text/sablotron/sablotron-1.0.ebuild new file mode 100644 index 000000000000..639c1efef472 --- /dev/null +++ b/app-text/sablotron/sablotron-1.0.ebuild @@ -0,0 +1,51 @@ +# 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-1.0.ebuild,v 1.1 2003/09/12 16:07:56 obz Exp $ + +MY_PN="Sablot" +MY_P="${MY_PN}-${PV}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="An XSLT Parser in C++" +SRC_URI="http://download-2.gingerall.cz/download/sablot/${MY_P}.tar.gz" +HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act" +# Sablotron can optionally be built under GPL, using MPL for now +LICENSE="MPL-1.1" + +SLOT="0" +IUSE="doc perl" +KEYWORDS="~x86 ~sparc ~ppc ~hppa ~alpha ~amd64" + +DEPEND=">=dev-libs/expat-1.95.6-r1 + >=dev-perl/XML-Parser-2.3" + +DOCS="INSTALL README README_JS RELEASE src/TODO" + +src_compile() { + + local myconf="" + + use perl \ + && myconf="${myconf} --enable-perlconnect" + + use doc \ + && myconf="${myconf} --with-html-dir=${D}/usr/share/doc/${P}/html" \ + || myconf="${myconf} --without-html-dir" + + # rphillips, fixes bug #3876 + # this is fixed for me with apache2, but keeping it in here + # for apache1 users and/or until some clever detection + # is added <obz@gentoo.org> + export LDFLAGS="-lstdc++" + + econf ${myconf} --prefix=${D} || die "Configure failed" + emake || die "Make failed" + +} + +src_install() { + + einstall || die "Install failed" + dodoc ${DOCS} + +} |