summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-10 18:35:33 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-10 18:35:33 +0000
commit4ef184a98ab7ded4b1f5a980dad9c67fe063f7b3 (patch)
tree03efa1e74a0c6d368ec64cd52242670fb0ea42d0
parentCreate a new Cinelerra CV snapshot from git wrt #516850 by Michał Górny (diff)
downloadgentoo-2-4ef184a98ab7ded4b1f5a980dad9c67fe063f7b3.tar.gz
gentoo-2-4ef184a98ab7ded4b1f5a980dad9c67fe063f7b3.tar.bz2
gentoo-2-4ef184a98ab7ded4b1f5a980dad9c67fe063f7b3.zip
Old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r--app-admin/radmind/ChangeLog8
-rw-r--r--app-admin/radmind/radmind-1.13.0.ebuild38
-rw-r--r--app-admin/radmind/radmind-1.14.0.ebuild31
-rw-r--r--app-admin/radmind/radmind-1.14.1.ebuild5
-rw-r--r--app-admin/radmind/radmind-1.7.1-r1.ebuild35
5 files changed, 8 insertions, 109 deletions
diff --git a/app-admin/radmind/ChangeLog b/app-admin/radmind/ChangeLog
index 4e6c8b13d4e9..bb1699f7e7cd 100644
--- a/app-admin/radmind/ChangeLog
+++ b/app-admin/radmind/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/radmind
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/ChangeLog,v 1.18 2013/11/07 02:29:46 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/ChangeLog,v 1.19 2014/07/10 18:35:33 jer Exp $
+
+ 10 Jul 2014; Jeroen Roovers <jer@gentoo.org> -radmind-1.7.1-r1.ebuild,
+ -radmind-1.13.0.ebuild, -radmind-1.14.0.ebuild:
+ Old.
07 Nov 2013; Patrick Lauer <patrick@gentoo.org> radmind-1.13.0.ebuild,
radmind-1.7.1-r1.ebuild:
diff --git a/app-admin/radmind/radmind-1.13.0.ebuild b/app-admin/radmind/radmind-1.13.0.ebuild
deleted file mode 100644
index 66755a0e29e7..000000000000
--- a/app-admin/radmind/radmind-1.13.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/radmind-1.13.0.ebuild,v 1.3 2013/11/07 02:29:46 patrick Exp $
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems"
-HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/"
-SRC_URI="mirror://sourceforge/radmind/${P}.tar.gz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl"
-
-DEPEND="ssl? ( dev-libs/openssl )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.7.0-gentoo.patch
- # remove dnssd as it doesn't compile
- epatch "${FILESDIR}"/${PN}-1.7.1-dnssd.patch
-}
-
-src_configure() {
- econf $(use_with ssl) || die "econf failed"
-}
-
-src_compile() {
- # bug #239862
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README VERSION COPYRIGHT
-}
diff --git a/app-admin/radmind/radmind-1.14.0.ebuild b/app-admin/radmind/radmind-1.14.0.ebuild
deleted file mode 100644
index 3b5bb0b23e37..000000000000
--- a/app-admin/radmind/radmind-1.14.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/radmind-1.14.0.ebuild,v 1.3 2012/12/07 19:06:46 ulm Exp $
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems"
-HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/"
-SRC_URI="mirror://sourceforge/radmind/${P}.tar.gz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.7.0-gentoo.patch
- # remove dnssd as it doesn't compile
- epatch "${FILESDIR}"/${PN}-1.7.1-dnssd.patch
- epatch "${FILESDIR}"/${PN}-1.14.0-parallel-make.patch
-}
-
-src_install() {
- default
- dodoc README VERSION COPYRIGHT
-}
diff --git a/app-admin/radmind/radmind-1.14.1.ebuild b/app-admin/radmind/radmind-1.14.1.ebuild
index 7a990436bf00..63e4324f7d66 100644
--- a/app-admin/radmind/radmind-1.14.1.ebuild
+++ b/app-admin/radmind/radmind-1.14.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/radmind-1.14.1.ebuild,v 1.3 2012/12/07 19:06:46 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/radmind-1.14.1.ebuild,v 1.4 2014/07/10 18:35:33 jer Exp $
-EAPI="4"
+EAPI=5
inherit eutils
@@ -13,7 +13,6 @@ SRC_URI="mirror://sourceforge/radmind/${P}.tar.gz"
LICENSE="HPND"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE=""
DEPEND="dev-libs/openssl"
RDEPEND="${DEPEND}"
diff --git a/app-admin/radmind/radmind-1.7.1-r1.ebuild b/app-admin/radmind/radmind-1.7.1-r1.ebuild
deleted file mode 100644
index a6910294cf65..000000000000
--- a/app-admin/radmind/radmind-1.7.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/radmind-1.7.1-r1.ebuild,v 1.7 2013/11/07 02:29:46 patrick Exp $
-
-inherit eutils
-
-DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems"
-HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/"
-SRC_URI="mirror://sourceforge/radmind/${P}.tar.gz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="ssl"
-
-DEPEND="ssl? ( dev-libs/openssl )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.7.0-gentoo.patch
- # remove dnssd as it doesn't compile
- epatch "${FILESDIR}"/${P}-dnssd.patch
-}
-
-src_compile() {
- econf $(use_with ssl) || die "econf failed"
- # bug #239862
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README VERSION COPYRIGHT
-}