diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-06 10:40:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-06 10:40:34 +0000 |
commit | f5dc229093c74344b9d0913bcbc0f700b2070db9 (patch) | |
tree | 0863cb45875605e86a7f889cff3b152a20b1fbf6 /dev-db/pgasync/pgasync-2.01.ebuild | |
parent | Version bump (#292561) (diff) | |
download | gentoo-2-f5dc229093c74344b9d0913bcbc0f700b2070db9.tar.gz gentoo-2-f5dc229093c74344b9d0913bcbc0f700b2070db9.tar.bz2 gentoo-2-f5dc229093c74344b9d0913bcbc0f700b2070db9.zip |
Fix LICENSE, bug 301123.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'dev-db/pgasync/pgasync-2.01.ebuild')
-rw-r--r-- | dev-db/pgasync/pgasync-2.01.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/pgasync/pgasync-2.01.ebuild b/dev-db/pgasync/pgasync-2.01.ebuild index 490d02046ad0..8de26ca1cb71 100644 --- a/dev-db/pgasync/pgasync-2.01.ebuild +++ b/dev-db/pgasync/pgasync-2.01.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/pgasync-2.01.ebuild,v 1.1 2005/03/15 18:12:37 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/pgasync-2.01.ebuild,v 1.2 2010/02/06 10:40:34 ulm Exp $ inherit distutils DESCRIPTION="An asynchronous api to postgres for twisted." HOMEPAGE="http://www.jamwt.com/pgasync/" SRC_URI="http://www.jamwt.com/pgasync/files/${P}.tar.gz" -LICENSE="pgasync" -SLOT="0" +LICENSE="BSD" +SLOT="0" KEYWORDS="~x86" IUSE="doc" |