diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-13 01:49:19 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-04-13 02:52:06 -0700 |
commit | e041147e9f5ce5f964be9938e0210ce75c4c217e (patch) | |
tree | 50e6768f4448ca67fe216e6767b039af5b844da8 /dev-go/go-sqlite3 | |
parent | dev-go/go-spew: remove variables from HOMEPAGE (diff) | |
download | gentoo-e041147e9f5ce5f964be9938e0210ce75c4c217e.tar.gz gentoo-e041147e9f5ce5f964be9938e0210ce75c4c217e.tar.bz2 gentoo-e041147e9f5ce5f964be9938e0210ce75c4c217e.zip |
dev-go/go-sqlite3: remove variables from HOMEPAGE
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-go/go-sqlite3')
-rw-r--r-- | dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild | 4 | ||||
-rw-r--r-- | dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild index a609a1001e81..e070e89d0531 100644 --- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild +++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" DESCRIPTION="Go sqlite3 driver using database/sql" -HOMEPAGE="https://${EGO_PN%/*}" +HOMEPAGE="https://github.com/mattn/go-sqlite3" SRC_URI="${ARCHIVE_URI}" LICENSE="MIT" SLOT="0/${PVR}" diff --git a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild index d9152b14e560..9779c6f59d34 100644 --- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild +++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" DESCRIPTION="Go sqlite3 driver using database/sql" -HOMEPAGE="https://${EGO_PN%/*}" +HOMEPAGE="https://github.com/mattn/go-sqlite3" SRC_URI="${ARCHIVE_URI}" LICENSE="MIT" SLOT="0/${PVR}" |