diff options
| author | eroen | 2016-09-22 14:13:44 +0200 |
|---|---|---|
| committer | eroen | 2016-09-22 14:13:44 +0200 |
| commit | e994fe110895e26f50cc33e078012139d416368f (patch) | |
| tree | 62157e3b7a6ae01866e114d284c3bd32b2faf69d /net-misc/ga_wrapper | |
| parent | 25b640f724bcf30885ebd201746be1e3b67b64c6 (diff) | |
| download | eroen-overlay-e994fe110895e26f50cc33e078012139d416368f.tar.gz eroen-overlay-e994fe110895e26f50cc33e078012139d416368f.tar.bz2 eroen-overlay-e994fe110895e26f50cc33e078012139d416368f.tar.xz | |
ga_wrapper - add more pythons, clean up
Diffstat (limited to 'net-misc/ga_wrapper')
| -rw-r--r-- | net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild | 12 | ||||
| -rw-r--r-- | net-misc/ga_wrapper/ga_wrapper-9999.ebuild | 12 |
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 968e8c19..811bada9 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 968e8c19..811bada9 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" |
