diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-18 07:44:54 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-18 07:44:54 +0000 |
commit | 17aff0842034831ba431776d93695e27f59508ca (patch) | |
tree | 0f475e8a174e8c989c075b55f9307dd649f299e3 /net-misc | |
parent | Remove old (diff) | |
download | gentoo-2-17aff0842034831ba431776d93695e27f59508ca.tar.gz gentoo-2-17aff0842034831ba431776d93695e27f59508ca.tar.bz2 gentoo-2-17aff0842034831ba431776d93695e27f59508ca.zip |
Remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tokyotyrant/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tokyotyrant/tokyotyrant-1.1.37.ebuild | 56 | ||||
-rw-r--r-- | net-misc/tokyotyrant/tokyotyrant-1.1.39.ebuild | 58 |
3 files changed, 5 insertions, 115 deletions
diff --git a/net-misc/tokyotyrant/ChangeLog b/net-misc/tokyotyrant/ChangeLog index 7dfa536dcd79..788e703b7af3 100644 --- a/net-misc/tokyotyrant/ChangeLog +++ b/net-misc/tokyotyrant/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2010/02/19 13:28:57 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/ChangeLog,v 1.8 2010/06/18 07:44:54 patrick Exp $ + + 18 Jun 2010; Patrick Lauer <patrick@gentoo.org> + -tokyotyrant-1.1.37.ebuild, -tokyotyrant-1.1.39.ebuild: + Remove old *tokyotyrant-1.1.40 (19 Feb 2010) diff --git a/net-misc/tokyotyrant/tokyotyrant-1.1.37.ebuild b/net-misc/tokyotyrant/tokyotyrant-1.1.37.ebuild deleted file mode 100644 index adc61fcc309f..000000000000 --- a/net-misc/tokyotyrant/tokyotyrant-1.1.37.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/tokyotyrant-1.1.37.ebuild,v 1.1 2009/10/27 21:07:53 patrick Exp $ - -EAPI=2 - -inherit eutils - -DESCRIPTION="A network interface to Tokyo Cabinet" -HOMEPAGE="http://1978th.net/tokyotyrant/" -SRC_URI="${HOMEPAGE}${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug lua" - -DEPEND="dev-db/tokyocabinet - sys-libs/zlib - app-arch/bzip2 - lua? ( dev-lang/lua )" -RDEPEND="${DEPEND}" - -pkg_setup() { - enewgroup tyrant - enewuser tyrant -1 -1 /var/lib/${PN} tyrant -} - -src_prepare() { - epatch "${FILESDIR}"/fix_makefiles.patch - epatch "${FILESDIR}"/fix_testsuite.patch -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable lua) -} - -src_install() { - rm ttservctl || die "Install failed" - emake DESTDIR="${D}" install || die "Install failed" - - for x in /var/{lib,run,log}/${PN}; do - dodir "${x}" || die "Install failed" - fowners tyrant:tyrant "${x}" - done - - newinitd "${FILESDIR}/${PN}.initd" ${PN} || die "Install failed" - newconfd "${FILESDIR}/${PN}.confd" ${PN} || die "Install failed" - -} - -src_test() { - emake -j1 check || die "Tests failed" -} diff --git a/net-misc/tokyotyrant/tokyotyrant-1.1.39.ebuild b/net-misc/tokyotyrant/tokyotyrant-1.1.39.ebuild deleted file mode 100644 index fbe28fc4219d..000000000000 --- a/net-misc/tokyotyrant/tokyotyrant-1.1.39.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/tokyotyrant-1.1.39.ebuild,v 1.2 2010/01/23 15:33:46 grobian Exp $ - -EAPI=2 - -inherit eutils - -DESCRIPTION="A network interface to Tokyo Cabinet" -HOMEPAGE="http://1978th.net/tokyotyrant/" -SRC_URI="${HOMEPAGE}${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos" -IUSE="debug lua" - -DEPEND="dev-db/tokyocabinet - sys-libs/zlib - app-arch/bzip2 - lua? ( dev-lang/lua )" -RDEPEND="${DEPEND}" - -pkg_setup() { - if use !prefix ; then - enewgroup tyrant - enewuser tyrant -1 -1 /var/lib/${PN} tyrant - fi -} - -src_prepare() { - epatch "${FILESDIR}"/fix_makefiles.patch - epatch "${FILESDIR}"/fix_testsuite.patch -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable lua) -} - -src_install() { - rm ttservctl || die "Install failed" - emake DESTDIR="${D}" install || die "Install failed" - - for x in /var/{lib,run,log}/${PN}; do - dodir "${x}" || die "Install failed" - use prefix || fowners tyrant:tyrant "${x}" - done - - newinitd "${FILESDIR}/${PN}.initd" ${PN} || die "Install failed" - newconfd "${FILESDIR}/${PN}.confd" ${PN} || die "Install failed" - -} - -src_test() { - emake -j1 check || die "Tests failed" -} |