diff options
author | 2012-07-16 08:33:58 +0000 | |
---|---|---|
committer | 2012-07-16 08:33:58 +0000 | |
commit | 1694063f82d3b971cc13486ee912886abe4a0cbf (patch) | |
tree | 1f37dea409422b1905eaa3bb87001cb63ff307b1 /dev-python | |
parent | Add missing gdbus-codegen dependency (bug #425390, thanks to cyrillic). (diff) | |
download | gentoo-2-1694063f82d3b971cc13486ee912886abe4a0cbf.tar.gz gentoo-2-1694063f82d3b971cc13486ee912886abe4a0cbf.tar.bz2 gentoo-2-1694063f82d3b971cc13486ee912886abe4a0cbf.zip |
LICENSE variable does not reflect init script. Closes #425934.
(Portage version: 2.1.11.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/celery/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/celery/files/celery.initd | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/celery/ChangeLog b/dev-python/celery/ChangeLog index 8ad711282cd9..71ecfc8c294b 100644 --- a/dev-python/celery/ChangeLog +++ b/dev-python/celery/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-python/celery # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v 1.1 2012/05/30 06:45:54 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v 1.2 2012/07/16 08:33:58 iksaif Exp $ + + 16 Jul 2012; Corentin Chary <iksaif@gentoo.org> files/celery.initd: + LICENSE variable does not reflect init script. Closes #425934. *celery-2.5.3 (30 May 2012) 30 May 2012; Corentin Chary <iksaif@gentoo.org> +celery-2.5.3.ebuild, +files/celery.confd, +files/celery.initd, +metadata.xml: New ebuild for celery. Closes bug #342041. - diff --git a/dev-python/celery/files/celery.initd b/dev-python/celery/files/celery.initd index 16de8ea294be..d289499b5108 100644 --- a/dev-python/celery/files/celery.initd +++ b/dev-python/celery/files/celery.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/files/celery.initd,v 1.1 2012/05/30 06:45:54 iksaif Exp $ +# Distributed under the terms of the BSD license +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/files/celery.initd,v 1.2 2012/07/16 08:33:58 iksaif Exp $ extra_started_commands="reload" |