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 | |
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')
-rw-r--r-- | dev-db/pgasync/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/pgasync/pgasync-1.15b.ebuild | 8 | ||||
-rw-r--r-- | dev-db/pgasync/pgasync-2.01.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-db/pgasync/ChangeLog b/dev-db/pgasync/ChangeLog index 66e6fb6b462a..b5fb1706aa0e 100644 --- a/dev-db/pgasync/ChangeLog +++ b/dev-db/pgasync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/pgasync -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/ChangeLog,v 1.3 2007/02/05 23:31:07 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/ChangeLog,v 1.4 2010/02/06 10:40:34 ulm Exp $ + + 06 Feb 2010; Ulrich Mueller <ulm@gentoo.org> pgasync-1.15b.ebuild, + pgasync-2.01.ebuild: + Fix LICENSE, bug 301123. 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-db/pgasync/pgasync-1.15b.ebuild b/dev-db/pgasync/pgasync-1.15b.ebuild index 7c2e5d6fbd81..076c79e973c2 100644 --- a/dev-db/pgasync/pgasync-1.15b.ebuild +++ b/dev-db/pgasync/pgasync-1.15b.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-1.15b.ebuild,v 1.1 2005/03/01 17:39:16 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/pgasync-1.15b.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" 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" |