diff options
author | 2007-08-24 23:41:14 +0000 | |
---|---|---|
committer | 2007-08-24 23:41:14 +0000 | |
commit | ca3258e9f8fd6a4537724eee7965132c07ed71e2 (patch) | |
tree | a1475949bf616be07f53b9a7e1588eab3e36d5d2 /dev-libs/libmowgli/libmowgli-0.2.0.ebuild | |
parent | Fix the last blocking test. (diff) | |
download | historical-ca3258e9f8fd6a4537724eee7965132c07ed71e2.tar.gz historical-ca3258e9f8fd6a4537724eee7965132c07ed71e2.tar.bz2 historical-ca3258e9f8fd6a4537724eee7965132c07ed71e2.zip |
Version bump. Change SRC_URI to point to new dedicated Atheme mirror network for all versions. Remove old ebuild.
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'dev-libs/libmowgli/libmowgli-0.2.0.ebuild')
-rw-r--r-- | dev-libs/libmowgli/libmowgli-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libmowgli/libmowgli-0.2.0.ebuild b/dev-libs/libmowgli/libmowgli-0.2.0.ebuild index be9c3fc3094c..e72b2a9fcc6b 100644 --- a/dev-libs/libmowgli/libmowgli-0.2.0.ebuild +++ b/dev-libs/libmowgli/libmowgli-0.2.0.ebuild @@ -1,10 +1,10 @@ # 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.2 2007/07/04 16:08:17 chainsaw Exp $ +# $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://sidhe.atheme-project.org/~nenolod/mowgli/${P}.tgz" +SRC_URI="http://distfiles.atheme.org/${P}.tgz" IUSE="examples" LICENSE="BSD-2" |