summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-02-28 04:44:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-02-28 04:44:22 +0000
commit6d5f8233036a62b5d6ac12e59f6c597fedd45ac9 (patch)
tree3dd069daa4b2c5a5609de2dd9682dcf2d5e62d65 /net-misc
parentquote ROOT (diff)
downloadgentoo-2-6d5f8233036a62b5d6ac12e59f6c597fedd45ac9.tar.gz
gentoo-2-6d5f8233036a62b5d6ac12e59f6c597fedd45ac9.tar.bz2
gentoo-2-6d5f8233036a62b5d6ac12e59f6c597fedd45ac9.zip
Bump to force update init script #459574
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/tokyotyrant/ChangeLog11
-rw-r--r--net-misc/tokyotyrant/files/tokyotyrant.initd4
-rw-r--r--net-misc/tokyotyrant/tokyotyrant-1.1.41-r1.ebuild (renamed from net-misc/tokyotyrant/tokyotyrant-1.1.41.ebuild)4
3 files changed, 12 insertions, 7 deletions
diff --git a/net-misc/tokyotyrant/ChangeLog b/net-misc/tokyotyrant/ChangeLog
index 2026ef032e3e..18e78d8a4029 100644
--- a/net-misc/tokyotyrant/ChangeLog
+++ b/net-misc/tokyotyrant/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/tokyotyrant
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/ChangeLog,v 1.9 2010/08/13 10:49:15 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/ChangeLog,v 1.10 2013/02/28 04:44:22 patrick Exp $
+
+*tokyotyrant-1.1.41-r1 (28 Feb 2013)
+
+ 28 Feb 2013; Patrick Lauer <patrick@gentoo.org> +tokyotyrant-1.1.41-r1.ebuild,
+ -tokyotyrant-1.1.41.ebuild, files/tokyotyrant.initd:
+ Bump to force update init script #459574
*tokyotyrant-1.1.41 (13 Aug 2010)
@@ -52,4 +58,3 @@
+files/tokyotyrant.initd, +metadata.xml:
Initial import of tokyotyrant. Thanks to Johan Bergstroem for the ebuild.
Closes #288265
-
diff --git a/net-misc/tokyotyrant/files/tokyotyrant.initd b/net-misc/tokyotyrant/files/tokyotyrant.initd
index 132b71098d0a..edcc946ed4c4 100644
--- a/net-misc/tokyotyrant/files/tokyotyrant.initd
+++ b/net-misc/tokyotyrant/files/tokyotyrant.initd
@@ -1,6 +1,6 @@
#!/sbin/runscript
-opts="${opts} configtest reload"
+extra_commands="configtest reload"
depend() {
need net
@@ -35,4 +35,4 @@ configtest() {
eerror "Please check your configuration"
eend $?
fi
-} \ No newline at end of file
+}
diff --git a/net-misc/tokyotyrant/tokyotyrant-1.1.41.ebuild b/net-misc/tokyotyrant/tokyotyrant-1.1.41-r1.ebuild
index 279139642098..3f273b2b1ccc 100644
--- a/net-misc/tokyotyrant/tokyotyrant-1.1.41.ebuild
+++ b/net-misc/tokyotyrant/tokyotyrant-1.1.41-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/tokyotyrant-1.1.41.ebuild,v 1.1 2010/08/13 10:49:15 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/tokyotyrant-1.1.41-r1.ebuild,v 1.1 2013/02/28 04:44:22 patrick Exp $
EAPI=2