summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Krotkine <dams@gentoo.org>2004-10-11 10:03:52 +0000
committerDamien Krotkine <dams@gentoo.org>2004-10-11 10:03:52 +0000
commitd7f2cc00b40a8b94c9b998fe9cbdb91736fb0099 (patch)
treee55c80decdd61cb63036257e019151df77ae38f0 /dev-libs/dvutil
parentremoved a few unused patches from the tarball. removed an old ppc -fPIC patch... (diff)
downloadgentoo-2-d7f2cc00b40a8b94c9b998fe9cbdb91736fb0099.tar.gz
gentoo-2-d7f2cc00b40a8b94c9b998fe9cbdb91736fb0099.tar.bz2
gentoo-2-d7f2cc00b40a8b94c9b998fe9cbdb91736fb0099.zip
qa stuff, fixed missing DESTDIR in doc/
Diffstat (limited to 'dev-libs/dvutil')
-rw-r--r--dev-libs/dvutil/ChangeLog7
-rw-r--r--dev-libs/dvutil/dvutil-0.12.10.ebuild4
-rw-r--r--dev-libs/dvutil/dvutil-0.13.13.ebuild8
-rw-r--r--dev-libs/dvutil/files/0.13.13-gentoo-doc_distdir.patch11
-rw-r--r--dev-libs/dvutil/metadata.xml9
5 files changed, 34 insertions, 5 deletions
diff --git a/dev-libs/dvutil/ChangeLog b/dev-libs/dvutil/ChangeLog
index c4c826616e1b..b283552f5910 100644
--- a/dev-libs/dvutil/ChangeLog
+++ b/dev-libs/dvutil/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/dvutil
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/ChangeLog,v 1.10 2004/07/02 04:39:13 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/ChangeLog,v 1.11 2004/10/11 10:03:52 dams Exp $
+
+ 11 Oct 2004; <dams@gentoo.org> +metadata.xml,
+ +files/0.13.13-gentoo-doc_distdir.patch, dvutil-0.12.10.ebuild,
+ dvutil-0.13.13.ebuild:
+ qa stuff, fixed missing DESTDIR in doc/
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
dvutil-0.12.10.ebuild, dvutil-0.13.13.ebuild:
diff --git a/dev-libs/dvutil/dvutil-0.12.10.ebuild b/dev-libs/dvutil/dvutil-0.12.10.ebuild
index da572dbfb51d..29bc2a021904 100644
--- a/dev-libs/dvutil/dvutil-0.12.10.ebuild
+++ b/dev-libs/dvutil/dvutil-0.12.10.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/dvutil-0.12.10.ebuild,v 1.3 2004/07/02 04:39:13 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/dvutil-0.12.10.ebuild,v 1.4 2004/10/11 10:03:52 dams Exp $
S=${WORKDIR}/dvutil-${PV}
DESCRIPTION="dvutil provides some general C++ utility classes for files, directories, dates, property lists, reference counted pointers, number conversion etc. "
SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvutil/download/dvutil-${PV}.tar.gz"
HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvutil/html/"
-KEYWORDS="x86 ppc amd64 sparc ia64 ppc64"
+KEYWORDS="x86 ppc sparc "
LICENSE="GPL-2"
SLOT="0"
diff --git a/dev-libs/dvutil/dvutil-0.13.13.ebuild b/dev-libs/dvutil/dvutil-0.13.13.ebuild
index 5cf973b81e24..8c1bb42c5ead 100644
--- a/dev-libs/dvutil/dvutil-0.13.13.ebuild
+++ b/dev-libs/dvutil/dvutil-0.13.13.ebuild
@@ -1,19 +1,23 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/dvutil-0.13.13.ebuild,v 1.3 2004/07/02 04:39:13 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/dvutil-0.13.13.ebuild,v 1.4 2004/10/11 10:03:52 dams Exp $
S=${WORKDIR}/dvutil-${PV}
DESCRIPTION="dvutil provides some general C++ utility classes for files, directories, dates, property lists, reference counted pointers, number conversion etc. "
SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvutil/download/dvutil-${PV}.tar.gz"
HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvutil/html/"
-KEYWORDS="x86 ppc amd64 sparc ia64 ppc64"
+KEYWORDS="x86 ppc sparc"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="virtual/libc"
RDEPEND=${DEPEND}
+PATCHS="${FILESDIR}/0.13.13-gentoo-doc_distdir.patch"
+
+inherit eutils
src_install() {
+ cd ${WORKDIR}/${P}/doc && epatch ${PATCHS}
make DESTDIR=${D} install
}
diff --git a/dev-libs/dvutil/files/0.13.13-gentoo-doc_distdir.patch b/dev-libs/dvutil/files/0.13.13-gentoo-doc_distdir.patch
new file mode 100644
index 000000000000..e4819912c07e
--- /dev/null
+++ b/dev-libs/dvutil/files/0.13.13-gentoo-doc_distdir.patch
@@ -0,0 +1,11 @@
+--- Makefile.old 2004-10-08 23:37:58.858574088 +0200
++++ Makefile 2004-10-08 23:38:20.896223856 +0200
+@@ -300,7 +300,7 @@
+
+
+ install-exec-local: # ensures this is done before install-data
+- $(mkinstalldirs) -m 0755 $(pkgdatadir)/download
++ $(mkinstalldirs) -m 0755 $(DESTDIR)$(pkgdatadir)/download
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff --git a/dev-libs/dvutil/metadata.xml b/dev-libs/dvutil/metadata.xml
new file mode 100644
index 000000000000..5971e68dbb19
--- /dev/null
+++ b/dev-libs/dvutil/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+<herd></herd>
+<maintainer>
+ <email></email>
+</maintainer>
+</pkgmetadata>