diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-03-16 10:33:03 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-03-16 10:33:03 +0000 |
commit | 5d4cdbf1ffc58fa2c39d0de50f83dfbd08c0b4d0 (patch) | |
tree | 19d8ee160fdbd32629c32086070fdcc658b7ed22 /dev-python | |
parent | And one month later glibc-2.3.4.20050125-r1 is ready for the masses... eat up... (diff) | |
download | historical-5d4cdbf1ffc58fa2c39d0de50f83dfbd08c0b4d0.tar.gz historical-5d4cdbf1ffc58fa2c39d0de50f83dfbd08c0b4d0.tar.bz2 historical-5d4cdbf1ffc58fa2c39d0de50f83dfbd08c0b4d0.zip |
Cosmetic Changes
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gst-python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/gst-python/Manifest | 4 | ||||
-rw-r--r-- | dev-python/gst-python/gst-python-0.8.1.ebuild | 11 |
3 files changed, 12 insertions, 10 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/Manifest b/dev-python/gst-python/Manifest index 9dffd59d73b2..0c8dc03df1cc 100644 --- a/dev-python/gst-python/Manifest +++ b/dev-python/gst-python/Manifest @@ -1,4 +1,4 @@ -MD5 caaa3b5dc993f2dbc0623fe8a1e5ede5 gst-python-0.8.1.ebuild 1244 -MD5 6686f0d41c0bf15127a7789e8dca4ad7 ChangeLog 339 +MD5 5ffc1750a31f5a4bed365bb84b0c3778 gst-python-0.8.1.ebuild 1203 +MD5 8f2949576dfe057a748390cd5e6ef953 ChangeLog 453 MD5 6050196ef420c3e4025029ebee5a813f metadata.xml 162 MD5 039da23a793cf44bd7aa29fcc8d92bae files/digest-gst-python-0.8.1 68 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 |