summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-05-03 10:58:10 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-05-19 20:30:20 +0200
commit1a6d8dc09c00ea4b78504e87ac13dcedbf2daa6c (patch)
tree65c897462a290a63b879617034009cb16a5e1a2e /sci-misc
parentsci-misc/netlogo-bin: add 6.2.0 (diff)
downloadgentoo-1a6d8dc09c00ea4b78504e87ac13dcedbf2daa6c.tar.gz
gentoo-1a6d8dc09c00ea4b78504e87ac13dcedbf2daa6c.tar.bz2
gentoo-1a6d8dc09c00ea4b78504e87ac13dcedbf2daa6c.zip
sci-misc/netlogo-bin: update DESCRIPTION and HOMEPAGE
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/20558 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild8
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-6.0.2-r1.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild b/sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild
index 074522a10cac..ac244f82507b 100644
--- a/sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild
+++ b/sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,11 +8,11 @@ inherit eutils java-pkg-2
MY_PN="netlogo"
MY_P=${MY_PN}-${PV}
-DESCRIPTION="Cross-platform multi-agent programmable modeling environment"
-HOMEPAGE="http://ccl.northwestern.edu/netlogo/"
+DESCRIPTION="Programming language and IDE for agent-based modelling"
+HOMEPAGE="https://ccl.northwestern.edu/netlogo/"
SRC_URI="
https://dev.gentoo.org/~jlec/distfiles/${PN/-bin}.gif.tar
- http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}.tar.gz"
+ https://ccl.northwestern.edu/netlogo/${PV}/${MY_P}.tar.gz"
LICENSE="netlogo GPL-2 LGPL-2.1 LGPL-3 BSD Apache-2.0"
SLOT="0"
KEYWORDS="-* amd64 x86"
diff --git a/sci-misc/netlogo-bin/netlogo-bin-6.0.2-r1.ebuild b/sci-misc/netlogo-bin/netlogo-bin-6.0.2-r1.ebuild
index 4aa943e61dee..54749182d038 100644
--- a/sci-misc/netlogo-bin/netlogo-bin-6.0.2-r1.ebuild
+++ b/sci-misc/netlogo-bin/netlogo-bin-6.0.2-r1.ebuild
@@ -8,12 +8,12 @@ inherit desktop
MY_PN="NetLogo"
MY_P=${MY_PN}-${PV}
-DESCRIPTION="Cross-platform multi-agent programmable modeling environment"
-HOMEPAGE="http://ccl.northwestern.edu/netlogo/"
+DESCRIPTION="Programming language and IDE for agent-based modelling"
+HOMEPAGE="https://ccl.northwestern.edu/netlogo/"
SRC_URI="
https://dev.gentoo.org/~jlec/distfiles/${PN/-bin}.gif.tar
- amd64? ( http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}-64.tgz )
- x86? ( http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}-32.tgz )
+ amd64? ( https://ccl.northwestern.edu/netlogo/${PV}/${MY_P}-64.tgz )
+ x86? ( https://ccl.northwestern.edu/netlogo/${PV}/${MY_P}-32.tgz )
"
S="${WORKDIR}/${MY_PN} ${PV}"