summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-05 19:28:23 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-05 19:28:23 +0000
commit52b21f30214b317ce38af00a5fcd79c9d1c8a103 (patch)
tree534b67fb66d368d0c8feb40aae8cb894c009ff8c /dev-libs/libspt
parentRemove old. (diff)
downloadgentoo-2-52b21f30214b317ce38af00a5fcd79c9d1c8a103.tar.gz
gentoo-2-52b21f30214b317ce38af00a5fcd79c9d1c8a103.tar.bz2
gentoo-2-52b21f30214b317ce38af00a5fcd79c9d1c8a103.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-libs/libspt')
-rw-r--r--dev-libs/libspt/ChangeLog9
-rw-r--r--dev-libs/libspt/libspt-1.1-r1.ebuild26
-rw-r--r--dev-libs/libspt/libspt-1.1.ebuild22
3 files changed, 6 insertions, 51 deletions
diff --git a/dev-libs/libspt/ChangeLog b/dev-libs/libspt/ChangeLog
index 4b3bb5cd2ac7..1896fb9319a2 100644
--- a/dev-libs/libspt/ChangeLog
+++ b/dev-libs/libspt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libspt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libspt/ChangeLog,v 1.11 2010/03/23 20:38:04 ranger Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libspt/ChangeLog,v 1.12 2015/05/05 19:28:23 mrueg Exp $
+
+ 05 May 2015; Manuel Rüger <mrueg@gentoo.org> -libspt-1.1-r1.ebuild,
+ -libspt-1.1.ebuild:
+ Remove old.
23 Mar 2010; Brent Baude <ranger@gentoo.org> libspt-1.1-r2.ebuild:
stable ppc, bug 302321
@@ -40,4 +44,3 @@
19 May 2004; Mamoru KOMACHI <usata@gentoo.org> libspt-1.1.ebuild:
Initial import.
-
diff --git a/dev-libs/libspt/libspt-1.1-r1.ebuild b/dev-libs/libspt/libspt-1.1-r1.ebuild
deleted file mode 100644
index 6020f38adf27..000000000000
--- a/dev-libs/libspt/libspt-1.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libspt/libspt-1.1-r1.ebuild,v 1.2 2009/04/03 18:30:37 mr_bones_ Exp $
-
-EAPI="2"
-inherit eutils
-
-DESCRIPTION="Library for handling root privilege"
-HOMEPAGE="http://www.j10n.org/libspt/index.html"
-SRC_URI="http://www.j10n.org/libspt/${P}.tar.bz2"
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}/libspt-werror.patch"
-}
-
-src_install() {
-
- make DESTDIR="${D}" mandir=/usr/share/man install || die
- dodoc CHANGES
-}
diff --git a/dev-libs/libspt/libspt-1.1.ebuild b/dev-libs/libspt/libspt-1.1.ebuild
deleted file mode 100644
index aa164083698a..000000000000
--- a/dev-libs/libspt/libspt-1.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libspt/libspt-1.1.ebuild,v 1.5 2009/09/23 17:23:50 patrick Exp $
-
-DESCRIPTION="Library for handling root privilege"
-HOMEPAGE="http://www.j10n.org/libspt/index.html"
-SRC_URI="http://www.j10n.org/libspt/${P}.tar.bz2"
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="x86 alpha ppc"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
-
- make DESTDIR=${D} mandir=/usr/share/man install || die
-
- dodoc CHANGES
-}