diff options
Diffstat (limited to 'dev-cpp/rudiments/rudiments-0.27.ebuild')
-rw-r--r-- | dev-cpp/rudiments/rudiments-0.27.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-cpp/rudiments/rudiments-0.27.ebuild b/dev-cpp/rudiments/rudiments-0.27.ebuild deleted file mode 100644 index f909c70ac01e..000000000000 --- a/dev-cpp/rudiments/rudiments-0.27.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/rudiments/rudiments-0.27.ebuild,v 1.2 2006/02/20 07:33:19 halcy0n Exp $ - -DESCRIPTION="C++ class library for daemons, clients and servers" -HOMEPAGE="http://rudiments.sourceforge.net/" -SRC_URI="mirror://sourceforge/rudiments/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="" - -DEPEND="" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall docdir=${D}/usr/share/doc/${PF}/html || die - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO -} |