diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-15 08:44:06 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-15 08:44:06 +0000 |
commit | 40463fb7abdf93894d2e31f2bda18198833487b6 (patch) | |
tree | 92163f921e593d4684b44b806a974146671259f5 /dev-libs/libwbxml | |
parent | unmask vamp sdk 2.0 now that audacity is fixed (diff) | |
download | gentoo-2-40463fb7abdf93894d2e31f2bda18198833487b6.tar.gz gentoo-2-40463fb7abdf93894d2e31f2bda18198833487b6.tar.bz2 gentoo-2-40463fb7abdf93894d2e31f2bda18198833487b6.zip |
Resurrected version 0.9.2_p48 back from the grave as it has one dependant package.
Added some basic QA fixes to it.
(Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'dev-libs/libwbxml')
-rw-r--r-- | dev-libs/libwbxml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild | 25 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-libs/libwbxml/ChangeLog b/dev-libs/libwbxml/ChangeLog index 4a7174f8af82..2a193a6e3980 100644 --- a/dev-libs/libwbxml/ChangeLog +++ b/dev-libs/libwbxml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libwbxml # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.12 2009/01/14 14:48:48 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.13 2009/01/15 08:44:06 s4t4n Exp $ + + 15 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> +libwbxml-0.9.2_p48.ebuild: + Resurrected version 0.9.2_p48 back from the grave as it has one dependant package. + Added some basic QA fixes to it. *libwbxml-0.10.1 (14 Jan 2009) diff --git a/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild b/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild new file mode 100644 index 000000000000..4dae72e1f939 --- /dev/null +++ b/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild,v 1.5 2009/01/15 08:44:06 s4t4n Exp $ + +IUSE="" + +MY_P="wbxml2-${PV%%_p*}+svn49synce" + +DESCRIPTION="Library and tools to parse, encode and handle WBXML documents." +HOMEPAGE="http://libwbxml.aymerick.com/" +SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND=">=dev-libs/expat-1.95.8" + +S="${WORKDIR}/${MY_P}" + +src_install() +{ + einstall || die "Installation failed" + dodoc AUTHORS BUGS ChangeLog NEWS README References THANKS TODO +} |