summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2002-03-27 04:52:59 +0000
committerBruce A. Locke <blocke@gentoo.org>2002-03-27 04:52:59 +0000
commit11c4570f91559e9f97577888cda5ea860df6e153 (patch)
tree1406f1f505d5ccc88ac041b6d1ea96105fea1a0d /media-video
parentadded a comment to ogle ebuild (diff)
downloadgentoo-2-11c4570f91559e9f97577888cda5ea860df6e153.tar.gz
gentoo-2-11c4570f91559e9f97577888cda5ea860df6e153.tar.bz2
gentoo-2-11c4570f91559e9f97577888cda5ea860df6e153.zip
minor updates
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ogle-gui/ChangeLog16
-rw-r--r--media-video/ogle-gui/files/digest-ogle-gui-0.8.2-r3 (renamed from media-video/ogle-gui/files/digest-ogle-gui-0.8.2)0
-rw-r--r--media-video/ogle-gui/ogle-gui-0.8.2-r3.ebuild (renamed from media-video/ogle-gui/ogle-gui-0.8.2.ebuild)19
3 files changed, 19 insertions, 16 deletions
diff --git a/media-video/ogle-gui/ChangeLog b/media-video/ogle-gui/ChangeLog
index d2bbd9ffcec9..e365c02877cd 100644
--- a/media-video/ogle-gui/ChangeLog
+++ b/media-video/ogle-gui/ChangeLog
@@ -1,13 +1,11 @@
# ChangeLog for media-video/ogle-gui
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-video/ogle-gui/ChangeLog,v 1.1 2002/02/01 21:53:31 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ogle-gui/ChangeLog,v 1.2 2002/03/27 04:52:52 blocke Exp $
+
+*ogle-gui-0.8.2-r3
+
+ 26 Mar 2002; Bruce A. Locke <blocke@shivan.org> ogle-gui-0.8.2-r3.ebuild:
+
+ Minor ebuild cleanups
-*ogle-gui-0.8.2 (1 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/media-video/ogle-gui/files/digest-ogle-gui-0.8.2 b/media-video/ogle-gui/files/digest-ogle-gui-0.8.2-r3
index a9eedac8f4e1..a9eedac8f4e1 100644
--- a/media-video/ogle-gui/files/digest-ogle-gui-0.8.2
+++ b/media-video/ogle-gui/files/digest-ogle-gui-0.8.2-r3
diff --git a/media-video/ogle-gui/ogle-gui-0.8.2.ebuild b/media-video/ogle-gui/ogle-gui-0.8.2-r3.ebuild
index 3401d63d1a7b..e8beec064879 100644
--- a/media-video/ogle-gui/ogle-gui-0.8.2.ebuild
+++ b/media-video/ogle-gui/ogle-gui-0.8.2-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Bruce A. Locke <blocke@shivan.org>
-# $Header: /var/cvsroot/gentoo-x86/media-video/ogle-gui/ogle-gui-0.8.2.ebuild,v 1.2 2002/01/19 10:32:54 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ogle-gui/ogle-gui-0.8.2-r3.ebuild,v 1.1 2002/03/27 04:52:53 blocke Exp $
P="ogle_gui-0.8.2"
S=${WORKDIR}/${P}
@@ -14,19 +14,24 @@ RDEPEND=$DEPEND
src_compile() {
- local myconf
+ local myconf
- use nls || myconf="--disable-nls"
+ use nls || myconf="--disable-nls"
- ./configure --prefix=/usr --host=${CHOST} $myconf || die
- make || die
+ libtoolize --copy --force
+
+ # libxml2 hack
+ CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml"
+
+ ./configure --prefix=/usr --host=${CHOST} $myconf || die
+ emake || die
}
src_install() {
- make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info docdir=${D}/usr/share/doc/${PF}/html sysconfdir=${D}/etc install || die
+ make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info docdir=${D}/usr/share/doc/${PF}/html sysconfdir=${D}/etc install || die
- dodoc ABOUT-NLS AUTHORS COPYING INSTALL NEWS README
+ dodoc ABOUT-NLS AUTHORS COPYING INSTALL NEWS README
}