vapier      14/06/12 19:56:28

  Added:                metadata.xml libserialport-0.1.0.ebuild
                        libserialport-9999.ebuild ChangeLog
  Log:
  Initial ebuild #426586.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.1                  dev-libs/libserialport/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libserialport/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libserialport/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>
<herd>dev-embedded</herd>
</pkgmetadata>



1.1                  dev-libs/libserialport/libserialport-0.1.0.ebuild

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

Index: libserialport-0.1.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libserialport/libserialport-0.1.0.ebuild,v 1.1 
2014/06/12 19:56:28 vapier Exp $

EAPI=4

inherit eutils

if [[ ${PV} == "9999" ]]; then
        EGIT_REPO_URI="git://sigrok.org/${PN}"
        inherit git-2 autotools
else
        SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz";
        KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="Cross platform serial port access library"
HOMEPAGE="http://sigrok.org/";

LICENSE="GPL-3"
SLOT="0"
IUSE="static-libs udev"

RDEPEND="udev? ( virtual/libudev )"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        [[ ${PV} == "9999" ]] && eautoreconf
}

src_configure() {
        econf \
                $(use_enable static-libs static) \
                $(use_with udev libudev)
}

src_install() {
        default
        prune_libtool_files
}



1.1                  dev-libs/libserialport/libserialport-9999.ebuild

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

Index: libserialport-9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libserialport/libserialport-9999.ebuild,v 1.1 
2014/06/12 19:56:28 vapier Exp $

EAPI=4

inherit eutils

if [[ ${PV} == "9999" ]]; then
        EGIT_REPO_URI="git://sigrok.org/${PN}"
        inherit git-2 autotools
else
        SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz";
        KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="Cross platform serial port access library"
HOMEPAGE="http://sigrok.org/";

LICENSE="GPL-3"
SLOT="0"
IUSE="static-libs udev"

RDEPEND="udev? ( virtual/libudev )"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        [[ ${PV} == "9999" ]] && eautoreconf
}

src_configure() {
        econf \
                $(use_enable static-libs static) \
                $(use_with udev libudev)
}

src_install() {
        default
        prune_libtool_files
}



1.1                  dev-libs/libserialport/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-libs/libserialport
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libserialport/ChangeLog,v 1.1 
2014/06/12 19:56:28 vapier Exp $

*libserialport-0.1.0 (12 Jun 2014)
*libserialport-9999 (12 Jun 2014)

  12 Jun 2014; Mike Frysinger <[email protected]> +libserialport-0.1.0.ebuild,
  +libserialport-9999.ebuild, +metadata.xml:
  Initial ebuild #426586.




Reply via email to