diff options
Diffstat (limited to 'dev-go/libpq/libpq-0_pre20150109.ebuild')
-rw-r--r-- | dev-go/libpq/libpq-0_pre20150109.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-go/libpq/libpq-0_pre20150109.ebuild b/dev-go/libpq/libpq-0_pre20150109.ebuild deleted file mode 100644 index 768483b..0000000 --- a/dev-go/libpq/libpq-0_pre20150109.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -EGO_PN=github.com/lib/pq -EGIT_COMMIT=19eeca3 - -inherit golang-build golang-vcs-snapshot - -DESCRIPTION="Pure Go Postgres driver for database/sql." -HOMEPAGE="https://github.com/lib/pq" -SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="" |