summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerm@gentoo.org>2005-03-16 10:33:03 +0000
committerZaheer Abbas Merali <zaheerm@gentoo.org>2005-03-16 10:33:03 +0000
commit7133edaf2a3f950e1063f536ec93681635edf840 (patch)
tree993aeb564b465f285fb07def2a788d7b79a6c84c /dev-python/gst-python
parentAnd one month later glibc-2.3.4.20050125-r1 is ready for the masses... eat up... (diff)
downloadgentoo-2-7133edaf2a3f950e1063f536ec93681635edf840.tar.gz
gentoo-2-7133edaf2a3f950e1063f536ec93681635edf840.tar.bz2
gentoo-2-7133edaf2a3f950e1063f536ec93681635edf840.zip
Cosmetic Changes
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/gst-python')
-rw-r--r--dev-python/gst-python/ChangeLog7
-rw-r--r--dev-python/gst-python/gst-python-0.8.1.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/dev-python/gst-python/ChangeLog b/dev-python/gst-python/ChangeLog
index 4978859abe36..bee72169ebd1 100644
--- a/dev-python/gst-python/ChangeLog
+++ b/dev-python/gst-python/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/gst-python
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.1 2005/03/16 00:07:32 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.2 2005/03/16 10:33:03 zaheerm Exp $
+
+*gst-python-0.8.1 (16 Mar 2005)
+
+ 16 Mar 2005; <zaheerm@gentoo.org> gst-python-0.8.1.ebuild:
+ Cosmetic changes
16 Mar 2005; <zaheerm@gentoo.org> :
Initial Commit
diff --git a/dev-python/gst-python/gst-python-0.8.1.ebuild b/dev-python/gst-python/gst-python-0.8.1.ebuild
index ebb83d0997fd..548f58ce8845 100644
--- a/dev-python/gst-python/gst-python-0.8.1.ebuild
+++ b/dev-python/gst-python/gst-python-0.8.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.8.1.ebuild,v 1.1 2005/03/16 00:07:32 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.8.1.ebuild,v 1.2 2005/03/16 10:33:03 zaheerm Exp $
-inherit python debug
+inherit python
DESCRIPTION="A Python Interface to GStreamer"
HOMEPAGE="http://gstreamer.freedesktop.org"
@@ -24,18 +24,15 @@ DEPEND="${RDEPEND}
doc? ( app-text/xmlto
dev-libs/libxml2 )"
-S=${WORKDIR}/${P}
-
src_compile() {
- use doc && myconf="--enable-docs" || myconf="--disable-docs"
-
+ myconf=`use_enable doc docs`
econf ${myconf} || die
emake || die
}
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
docinto examples
cp -a examples/* ${D}usr/share/doc/${PF}/examples