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 | 4024fa8e99e58bfa600782764aa5c342b396baea (patch) | |
tree | cf7ee4e595b417e389c00d4f9af7bc6862300867 /media-video/flumotion | |
parent | clean old (diff) | |
download | historical-4024fa8e99e58bfa600782764aa5c342b396baea.tar.gz historical-4024fa8e99e58bfa600782764aa5c342b396baea.tar.bz2 historical-4024fa8e99e58bfa600782764aa5c342b396baea.zip |
remove cruft
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-video/flumotion')
-rw-r--r-- | media-video/flumotion/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/flumotion/Manifest | 4 | ||||
-rw-r--r-- | media-video/flumotion/flumotion-0.1.6.ebuild | 7 |
3 files changed, 8 insertions, 9 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..c77fd1b2d46e 100644 --- a/media-video/flumotion/Manifest +++ b/media-video/flumotion/Manifest @@ -1,6 +1,6 @@ -MD5 e0396cb7bc686120df16f64f94746f11 flumotion-0.1.6.ebuild 2351 +MD5 f431973f0793542a4cbe702bbdea37a4 flumotion-0.1.6.ebuild 2277 MD5 7a996e8c909a5c50999d49ed3b753eb8 flumotion-0.1.7.ebuild 2277 -MD5 996a01d90d906d9446ba188188b67c13 ChangeLog 522 +MD5 95bd2efbb45c1a05bb8715919a95721e ChangeLog 620 MD5 6050196ef420c3e4025029ebee5a813f metadata.xml 162 MD5 580aa0b30c3ddad180dcf614364f9dbb files/flumotion-init 1019 MD5 f421d5bbf35e1bda4cde73c86517fbd3 files/digest-flumotion-0.1.6 68 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." |