diff options
Diffstat (limited to 'dev-util/osdt/osdt-1.1.3.ebuild')
-rw-r--r-- | dev-util/osdt/osdt-1.1.3.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
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/ -} |