summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2008-02-21 16:02:46 +0000
committerTony Vroon <chainsaw@gentoo.org>2008-02-21 16:02:46 +0000
commit0e5a296023d363daefa7aaaba3e4d4ed4c9d941d (patch)
tree6ab37fdd79655d59f9357ad0391f14bf5df8fac0 /dev-libs/libmowgli/libmowgli-0.2.0.ebuild
parentMove use of ESVN_REPO_URI to public functions only. Patch kindly provided by ... (diff)
downloadgentoo-2-0e5a296023d363daefa7aaaba3e4d4ed4c9d941d.tar.gz
gentoo-2-0e5a296023d363daefa7aaaba3e4d4ed4c9d941d.tar.bz2
gentoo-2-0e5a296023d363daefa7aaaba3e4d4ed4c9d941d.zip
Change atheme-project.org back to atheme.org now that the matters with Network Solutions have been resolved. Closes bug #207522 by Stian Skjelstad <stian@nixia.no>. Clean up old ebuilds.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/libmowgli/libmowgli-0.2.0.ebuild')
-rw-r--r--dev-libs/libmowgli/libmowgli-0.2.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-libs/libmowgli/libmowgli-0.2.0.ebuild b/dev-libs/libmowgli/libmowgli-0.2.0.ebuild
deleted file mode 100644
index e72b2a9fcc6b..000000000000
--- a/dev-libs/libmowgli/libmowgli-0.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmowgli/libmowgli-0.2.0.ebuild,v 1.3 2007/08/24 23:41:14 chainsaw Exp $
-
-DESCRIPTION="High-performance C development framework. Can be used stand-alone or as a supplement to GLib."
-HOMEPAGE="http://www.atheme-project.org/projects/mowgli.shtml"
-SRC_URI="http://distfiles.atheme.org/${P}.tgz"
-IUSE="examples"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-src_compile() {
- econf \
- $(use_enable examples) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS
-}