zmedico     15/07/30 06:09:25

  Added:                metadata.xml go-protobuf-0_pre20150727.ebuild
                        go-protobuf-9999.ebuild ChangeLog
  Log:
  Add go-protobuf.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  Changes    Path
1.1                  dev-go/go-protobuf/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/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>zmed...@gentoo.org</email>
  </maintainer>
  <upstream>
    <remote-id type="github">golang/protobuf</remote-id>
  </upstream>
</pkgmetadata>



1.1                  dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?rev=1.1&content-type=text/plain

Index: go-protobuf-0_pre20150727.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-protobuf/go-protobuf-0_pre20150727.ebuild,v 
1.1 2015/07/30 06:09:25 zmedico Exp $

EAPI=5

EGO_SRC=github.com/golang/protobuf
EGO_PN=${EGO_SRC}/...


if [[ ${PV} = *9999* ]]; then
        inherit golang-vcs
else
        KEYWORDS="~amd64"
        EGIT_COMMIT="68c687dc49948540b356a6b47931c9be4fcd0245"
        SRC_URI="https://${EGO_SRC}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
fi
inherit golang-build

DESCRIPTION="Go support for Google's protocol buffers"
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_test() {
        # Create a writable GOROOT in order to avoid sandbox violations.
        cp -sR "$(go env GOROOT)" "${T}/goroot" || die
        if [ -d "${T}/goroot/src/${EGO_SRC}" ]; then
                rm -rf "${T}/goroot/src/${EGO_SRC}" || die
        fi
        if [ -d "${T}/goroot/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_SRC}" ]; 
then
                rm -rf "${T}/goroot/pkg/$(go env GOOS)_$(go env 
GOARCH)/${EGO_SRC}" ||
                        die
        fi

        GOROOT="${T}/goroot" golang-build_src_test
}

src_install() {
    rm -rf src/${EGO_SRC}/.git* || die
        golang-build_src_install
        dobin bin/*
}



1.1                  dev-go/go-protobuf/go-protobuf-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-9999.ebuild?rev=1.1&content-type=text/plain

Index: go-protobuf-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-protobuf/go-protobuf-9999.ebuild,v 
1.1 2015/07/30 06:09:25 zmedico Exp $

EAPI=5

EGO_SRC=github.com/golang/protobuf
EGO_PN=${EGO_SRC}/...


if [[ ${PV} = *9999* ]]; then
        inherit golang-vcs
else
        KEYWORDS="~amd64"
        EGIT_COMMIT="68c687dc49948540b356a6b47931c9be4fcd0245"
        SRC_URI="https://${EGO_SRC}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
fi
inherit golang-build

DESCRIPTION="Go support for Google's protocol buffers"
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_test() {
        # Create a writable GOROOT in order to avoid sandbox violations.
        cp -sR "$(go env GOROOT)" "${T}/goroot" || die
        if [ -d "${T}/goroot/src/${EGO_SRC}" ]; then
                rm -rf "${T}/goroot/src/${EGO_SRC}" || die
        fi
        if [ -d "${T}/goroot/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_SRC}" ]; 
then
                rm -rf "${T}/goroot/pkg/$(go env GOOS)_$(go env 
GOARCH)/${EGO_SRC}" ||
                        die
        fi

        GOROOT="${T}/goroot" golang-build_src_test
}

src_install() {
    rm -rf src/${EGO_SRC}/.git* || die
        golang-build_src_install
        dobin bin/*
}



1.1                  dev-go/go-protobuf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-go/go-protobuf
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/ChangeLog,v 1.1 
2015/07/30 06:09:25 zmedico Exp $

*go-protobuf-0_pre20150727 (30 Jul 2015)
*go-protobuf-9999 (30 Jul 2015)

  30 Jul 2015; Zac Medico <zmed...@gentoo.org>
  +go-protobuf-0_pre20150727.ebuild, +go-protobuf-9999.ebuild, +metadata.xml:
  Add go-protobuf.




Reply via email to