summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-06-26 13:09:37 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-06-26 13:09:37 +0000
commit19085f1528962f27ca1138f9e92bc9a0dd3a8e64 (patch)
treea0b7677e8ee56c5b754b4dd1126e31614d66c0b8 /dev-util
parentRemove old. (diff)
downloadgentoo-2-19085f1528962f27ca1138f9e92bc9a0dd3a8e64.tar.gz
gentoo-2-19085f1528962f27ca1138f9e92bc9a0dd3a8e64.tar.bz2
gentoo-2-19085f1528962f27ca1138f9e92bc9a0dd3a8e64.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/osdt/ChangeLog7
-rw-r--r--dev-util/osdt/osdt-1.1.3.ebuild28
2 files changed, 5 insertions, 30 deletions
diff --git a/dev-util/osdt/ChangeLog b/dev-util/osdt/ChangeLog
index 3760db7c5e48..9da4984b28ff 100644
--- a/dev-util/osdt/ChangeLog
+++ b/dev-util/osdt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/osdt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/osdt/ChangeLog,v 1.8 2013/12/16 07:21:51 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osdt/ChangeLog,v 1.9 2014/06/26 13:09:37 kensington Exp $
+
+ 26 Jun 2014; Michael Palimaka <kensington@gentoo.org> -osdt-1.1.3.ebuild:
+ Remove old.
*osdt-1.1.5 (16 Dec 2013)
diff --git a/dev-util/osdt/osdt-1.1.3.ebuild b/dev-util/osdt/osdt-1.1.3.ebuild
deleted file mode 100644
index 7bfb7a428603..000000000000
--- a/dev-util/osdt/osdt-1.1.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/osdt/osdt-1.1.3.ebuild,v 1.1 2012/03/14 05:52:56 patrick Exp $
-
-DESCRIPTION="tools for Open Source software distribution"
-HOMEPAGE="http://sourceforge.net/projects/osdt/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tbz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-lang/perl-5
- dev-perl/XML-Simple
- sys-devel/m4"
-
-src_compile() { :; }
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr SYSCONFDIR=/etc \
- INFODIR=/usr/share/info MANDIR=/usr/share/man install || die
-
- # Hack until the fix can be incorporated upstream: fix the permissions
- # on /etc/osdt/project-skeletons/opensource/
- chmod 755 "${D}"/etc/osdt/project-skeletons/opensource/
-}