commit: c23da7b0361b559ae2f111619b9ec03912a9c89d
Author: layman localhost>
AuthorDate: Mon Jul 18 19:21:54 2016 +
Commit: Mike Auty gentoo org>
CommitDate: Mon Jul 18 19:21:54 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=c23da7b0
Fix up the ebuilds with descriptions and licenses a little.
dev-python/libkeepass/libkeepass-.ebuild | 6 +++---
dev-python/pycdc/pycdc-.ebuild| 6 +++---
dev-python/uncompyle6/uncompyle6-2.7.0.ebuild | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-python/libkeepass/libkeepass-.ebuild
b/dev-python/libkeepass/libkeepass-.ebuild
index c8ecd2a..ea289df 100644
--- a/dev-python/libkeepass/libkeepass-.ebuild
+++ b/dev-python/libkeepass/libkeepass-.ebuild
@@ -7,13 +7,13 @@ EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
inherit git-r3 distutils-r1
-DESCRIPTION=""
-HOMEPAGE=""
+DESCRIPTION="Python module to read KeePass 1.x/KeePassX (v3) and KeePass 2.x
(v4) files"
+HOMEPAGE="https://github.com/crass/libkeepass";
SRC_URI=""
EGIT_REPO_URI="https://github.com/crass/libkeepass";
-LICENSE=""
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
diff --git a/dev-python/pycdc/pycdc-.ebuild
b/dev-python/pycdc/pycdc-.ebuild
index 0127215..46febd1 100644
--- a/dev-python/pycdc/pycdc-.ebuild
+++ b/dev-python/pycdc/pycdc-.ebuild
@@ -7,13 +7,13 @@ EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
inherit git-r3 cmake-utils
-DESCRIPTION=""
-HOMEPAGE=""
+DESCRIPTION="Python compiled-bytecode disassembler and decompiler"
+HOMEPAGE="https://github.com/zrax/pycdc";
SRC_URI=""
EGIT_REPO_URI="https://github.com/zrax/pycdc";
-LICENSE=""
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
diff --git a/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
b/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
index 03a561c..4c33bc9 100644
--- a/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
+++ b/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI=""
EGIT_REPO_URI="http://github.com/rocky/python-uncompyle6.git";
EGIT_TAG="v${PN}"
-LICENSE=""
+LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""