summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-06-25 17:15:24 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-06-25 17:15:24 +0000
commitbf2f73837b35b2d28ccb82546ef8f472dbbc64c3 (patch)
tree24b21c5220cbee3b620f341e03956ebf2f8a1df3
parentMarking sparc stable (diff)
downloadgentoo-2-bf2f73837b35b2d28ccb82546ef8f472dbbc64c3.tar.gz
gentoo-2-bf2f73837b35b2d28ccb82546ef8f472dbbc64c3.tar.bz2
gentoo-2-bf2f73837b35b2d28ccb82546ef8f472dbbc64c3.zip
(QA) Fix deps. bug #151727.
(Portage version: 2.1.3_rc5)
-rw-r--r--dev-libs/libassetml/ChangeLog6
-rw-r--r--dev-libs/libassetml/libassetml-1.1.ebuild9
-rw-r--r--dev-libs/libassetml/libassetml-1.2.1.ebuild9
3 files changed, 17 insertions, 7 deletions
diff --git a/dev-libs/libassetml/ChangeLog b/dev-libs/libassetml/ChangeLog
index c4727c8c8c23..c01b8c32a940 100644
--- a/dev-libs/libassetml/ChangeLog
+++ b/dev-libs/libassetml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libassetml
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/ChangeLog,v 1.7 2007/02/09 02:29:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/ChangeLog,v 1.8 2007/06/25 17:15:24 peper Exp $
+
+ 25 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> libassetml-1.1.ebuild,
+ libassetml-1.2.1.ebuild:
+ (QA) Fix deps. bug #151727.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/dev-libs/libassetml/libassetml-1.1.ebuild b/dev-libs/libassetml/libassetml-1.1.ebuild
index de160fe14d7a..b130913a9079 100644
--- a/dev-libs/libassetml/libassetml-1.1.ebuild
+++ b/dev-libs/libassetml/libassetml-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.1.ebuild,v 1.6 2005/04/22 09:31:27 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.1.ebuild,v 1.7 2007/06/25 17:15:24 peper Exp $
DESCRIPTION="use xml files as resource databases"
HOMEPAGE="http://ofset.sourceforge.net/"
@@ -11,12 +11,15 @@ SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
-DEPEND="=dev-libs/glib-2*
+RDEPEND="=dev-libs/glib-2*
dev-libs/libxml2
dev-libs/popt
sys-apps/texinfo
app-text/texi2html"
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
+
src_install() {
emake install DESTDIR=${D} || die
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
diff --git a/dev-libs/libassetml/libassetml-1.2.1.ebuild b/dev-libs/libassetml/libassetml-1.2.1.ebuild
index 3a12d6f1138f..360cdff23e10 100644
--- a/dev-libs/libassetml/libassetml-1.2.1.ebuild
+++ b/dev-libs/libassetml/libassetml-1.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.2.1.ebuild,v 1.3 2004/07/14 14:31:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.2.1.ebuild,v 1.4 2007/06/25 17:15:24 peper Exp $
DESCRIPTION="use xml files as resource databases"
HOMEPAGE="http://ofset.sourceforge.net/"
@@ -11,12 +11,15 @@ SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
IUSE=""
-DEPEND="=dev-libs/glib-2*
+RDEPEND="=dev-libs/glib-2*
dev-libs/libxml2
dev-libs/popt
sys-apps/texinfo
app-text/texi2html"
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
+
src_install() {
emake install DESTDIR=${D} || die
dodoc AUTHORS ChangeLog NEWS README THANKS TODO