Skip to content

Commit

Permalink
dev-ml/ojquery: fix homepage
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
aballier committed Oct 24, 2016
1 parent 5127474 commit 95316cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions dev-ml/ojquery/ojquery-0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:=
Expand Down
2 changes: 1 addition & 1 deletion dev-ml/ojquery/ojquery-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95316cc

Please sign in to comment.