summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-03-24 20:50:14 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-03-24 20:50:14 +0000
commit22331b8eb8771e84a50c22b39efb9b1cdb93edd0 (patch)
tree820e4f06875e5e60f5f6550349337ccd0b3fff23 /dev-cpp
parentbeta4 won't work if alsa-oss is installed (diff)
downloadgentoo-2-22331b8eb8771e84a50c22b39efb9b1cdb93edd0.tar.gz
gentoo-2-22331b8eb8771e84a50c22b39efb9b1cdb93edd0.tar.bz2
gentoo-2-22331b8eb8771e84a50c22b39efb9b1cdb93edd0.zip
Version bump (solves bug #202450). Dropped old versions.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/libmxmlplus/ChangeLog11
-rw-r--r--dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20060111.ebuild41
-rw-r--r--dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20080323.ebuild (renamed from dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20060618.ebuild)26
3 files changed, 19 insertions, 59 deletions
diff --git a/dev-cpp/libmxmlplus/ChangeLog b/dev-cpp/libmxmlplus/ChangeLog
index 120b76f3270f..423923836f4e 100644
--- a/dev-cpp/libmxmlplus/ChangeLog
+++ b/dev-cpp/libmxmlplus/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-cpp/libmxmlplus
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libmxmlplus/ChangeLog,v 1.4 2007/03/19 03:35:01 kloeri Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libmxmlplus/ChangeLog,v 1.5 2008/03/24 20:50:14 dev-zero Exp $
+
+*libmxmlplus-0.9.2_p20080323 (24 Mar 2008)
+
+ 24 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
+ -libmxmlplus-0.9.2_p20060111.ebuild, -libmxmlplus-0.9.2_p20060618.ebuild,
+ +libmxmlplus-0.9.2_p20080323.ebuild:
+ Version bump (solves bug #202450). Dropped old versions.
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove flameeyes from metadata.xml due to retirement.
diff --git a/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20060111.ebuild b/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20060111.ebuild
deleted file mode 100644
index 3aaef9c03165..000000000000
--- a/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20060111.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20060111.ebuild,v 1.1 2006/01/11 13:19:49 flameeyes Exp $
-
-inherit libtool
-
-DESCRIPTION="Minimal XML DOM Library"
-
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-HOMEPAGE="http://mxml.sourceforge.net/"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="doc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- elibtoolize
-}
-
-src_compile() {
- econf \
- --enable-shared \
- $(use_enable doc) \
- --disable-dependency-tracking || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- make DESTDIR=${D} install || die
-
- if use doc; then
- dodir /usr/share/doc/${PF}
- dohtml -r ${S}/doc/html/*
- fi
-}
diff --git a/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20060618.ebuild b/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20080323.ebuild
index 89f0ee785a17..a5ae6de3265e 100644
--- a/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20060618.ebuild
+++ b/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20080323.ebuild
@@ -1,26 +1,18 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20060618.ebuild,v 1.1 2006/06/18 01:23:50 flameeyes Exp $
-
-inherit libtool
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20080323.ebuild,v 1.1 2008/03/24 20:50:14 dev-zero Exp $
DESCRIPTION="Minimal XML DOM Library"
-
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.lzma"
HOMEPAGE="http://mxml.sourceforge.net/"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-src_unpack() {
- unpack ${A}
- elibtoolize
-}
+DEPEND="doc? ( app-doc/doxygen )
+ app-arch/lzma-utils"
+RDEPEND=""
src_compile() {
econf \
@@ -31,10 +23,12 @@ src_compile() {
}
src_install () {
- emake DESTDIR=${D} install || die
+ emake DESTDIR=${D} install || die "emake install failed"
+
+ dodoc AUTHORS ChangeLog NEWS README RELNOTES TODO
if use doc; then
dodir /usr/share/doc/${PF}
- dohtml -r ${S}/doc/html/*
+ dohtml -r "${S}/doc/html"/*
fi
}