zmedico 15/07/30 07:04:01
Added: go-snappy-0_pre20150729.ebuild
go-snappy-9999.ebuild metadata.xml ChangeLog
Log:
Add go-snappy.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
FDE8EF85AE5719A3)
Revision Changes Path
1.1 dev-go/go-snappy/go-snappy-0_pre20150729.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-snappy/go-snappy-0_pre20150729.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-snappy/go-snappy-0_pre20150729.ebuild?rev=1.1&content-type=text/plain
Index: go-snappy-0_pre20150729.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-go/go-snappy/go-snappy-0_pre20150729.ebuild,v 1.1
2015/07/30 07:04:01 zmedico Exp $
EAPI=5
EGO_SRC=github.com/golang/snappy
EGO_PN=${EGO_SRC}/...
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64"
EGIT_COMMIT="723cc1e459b8eea2dea4583200fd60757d40097a"
SRC_URI="https://${EGO_SRC}/archive/${EGIT_COMMIT}.tar.gz ->
${P}.tar.gz"
fi
inherit golang-build
DESCRIPTION="The Snappy compression format in the Go programming language."
HOMEPAGE="https://${EGO_SRC}"
LICENSE="BSD"
SLOT="0/${PV}"
IUSE=""
DEPEND=""
RDEPEND=""
if [[ ${PV} != *9999* ]]; then
src_unpack() {
local f
for f in ${A}
do
case "${f}" in
*.tar|*.tar.gz|*.tar.bz2|*.tar.xz)
local destdir=${WORKDIR}/${P}/src/${EGO_SRC}
debug-print "${FUNCNAME}: unpacking ${f} to
${destdir}"
# XXX: check whether the directory structure
inside is
# fine? i.e. if the tarball has actually a
parent dir.
mkdir -p "${destdir}" || die
tar -C "${destdir}" -x --strip-components 1 \
-f "${DISTDIR}/${f}" || die
;;
*)
debug-print "${FUNCNAME}: falling back to
unpack for ${f}"
# fall back to the default method
unpack "${f}"
;;
esac
done
}
fi
src_install() {
rm -rf src/${EGO_SRC}/.git* || die
golang-build_src_install
}
1.1 dev-go/go-snappy/go-snappy-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-snappy/go-snappy-9999.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-snappy/go-snappy-9999.ebuild?rev=1.1&content-type=text/plain
Index: go-snappy-9999.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-snappy/go-snappy-9999.ebuild,v 1.1
2015/07/30 07:04:01 zmedico Exp $
EAPI=5
EGO_SRC=github.com/golang/snappy
EGO_PN=${EGO_SRC}/...
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64"
EGIT_COMMIT="723cc1e459b8eea2dea4583200fd60757d40097a"
SRC_URI="https://${EGO_SRC}/archive/${EGIT_COMMIT}.tar.gz ->
${P}.tar.gz"
fi
inherit golang-build
DESCRIPTION="The Snappy compression format in the Go programming language."
HOMEPAGE="https://${EGO_SRC}"
LICENSE="BSD"
SLOT="0/${PV}"
IUSE=""
DEPEND=""
RDEPEND=""
if [[ ${PV} != *9999* ]]; then
src_unpack() {
local f
for f in ${A}
do
case "${f}" in
*.tar|*.tar.gz|*.tar.bz2|*.tar.xz)
local destdir=${WORKDIR}/${P}/src/${EGO_SRC}
debug-print "${FUNCNAME}: unpacking ${f} to
${destdir}"
# XXX: check whether the directory structure
inside is
# fine? i.e. if the tarball has actually a
parent dir.
mkdir -p "${destdir}" || die
tar -C "${destdir}" -x --strip-components 1 \
-f "${DISTDIR}/${f}" || die
;;
*)
debug-print "${FUNCNAME}: falling back to
unpack for ${f}"
# fall back to the default method
unpack "${f}"
;;
esac
done
}
fi
src_install() {
rm -rf src/${EGO_SRC}/.git* || die
golang-build_src_install
}
1.1 dev-go/go-snappy/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-snappy/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-snappy/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>[email protected]</email>
</maintainer>
<upstream>
<remote-id type="github">golang/snappy</remote-id>
</upstream>
</pkgmetadata>
1.1 dev-go/go-snappy/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-snappy/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-snappy/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-go/go-snappy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-snappy/ChangeLog,v 1.1 2015/07/30
07:04:01 zmedico Exp $
*go-snappy-9999 (30 Jul 2015)
*go-snappy-0_pre20150729 (30 Jul 2015)
30 Jul 2015; Zac Medico <[email protected]> +go-snappy-0_pre20150729.ebuild,
+go-snappy-9999.ebuild, +metadata.xml:
Add go-snappy.