diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-05-10 15:25:28 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-05-10 15:25:28 +0000 |
commit | 9939b32814c486d27a819f755a08f504a335a2a8 (patch) | |
tree | b6ddbc41c8d2a414622245c82ed775d3e18177f5 /media-video | |
parent | clean old (diff) | |
download | gentoo-2-9939b32814c486d27a819f755a08f504a335a2a8.tar.gz gentoo-2-9939b32814c486d27a819f755a08f504a335a2a8.tar.bz2 gentoo-2-9939b32814c486d27a819f755a08f504a335a2a8.zip |
remove cruft
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/flumotion/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/flumotion/Manifest | 2 | ||||
-rw-r--r-- | media-video/flumotion/flumotion-0.1.6.ebuild | 7 |
3 files changed, 7 insertions, 8 deletions
diff --git a/media-video/flumotion/ChangeLog b/media-video/flumotion/ChangeLog index 16c2e479e45c..df0d37e17ff0 100644 --- a/media-video/flumotion/ChangeLog +++ b/media-video/flumotion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/flumotion # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.3 2005/04/07 12:23:20 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.4 2005/05/10 15:25:28 zaheerm Exp $ + + 10 May 2005; Zaheer Abbas Merali <zaheerm@gentoo.org> + flumotion-0.1.6.ebuild: + remove cruft 07 Apr 2005; <zaheerm@gentoo.org> : Version bump diff --git a/media-video/flumotion/Manifest b/media-video/flumotion/Manifest index 490ba0855b86..f9f314ba7c45 100644 --- a/media-video/flumotion/Manifest +++ b/media-video/flumotion/Manifest @@ -1,4 +1,4 @@ -MD5 e0396cb7bc686120df16f64f94746f11 flumotion-0.1.6.ebuild 2351 +MD5 66ccc590b7d7c3418427fd32dab31cda flumotion-0.1.6.ebuild 2277 MD5 7a996e8c909a5c50999d49ed3b753eb8 flumotion-0.1.7.ebuild 2277 MD5 996a01d90d906d9446ba188188b67c13 ChangeLog 522 MD5 6050196ef420c3e4025029ebee5a813f metadata.xml 162 diff --git a/media-video/flumotion/flumotion-0.1.6.ebuild b/media-video/flumotion/flumotion-0.1.6.ebuild index bc71f5c69a0a..3f869134690c 100644 --- a/media-video/flumotion/flumotion-0.1.6.ebuild +++ b/media-video/flumotion/flumotion-0.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.1.6.ebuild,v 1.1 2005/03/25 00:25:19 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.1.6.ebuild,v 1.2 2005/05/10 15:25:28 zaheerm Exp $ inherit eutils @@ -74,11 +74,6 @@ src_install() { keepdir /var/log/flumotion } -# borrowed from jboss ebuild -without_error() { - $@ &>/dev/null || true -} - pkg_postinst() { if ! enewgroup flumotion || ! enewuser flumotion -1 /bin/false /usr/share/flumotion flumotion,audio,video,sys; then die "Unable to add flumotion user and flumotion group." |