diff options
author | Ultrabug <ultrabug@gentoo.org> | 2015-08-04 19:05:20 +0200 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2015-08-04 19:05:20 +0200 |
commit | b4d38add51cda7f57867169e2207bb5e4848f626 (patch) | |
tree | 85a4cfc0f633f119a53961044c6e38ce12f5f072 /dev-db | |
parent | swtich to elfutils dep (diff) | |
download | ultrabug-b4d38add51cda7f57867169e2207bb5e4848f626.tar.gz ultrabug-b4d38add51cda7f57867169e2207bb5e4848f626.tar.bz2 ultrabug-b4d38add51cda7f57867169e2207bb5e4848f626.zip |
drop obsolete dev-db/riak
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/riak/Manifest | 5 | ||||
-rw-r--r-- | dev-db/riak/files/riak-1.0.2-rel.patch | 37 | ||||
-rw-r--r-- | dev-db/riak/riak-1.0.2.ebuild | 65 | ||||
-rw-r--r-- | dev-db/riak/riak-1.1.0.ebuild | 65 |
4 files changed, 0 insertions, 172 deletions
diff --git a/dev-db/riak/Manifest b/dev-db/riak/Manifest deleted file mode 100644 index 7ebe81f..0000000 --- a/dev-db/riak/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX riak-1.0.2-rel.patch 1227 SHA256 f33af8ab023f5892bed670619cd4cecda968181761ad37ee17dfebfbbdef8ed2 SHA512 83bc5ddee56774efd3fa3ebb63ba9b7b42c82a3ae03b85a6f81b4baf3b4b2fa8f823412e9466951ba72ccb10549a97b3bfd9f1d95cf3800005e9bd6e5d853e56 WHIRLPOOL 135b7e1ad97b4fa89e44f02996a09587ea4ebb79ff6bb7d4475bfc4e329c7b368587bd72341b6718648f2532f1a7e17706c63d8bd58fa694a4bbd3b2dc7539a5 -DIST riak-1.0.2.tar.gz 9151355 SHA256 0b386ae7a4477ccc29ef9ba195bd84be88049202544572b0c1b42bd589177d58 -DIST riak-1.1.0.tar.gz 11809567 SHA256 39ad7dec8701093e08d08e9d4fa2a6789af43b7370bf7a220cbf4836c2f8f316 -EBUILD riak-1.0.2.ebuild 1484 SHA256 e20ea079e53e58d5111dec3257813b7ef88cd9e880b7c30e4c7c400186d30ac0 SHA512 32b9a1e8da301e12a0104af7d66486f8d6e047a1834430dc49a10a05f9bd50e99533b1b1020c3da773f2310c06824957a4ee3b939d037184eb5428e2a6ae9224 WHIRLPOOL eb678287aa8eb4017bb756a030163e067f175947c4d48da07d22e24b8ffe8d5c1729da4e25d066e80a4ff6d7ac92d2b24e6e766acb444aac4e5061c2aaf18818 -EBUILD riak-1.1.0.ebuild 1484 SHA256 e20ea079e53e58d5111dec3257813b7ef88cd9e880b7c30e4c7c400186d30ac0 SHA512 32b9a1e8da301e12a0104af7d66486f8d6e047a1834430dc49a10a05f9bd50e99533b1b1020c3da773f2310c06824957a4ee3b939d037184eb5428e2a6ae9224 WHIRLPOOL eb678287aa8eb4017bb756a030163e067f175947c4d48da07d22e24b8ffe8d5c1729da4e25d066e80a4ff6d7ac92d2b24e6e766acb444aac4e5061c2aaf18818 diff --git a/dev-db/riak/files/riak-1.0.2-rel.patch b/dev-db/riak/files/riak-1.0.2-rel.patch deleted file mode 100644 index c0e735c..0000000 --- a/dev-db/riak/files/riak-1.0.2-rel.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- a/rel/vars.config 2011-11-17 21:17:47.000000000 +0100 -+++ b/rel/vars.config 2012-01-06 12:59:28.321049744 +0100 -@@ -1,12 +1,12 @@ - %% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*- - %% ex: ts=4 sw=4 et - --%% Platform-specific installation paths --{platform_bin_dir, "./bin"}. --{platform_data_dir, "./data"}. --{platform_etc_dir, "./etc"}. --{platform_lib_dir, "./lib"}. --{platform_log_dir, "./log"}. -+% Platform-specific installation paths -+{platform_bin_dir, "/usr/sbin"}. -+{platform_data_dir, "/var/lib/riak"}. -+{platform_etc_dir, "/etc/riak"}. -+{platform_lib_dir, "/usr/lib/riak"}. -+{platform_log_dir, "/var/log/riak"}. - - %% - %% etc/app.config -@@ -43,9 +43,9 @@ - %% - %% bin/riak - %% --{runner_script_dir, "$(cd ${0%/*} && pwd)"}. --{runner_base_dir, "${RUNNER_SCRIPT_DIR%/*}"}. --{runner_etc_dir, "$RUNNER_BASE_DIR/etc"}. --{runner_log_dir, "$RUNNER_BASE_DIR/log"}. --{pipe_dir, "/tmp/$RUNNER_BASE_DIR/"}. --{runner_user, ""}. -+{runner_script_dir, "/usr/sbin"}. -+{runner_base_dir, "{{platform_lib_dir}}"}. -+{runner_etc_dir, "{{platform_etc_dir}}"}. -+{runner_log_dir, "{{platform_log_dir}}"}. -+{pipe_dir, "/tmp/riak/"}. -+{runner_user, "riak"}. diff --git a/dev-db/riak/riak-1.0.2.ebuild b/dev-db/riak/riak-1.0.2.ebuild deleted file mode 100644 index 2a80f6d..0000000 --- a/dev-db/riak/riak-1.0.2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit versionator - -MAJ_PV="$(get_major_version)" -MED_PV="$(get_version_component_range 2)" -MIN_PV="$(get_version_component_range 3)" - -DESCRIPTION="An open source, highly scalable, schema-free document-oriented database" -HOMEPAGE="http://www.basho.com/" -SRC_URI="http://downloads.basho.com/${PN}/${PN}-${MAJ_PV}.${MED_PV}.${MIN_PV}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-lang/erlang" -DEPEND="${RDEPEND}" - -pkg_setup() { - enewgroup riak - enewuser riak -1 -1 /var/lib/${PN} riak -} - -src_prepare() { - epatch "${FILESDIR}/riak-1.0.2-rel.patch" - sed -i -e 's/R14B0\[23\]/R14B0\[234\]/g' rebar.config || die - sed -i -e 's/XLDFLAGS="$(LDFLAGS)"//g' -e 's/ $(CFLAGS)//g' deps/erlang_js/c_src/Makefile || die -} - -src_compile() { - emake rel -} - -src_install() { - # install /usr/lib stuff - insinto /usr/lib/${PN} - cp -R rel/riak/lib "${D}"/usr/lib/riak - cp -R rel/riak/releases "${D}"/usr/lib/riak - cp -R rel/riak/erts* "${D}"/usr/lib/riak - chmod 0755 "${D}"/usr/lib/riak/erts*/bin/* - - # install /usr/sbin stuff - dosbin rel/riak/bin/* - - # install /etc/riak stuff - insinto /etc/${PN} - doins rel/riak/etc/* - - # create neccessary directories - keepdir /var/lib/${PN}/{bitcask,ring} - keepdir /var/log/${PN}/sasl - keepdir /var/run/${PN} - - # create docs - doman doc/man/man1/* - dodoc doc/*.txt - - # TODO: init.d / conf.d files -} diff --git a/dev-db/riak/riak-1.1.0.ebuild b/dev-db/riak/riak-1.1.0.ebuild deleted file mode 100644 index 2a80f6d..0000000 --- a/dev-db/riak/riak-1.1.0.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit versionator - -MAJ_PV="$(get_major_version)" -MED_PV="$(get_version_component_range 2)" -MIN_PV="$(get_version_component_range 3)" - -DESCRIPTION="An open source, highly scalable, schema-free document-oriented database" -HOMEPAGE="http://www.basho.com/" -SRC_URI="http://downloads.basho.com/${PN}/${PN}-${MAJ_PV}.${MED_PV}.${MIN_PV}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-lang/erlang" -DEPEND="${RDEPEND}" - -pkg_setup() { - enewgroup riak - enewuser riak -1 -1 /var/lib/${PN} riak -} - -src_prepare() { - epatch "${FILESDIR}/riak-1.0.2-rel.patch" - sed -i -e 's/R14B0\[23\]/R14B0\[234\]/g' rebar.config || die - sed -i -e 's/XLDFLAGS="$(LDFLAGS)"//g' -e 's/ $(CFLAGS)//g' deps/erlang_js/c_src/Makefile || die -} - -src_compile() { - emake rel -} - -src_install() { - # install /usr/lib stuff - insinto /usr/lib/${PN} - cp -R rel/riak/lib "${D}"/usr/lib/riak - cp -R rel/riak/releases "${D}"/usr/lib/riak - cp -R rel/riak/erts* "${D}"/usr/lib/riak - chmod 0755 "${D}"/usr/lib/riak/erts*/bin/* - - # install /usr/sbin stuff - dosbin rel/riak/bin/* - - # install /etc/riak stuff - insinto /etc/${PN} - doins rel/riak/etc/* - - # create neccessary directories - keepdir /var/lib/${PN}/{bitcask,ring} - keepdir /var/log/${PN}/sasl - keepdir /var/run/${PN} - - # create docs - doman doc/man/man1/* - dodoc doc/*.txt - - # TODO: init.d / conf.d files -} |