summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreroen <eroen-overlay@occam.eroen.eu>2016-09-22 14:13:44 +0200
committereroen <eroen-overlay@occam.eroen.eu>2016-09-22 14:13:44 +0200
commite994fe110895e26f50cc33e078012139d416368f (patch)
tree62157e3b7a6ae01866e114d284c3bd32b2faf69d
parentsupermeatboy-9999 - new ebuild using steam.eclass (diff)
downloaderoen-e994fe110895e26f50cc33e078012139d416368f.tar.gz
eroen-e994fe110895e26f50cc33e078012139d416368f.tar.bz2
eroen-e994fe110895e26f50cc33e078012139d416368f.zip
ga_wrapper - add more pythons, clean up
-rw-r--r--net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild12
-rw-r--r--net-misc/ga_wrapper/ga_wrapper-9999.ebuild12
2 files changed, 10 insertions, 14 deletions
diff --git a/net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild b/net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild
index 968e8c1..811bada 100644
--- a/net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild
+++ b/net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild
@@ -1,15 +1,13 @@
-# By eroen, 2013
-#
+# By eroen, 2013-2016
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
-#
-# $Header: $
+# $Id$
EAPI=5
-PYTHON_COMPAT=(python2_7 python3_3)
+PYTHON_COMPAT=(python2_7 python3_3 python3_4 python3_5)
-if [[ ${PV} == *9999* ]]; then
+if [[ ${PV} == 9999 ]]; then
inherit git-r3 distutils-r1
EGIT_REPO_URI="https://www.eroen.eu/cgit/cgit.cgi/ga_wrapper"
else
@@ -18,7 +16,7 @@ else
KEYWORDS="~x86 ~amd64"
fi
-DESCRIPTION="wrapper for using git-annex for distfiles with portage"
+DESCRIPTION="Wrapper for using git-annex for portage DISTDIR"
HOMEPAGE="https://www.eroen.eu"
LICENSE="ISC"
diff --git a/net-misc/ga_wrapper/ga_wrapper-9999.ebuild b/net-misc/ga_wrapper/ga_wrapper-9999.ebuild
index 968e8c1..811bada 100644
--- a/net-misc/ga_wrapper/ga_wrapper-9999.ebuild
+++ b/net-misc/ga_wrapper/ga_wrapper-9999.ebuild
@@ -1,15 +1,13 @@
-# By eroen, 2013
-#
+# By eroen, 2013-2016
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
-#
-# $Header: $
+# $Id$
EAPI=5
-PYTHON_COMPAT=(python2_7 python3_3)
+PYTHON_COMPAT=(python2_7 python3_3 python3_4 python3_5)
-if [[ ${PV} == *9999* ]]; then
+if [[ ${PV} == 9999 ]]; then
inherit git-r3 distutils-r1
EGIT_REPO_URI="https://www.eroen.eu/cgit/cgit.cgi/ga_wrapper"
else
@@ -18,7 +16,7 @@ else
KEYWORDS="~x86 ~amd64"
fi
-DESCRIPTION="wrapper for using git-annex for distfiles with portage"
+DESCRIPTION="Wrapper for using git-annex for portage DISTDIR"
HOMEPAGE="https://www.eroen.eu"
LICENSE="ISC"