summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-05 12:31:26 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-05 12:35:18 +0200
commit70bb72fbed3d0e407d2a2ff7a33c6fdf307e9f9d (patch)
treebd5f724a02cff37786a1952c990329dc10b13a4f /dev-db/ctdb
parentwww-apps/egroupware: Remove last-rited pkg, #509920 (diff)
downloadgentoo-70bb72fbed3d0e407d2a2ff7a33c6fdf307e9f9d.tar.gz
gentoo-70bb72fbed3d0e407d2a2ff7a33c6fdf307e9f9d.tar.bz2
gentoo-70bb72fbed3d0e407d2a2ff7a33c6fdf307e9f9d.zip
dev-db/ctdb: Remove last-rited pkg, #512292
Diffstat (limited to 'dev-db/ctdb')
-rw-r--r--dev-db/ctdb/Manifest1
-rw-r--r--dev-db/ctdb/ctdb-1.13-r1.ebuild44
-rw-r--r--dev-db/ctdb/ctdb-9999.ebuild51
-rw-r--r--dev-db/ctdb/files/ctdb-1.13-ldflags.patch21
-rw-r--r--dev-db/ctdb/metadata.xml8
5 files changed, 0 insertions, 125 deletions
diff --git a/dev-db/ctdb/Manifest b/dev-db/ctdb/Manifest
deleted file mode 100644
index 1a26634710b2..000000000000
--- a/dev-db/ctdb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ctdb-1.13.tar.xz 736004 SHA256 c43693877cbc7d047d8b11b01a101bee69df6a871ab397214cc68d8f6f8c98c7 SHA512 653e1d5c29962810353d6b8c5867d07bef17dd5bf431f7304793f13712bb92379fb1b05b6e461279b08e0a1c9d87951f57fb1e2c35f85392b99baadf7d232ece WHIRLPOOL 9323de35b038a920ed6d5ed3be379c7c2ec93814f0f8c4f304de36e2512f58f7a62578ecd257d4fbe4e856c6d0b196fae88e7fbf673e47bbfd2acf0f2ac13b6b
diff --git a/dev-db/ctdb/ctdb-1.13-r1.ebuild b/dev-db/ctdb/ctdb-1.13-r1.ebuild
deleted file mode 100644
index 0167d40d355d..000000000000
--- a/dev-db/ctdb/ctdb-1.13-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="A cluster implementation of the TDB database used to store temporary data"
-HOMEPAGE="http://ctdb.samba.org/"
-# upstream is too sexy for releases, grab tags from:
-# http://git.samba.org/?p=ctdb.git;a=summary
-SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}-ldflags.patch"
-)
-
-src_prepare() {
- epatch "${PATCHES[@]}"
- epatch_user
-
- # custom, broken Makefile
- multilib_copy_sources
-}
-
-multilib_src_configure() {
- econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --localstatedir="${EPREFIX}/var/lib" \
- --with-logdir="${EPREFIX}/var/log/${PN}"
-}
-
-multilib_src_install_all() {
- einstalldocs
- dohtml web/* doc/*.html
-}
diff --git a/dev-db/ctdb/ctdb-9999.ebuild b/dev-db/ctdb/ctdb-9999.ebuild
deleted file mode 100644
index c38f76c37cb7..000000000000
--- a/dev-db/ctdb/ctdb-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGIT_REPO_URI="git://git.samba.org/ctdb.git"
-inherit autotools eutils git-2 multilib-minimal
-
-DESCRIPTION="A cluster implementation of the TDB database used to store temporary data"
-HOMEPAGE="http://ctdb.samba.org/"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- AT_M4DIR="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
- AT_M4DIR+=" -I lib/talloc -I talloc -I ../talloc"
- AT_M4DIR+=" -I lib/tdb -I tdb -I ../tdb"
- AT_M4DIR+=" -I lib/popt -I popt -I ../popt"
- AT_M4DIR+=" -I lib/tevent"
-
- rm -rf autom4te.cache
- rm -f configure config.h.in
-
- autotools_run_tool autoheader ${AT_M4DIR} || die "running autoheader failed"
- eautoconf ${AT_M4DIR}
-}
-
-src_prepare() {
- epatch "${PATCHES[@]}"
- epatch_user
-
- # custom, broken Makefile
- multilib_copy_sources
-}
-
-multilib_src_configure() {
- econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --localstatedir="${EPREFIX}/var/lib" \
- --with-logdir="${EPREFIX}/var/log/${PN}"
-}
-
-multilib_src_install_all() {
- einstalldocs
- dohtml web/* doc/*.html
-}
diff --git a/dev-db/ctdb/files/ctdb-1.13-ldflags.patch b/dev-db/ctdb/files/ctdb-1.13-ldflags.patch
deleted file mode 100644
index d5662cadf0c0..000000000000
--- a/dev-db/ctdb/files/ctdb-1.13-ldflags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urN ctdb-1.13.old/Makefile.in ctdb-1.13/Makefile.in
---- ctdb-1.13.old/Makefile.in 2012-03-23 11:30:03.321735210 +0100
-+++ ctdb-1.13/Makefile.in 2012-03-23 11:37:03.131704144 +0100
-@@ -151,7 +151,7 @@
-
- bin/ltdbtool: tools/ltdbtool.o @TDB_OBJ@
- @echo Linking $@
-- @$(CC) $(CFLAGS) -o $@ $+
-+ @$(CC) $(CFLAGS) -o $@ $+ $(LIB_FLAGS)
-
- bin/smnotify: utils/smnotify/gen_xdr.o utils/smnotify/gen_smnotify.o utils/smnotify/smnotify.o $(POPT_OBJ)
- @echo Linking $@
-@@ -173,7 +173,7 @@
-
- bin/ping_pong: utils/ping_pong/ping_pong.o
- @echo Linking $@
-- @$(CC) $(CFLAGS) -o $@ utils/ping_pong/ping_pong.o
-+ @$(CC) $(CFLAGS) -o $@ utils/ping_pong/ping_pong.o $(LIB_FLAGS)
-
- bin/pmdactdb: $(CTDB_CLIENT_OBJ) utils/pmda/pmda_ctdb.o
- @echo Linking $@
diff --git a/dev-db/ctdb/metadata.xml b/dev-db/ctdb/metadata.xml
deleted file mode 100644
index 62c9222b8dd3..000000000000
--- a/dev-db/ctdb/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>samba@gentoo.org</email>
- <name>Samba</name>
-</maintainer>
-</pkgmetadata>