diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-05-19 10:26:03 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-05-19 10:26:03 +0000 |
commit | 29dda7f4b49d2337146194cbc1f4ddbc99eef5b5 (patch) | |
tree | af8db493bc8c4cce1c826441d896a0446f566641 /app-text/libxmlpatch | |
parent | Initial import of ssddiff, a C++ implementation of xmldiff. (diff) | |
download | gentoo-2-29dda7f4b49d2337146194cbc1f4ddbc99eef5b5.tar.gz gentoo-2-29dda7f4b49d2337146194cbc1f4ddbc99eef5b5.tar.bz2 gentoo-2-29dda7f4b49d2337146194cbc1f4ddbc99eef5b5.zip |
Initial import of Nokia's xmlpatch suite.
(Portage version: 2.1.5)
Diffstat (limited to 'app-text/libxmlpatch')
-rw-r--r-- | app-text/libxmlpatch/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/libxmlpatch/Manifest | 5 | ||||
-rw-r--r-- | app-text/libxmlpatch/files/libxmlpatch-0.3.1-asneeded.patch | 12 | ||||
-rw-r--r-- | app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild | 32 | ||||
-rw-r--r-- | app-text/libxmlpatch/metadata.xml | 8 |
5 files changed, 68 insertions, 0 deletions
diff --git a/app-text/libxmlpatch/ChangeLog b/app-text/libxmlpatch/ChangeLog new file mode 100644 index 000000000000..bd15b22c130b --- /dev/null +++ b/app-text/libxmlpatch/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-text/libxmlpatch +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/ChangeLog,v 1.1 2008/05/19 10:26:03 flameeyes Exp $ + +*libxmlpatch-0.3.1 (19 May 2008) + + 19 May 2008; Diego Pettenò <flameeyes@gentoo.org> + +files/libxmlpatch-0.3.1-asneeded.patch, +metadata.xml, + +libxmlpatch-0.3.1.ebuild: + Initial import of Nokia's xmlpatch suite. + diff --git a/app-text/libxmlpatch/Manifest b/app-text/libxmlpatch/Manifest new file mode 100644 index 000000000000..4f7d543be404 --- /dev/null +++ b/app-text/libxmlpatch/Manifest @@ -0,0 +1,5 @@ +AUX libxmlpatch-0.3.1-asneeded.patch 460 RMD160 418493afa0f778adc26317e7d0b8e61b87f20274 SHA1 d3632e31e0d5bc6b2dcfd149e72171a632202017 SHA256 6c51664e26fa979a459adeb8a9986fe0f1e1da15d533f9f8eb78ae86f66f88d6 +DIST libxmlpatch-0.3.1.tar.gz 356298 RMD160 f79148631ff1aef34ad8a9080877a8886a7d3e7e SHA1 8c9f907e2483e306a83f35df99ff0b6b0f1c9f42 SHA256 6af1168118b12bb90b74483aaaceb80154fb9f4f9294abca0505208c6fbb6edb +EBUILD libxmlpatch-0.3.1.ebuild 801 RMD160 70dc77c18ecff3d39c4021ba952e99f980582967 SHA1 629b26e13514cc2cb3c0d95471e5c36f8e1808ca SHA256 3bad6dad5c632d77056c92ec07caf8fb8a770fd6b38d226c6faf6566fff69e76 +MISC ChangeLog 340 RMD160 03bf01a239ddf1bfb1a61fc2823000789b4497d2 SHA1 85ec13512b462e74bc1abf8ad740f4b8c6c7c585 SHA256 f1d56122084af831ac21f893f577b47ba8db01d1f8c56fd5af4dff778f19e851 +MISC metadata.xml 233 RMD160 da5a1d3b7836dcebb5fec29696b5bfb583fe346c SHA1 1c7142c677598358888a6cfc6f6f65df2e8b6901 SHA256 4d1294dc1b2a6f96aa637a0b8d340bc67191103af0f15197d07fc62446b4a709 diff --git a/app-text/libxmlpatch/files/libxmlpatch-0.3.1-asneeded.patch b/app-text/libxmlpatch/files/libxmlpatch-0.3.1-asneeded.patch new file mode 100644 index 000000000000..0ce6cf5d5bda --- /dev/null +++ b/app-text/libxmlpatch/files/libxmlpatch-0.3.1-asneeded.patch @@ -0,0 +1,12 @@ +Index: libxmlpatch-0.3.1/diff/Makefile.am +=================================================================== +--- libxmlpatch-0.3.1.orig/diff/Makefile.am ++++ libxmlpatch-0.3.1/diff/Makefile.am +@@ -29,6 +29,7 @@ INCLUDES = $(DEPS_XML_CFLAGS) $(DEPS_GLI + lib_LTLIBRARIES = libxmldiff.la + + libxmldiff_la_SOURCES = xml_diff.c ++libxmldiff_la_LIBADD = $(DEPS_GLIB_LIBS) + + libxmldiff_includedir = $(includedir)/libxmldiff + libxmldiff_include_HEADERS = xml_diff.h diff --git a/app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild b/app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild new file mode 100644 index 000000000000..0401c7a4a601 --- /dev/null +++ b/app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild,v 1.1 2008/05/19 10:26:03 flameeyes Exp $ + +inherit eutils autotools + +DESCRIPTION="A set of tools to create and apply patch to XML files using XPath" +HOMEPAGE="http://opensource.nokia.com/projects/xmlpatch/index.html" +SRC_URI="mirror://sourceforge/${PN/lib}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-libs/glib" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${P}-asneeded.patch" + + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc LEGAL_NOTICE README TODO AUTHORS NEWS ChangeLog +} diff --git a/app-text/libxmlpatch/metadata.xml b/app-text/libxmlpatch/metadata.xml new file mode 100644 index 000000000000..2d083ce3bc66 --- /dev/null +++ b/app-text/libxmlpatch/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>flameeyes@gentoo.org</email> + </maintainer> +</pkgmetadata> |