mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ml/ojquery: fix homepage
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -7,12 +7,20 @@ EAPI=5
|
||||
inherit oasis
|
||||
|
||||
DESCRIPTION="jQuery Binding for Eliom."
|
||||
HOMEPAGE="jQuery Binding for Eliom."
|
||||
SRC_URI="https://github.com/ocsigen/ojquery/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
HOMEPAGE="https://github.com/ocsigen/ojquery"
|
||||
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
inherit git-r3
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/ocsigen/ojquery"
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://github.com/ocsigen/ojquery/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-ml/react:=
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit oasis
|
||||
|
||||
DESCRIPTION="jQuery Binding for Eliom."
|
||||
HOMEPAGE="jQuery Binding for Eliom."
|
||||
HOMEPAGE="https://github.com/ocsigen/ojquery"
|
||||
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
inherit git-r3
|
||||
|
||||
Reference in New Issue
Block a user