net-wireless/chirp: finally getting back up to date
authorZero_Chaos <zerochaos@gentoo.org>
Tue, 26 Apr 2016 17:48:07 +0000 (13:48 -0400)
committerZero_Chaos <zerochaos@gentoo.org>
Tue, 26 Apr 2016 17:49:24 +0000 (13:49 -0400)
Package-Manager: portage-2.2.28

net-wireless/chirp/Manifest
net-wireless/chirp/chirp-20160419.ebuild [moved from net-wireless/chirp/chirp-0.4.1.ebuild with 74% similarity]
net-wireless/chirp/chirp-99999999.ebuild [moved from net-wireless/chirp/chirp-9999.ebuild with 74% similarity]

index 4fefe4dde907a63d9766744d8438a334652fadd4..7897ae4f30fb30a4096817c5789fd9ca36ee945d 100644 (file)
@@ -1 +1 @@
-DIST chirp-0.4.1.tar.gz 416851 SHA256 8c9d652dc89dbab9e2a1a75c07aa7179ce403de078a4d02814365f89e183319e SHA512 13f36e96bb1608a41605cedd2fa3dfb46efc37e97437d09b75a0dd9ff10bb85c32ef3190d8db3fdb0360de8b85470588492df3ca5b3e2ecbdb813f3f11a9cc57 WHIRLPOOL 995c370a48b63fe4eb4d879b11f85385474a2ebcb5ea23f09db89661f42bdb0ad6867a172d4a15821eaf84d83469b55790b02d2fe4c4ce276e1a713022a5f49e
+DIST chirp-daily-20160419.tar.gz 577891 SHA256 982aa44107d8a75834f60f8c49070cf580b5b675b0cafe072ca0e452a6ce0c6a SHA512 5cd1f01a5fe6e2801d6683cdc14145652820cbb263852f967a18887dea6f5609558d44e172f75557867fcb29103195e7daf2618593d7f97930e476c235023335 WHIRLPOOL 8befc897efabe774cedf8efe3af14d0b0bdf8b599e8d6ef252f430a7c78722bea7d2947c358471e1a97fe8e409689a5f2746aec4f69ac3e69cbd3f8fc2577001
similarity index 74%
rename from net-wireless/chirp/chirp-0.4.1.ebuild
rename to net-wireless/chirp/chirp-20160419.ebuild
index 3ec9e14c9d56f70dafb36a72286bc0e5347adc61..ab8103751e3e2a3f725c9e9d24d8086e6fea9d4a 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == "99999999" ]] ; then
        SCM=mercurial
        EHG_REPO_URI="http://d-rats.com/hg/chirp.hg"
 fi
@@ -15,11 +15,12 @@ inherit distutils-r1 ${SCM}
 DESCRIPTION="Free open-source tool for programming your amateur radio"
 HOMEPAGE="http://chirp.danplanet.com"
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == "99999999" ]] ; then
        KEYWORDS=""
 else
        KEYWORDS="~amd64 ~x86"
-       SRC_URI="http://chirp.danplanet.com/download/${PV}/${P}.tar.gz"
+       SRC_URI="http://trac.${PN}.danplanet.com/${PN}_daily/daily-${PV}/${PN}-daily-${PV}.tar.gz"
+       S="${WORKDIR}/${PN}-daily-${PV}"
        RESTRICT="test"
 fi
 LICENSE="GPL-3"
similarity index 74%
rename from net-wireless/chirp/chirp-9999.ebuild
rename to net-wireless/chirp/chirp-99999999.ebuild
index 3ec9e14c9d56f70dafb36a72286bc0e5347adc61..ab8103751e3e2a3f725c9e9d24d8086e6fea9d4a 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == "99999999" ]] ; then
        SCM=mercurial
        EHG_REPO_URI="http://d-rats.com/hg/chirp.hg"
 fi
@@ -15,11 +15,12 @@ inherit distutils-r1 ${SCM}
 DESCRIPTION="Free open-source tool for programming your amateur radio"
 HOMEPAGE="http://chirp.danplanet.com"
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == "99999999" ]] ; then
        KEYWORDS=""
 else
        KEYWORDS="~amd64 ~x86"
-       SRC_URI="http://chirp.danplanet.com/download/${PV}/${P}.tar.gz"
+       SRC_URI="http://trac.${PN}.danplanet.com/${PN}_daily/daily-${PV}/${PN}-daily-${PV}.tar.gz"
+       S="${WORKDIR}/${PN}-daily-${PV}"
        RESTRICT="test"
 fi
 LICENSE="GPL-3"