summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2011-07-28 20:33:39 +0000
committerJesus Rivero <neurogeek@gentoo.org>2011-07-28 20:33:39 +0000
commitc3ec9c3ac19a17fe8075b15e2977e51239c847b6 (patch)
treeb6277f8445362061e2f15b67e28469abdee72bb1 /dev-python/pyinotify
parentFixed for wrong doc file (bug #376183) and added static-libs flag (diff)
downloadgentoo-2-c3ec9c3ac19a17fe8075b15e2977e51239c847b6.tar.gz
gentoo-2-c3ec9c3ac19a17fe8075b15e2977e51239c847b6.tar.bz2
gentoo-2-c3ec9c3ac19a17fe8075b15e2977e51239c847b6.zip
Changed license to MIT
(Portage version: 2.2.0_alpha46/cvs/Linux i686)
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/ChangeLog5
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
index 5744603eb50a..e202c735dfc7 100644
--- a/dev-python/pyinotify/ChangeLog
+++ b/dev-python/pyinotify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyinotify
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.43 2011/07/01 21:28:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.44 2011/07/28 20:33:39 neurogeek Exp $
+
+ 28 Jul 2011; Jesus Rivero <neurogeek@gentoo.org> pyinotify-0.9.2.ebuild:
+ Changed license to MIT
01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -pyinotify-0.9.1.ebuild:
Remove old ebuilds. Requested by Arfrever
diff --git a/dev-python/pyinotify/pyinotify-0.9.2.ebuild b/dev-python/pyinotify/pyinotify-0.9.2.ebuild
index bdb79552c6e2..e802b5ddc5fe 100644
--- a/dev-python/pyinotify/pyinotify-0.9.2.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.5 2011/06/27 20:42:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.6 2011/07/28 20:33:39 neurogeek Exp $
EAPI="3"
PYTHON_DEPEND="*:2.5"
@@ -13,7 +13,7 @@ DESCRIPTION="Python module used for monitoring filesystems events"
HOMEPAGE="http://trac.dbzteam.org/pyinotify http://pypi.python.org/pypi/pyinotify"
SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux"
IUSE="examples"