diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-21 11:42:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-21 11:42:07 +0000 |
commit | a782313ff03471f8814f5c9e37c979d4fc0d299b (patch) | |
tree | f8a70d3c068b3c8024faba09997cde8b97c478f7 /media-video/camstream | |
parent | Fix desktop entry properly, get rid of the superfluous arts use flag. (diff) | |
download | gentoo-2-a782313ff03471f8814f5c9e37c979d4fc0d299b.tar.gz gentoo-2-a782313ff03471f8814f5c9e37c979d4fc0d299b.tar.bz2 gentoo-2-a782313ff03471f8814f5c9e37c979d4fc0d299b.zip |
Cleanup autotools handling, closes bug #226417.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'media-video/camstream')
-rw-r--r-- | media-video/camstream/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/camstream/camstream-20070315.ebuild | 13 |
2 files changed, 8 insertions, 11 deletions
diff --git a/media-video/camstream/ChangeLog b/media-video/camstream/ChangeLog index 8d9a2be29df0..0162379e54c4 100644 --- a/media-video/camstream/ChangeLog +++ b/media-video/camstream/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/camstream # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.22 2008/04/15 11:51:31 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.23 2008/06/21 11:42:07 flameeyes Exp $ + + 21 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> + camstream-20070315.ebuild: + Cleanup autotools handling, closes bug #226417. 15 Apr 2008; Patrick Kursawe <phosphan@gentoo.org> camstream-20070315.ebuild: diff --git a/media-video/camstream/camstream-20070315.ebuild b/media-video/camstream/camstream-20070315.ebuild index 16ee399f2b04..62f7795e76c6 100644 --- a/media-video/camstream/camstream-20070315.ebuild +++ b/media-video/camstream/camstream-20070315.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v 1.6 2008/04/15 11:51:31 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v 1.7 2008/06/21 11:42:07 flameeyes Exp $ inherit eutils libtool autotools @@ -23,19 +23,12 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PN}-${MY_PV}" -WANT_AUTOCONF="2.5" -WANT_AUTOMAKE="1.9.6" - src_unpack () { unpack ${A} cd "${S}" epatch "${FILESDIR}/${PV}.patch" - for dir in "${S}" "${S}"/ccvt; do - cd ${dir} - eautoconf - elibtoolize - libtoolize --copy --force - done + eautoreconf + # Camstream has 32 bit asssembler normally. # patch has to be adapted #use amd64 && epatch ${FILESDIR}/x86_64-asm.patch |