diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2007-03-12 23:19:03 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2007-03-12 23:19:03 +0000 |
commit | c032d1f79f9447c8181ba69cb3fe0a9578332034 (patch) | |
tree | 4caa3ca3da9b66cf825c631d2eba3540a043bfb7 /app-text/sablotron | |
parent | Replacing text-markup herd with the new sgml herd. (diff) | |
download | gentoo-2-c032d1f79f9447c8181ba69cb3fe0a9578332034.tar.gz gentoo-2-c032d1f79f9447c8181ba69cb3fe0a9578332034.tar.bz2 gentoo-2-c032d1f79f9447c8181ba69cb3fe0a9578332034.zip |
Replacing text-markup herd with the new sgml herd.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text/sablotron')
-rw-r--r-- | app-text/sablotron/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sablotron/files/digest-sablotron-1.0.1-r1 | 3 | ||||
-rw-r--r-- | app-text/sablotron/metadata.xml | 2 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-1.0.1-r1.ebuild | 54 |
4 files changed, 5 insertions, 59 deletions
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog index 7dc945ba3fdb..724584caaf0a 100644 --- a/app-text/sablotron/ChangeLog +++ b/app-text/sablotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sablotron # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.52 2007/02/21 23:39:19 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.53 2007/03/12 23:19:03 leonardop Exp $ + + 12 Mar 2007; Leonardo Boshell <leonardop@gentoo.org> metadata.xml: + Replacing text-markup herd with the new sgml herd. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-text/sablotron/files/digest-sablotron-1.0.1-r1 b/app-text/sablotron/files/digest-sablotron-1.0.1-r1 deleted file mode 100644 index 8304f21f28bc..000000000000 --- a/app-text/sablotron/files/digest-sablotron-1.0.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8d06392ef2e46652bce1c5e2b68d0662 Sablot-1.0.1.tar.gz 485874 -RMD160 2c52eecde29fe6913af00337dc2102995abaa78c Sablot-1.0.1.tar.gz 485874 -SHA256 e2d0c6b4a584a274a154a5c86ff751f66f915e7451a898a7ab6af632119d907c Sablot-1.0.1.tar.gz 485874 diff --git a/app-text/sablotron/metadata.xml b/app-text/sablotron/metadata.xml index 06689a1a9114..e96086477315 100644 --- a/app-text/sablotron/metadata.xml +++ b/app-text/sablotron/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>text-markup</herd> + <herd>sgml</herd> </pkgmetadata> diff --git a/app-text/sablotron/sablotron-1.0.1-r1.ebuild b/app-text/sablotron/sablotron-1.0.1-r1.ebuild deleted file mode 100644 index d683cf0eff5b..000000000000 --- a/app-text/sablotron/sablotron-1.0.1-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.1-r1.ebuild,v 1.2 2007/01/05 07:26:41 flameeyes Exp $ - -inherit libtool flag-o-matic - -MY_PN="Sablot" -MY_P="${MY_PN}-${PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="An XSLT Parser in C++" -HOMEPAGE="http://www.gingerall.com/charlie/ga/xml/p_sub.xml" -SRC_URI="http://download-1.gingerall.cz/download/sablot/${MY_P}.tar.gz" - -# Sablotron can optionally be built under GPL, using MPL for now -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="doc perl" - -RDEPEND=">=dev-libs/expat-1.95.6-r1" -DEPEND="${RDEPEND} - doc? ( >=dev-perl/XML-Parser-2.3 )" - -DOCS="INSTALL README README_JS RELEASE src/TODO" - -src_compile() { - local myconf= - - # Please do not remove, else we get references to PORTAGE_TMPDIR - # in /usr/lib/libsablot.la ... - elibtoolize - - 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> - append-ldflags -lstdc++ -shared-libgcc - - econf ${myconf} || die "Configure failed" - emake || die "Make failed" -} - -src_install() { - einstall || die "Install failed" - dodoc ${DOCS} -} |