* [gentoo-commits] gentoo-x86 commit in dev-libs/libdivecomputer: metadata.xml ChangeLog libdivecomputer-0.4.2.ebuild
@ 2014-02-27 11:52 Sergey Popov (pinkbyte)
0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2014-02-27 11:52 UTC (permalink / raw
To: gentoo-commits
pinkbyte 14/02/27 11:52:54
Modified: metadata.xml ChangeLog
Added: libdivecomputer-0.4.2.ebuild
Log:
Version bump, add new proxied maintainer, bug #500568
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.6 dev-libs/libdivecomputer/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/metadata.xml?r1=1.5&r2=1.6
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml 16 Feb 2014 12:52:10 -0000 1.5
+++ metadata.xml 27 Feb 2014 11:52:54 -0000 1.6
@@ -1,16 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>aaron@flappyport.com</email>
- <name>Aaron Bauman</name>
- <description>Proxied maintainer. Assign bugs to him.</description>
- </maintainer>
- <herd>proxy-maintainers</herd>
- <longdescription lang="en">
- Library for communication with dive computers from various manufacturers.
- </longdescription>
- <use>
- <flag name="tools">Install tools that can be used to test the library.</flag>
- </use>
+ <herd>proxy-maintainers</herd>
+ <maintainer>
+ <email>me@bearsh.org</email>
+ <name>Martin Gysel</name>
+ <description>Proxied maintainer. Assign bugs to him.</description>
+ </maintainer>
+ <maintainer>
+ <email>aaron@flappyport.com</email>
+ <name>Aaron Bauman</name>
+ <description>Proxied maintainer. CC him on bugs.</description>
+ </maintainer>
+ <longdescription lang="en">
+ Library for communication with dive computers from various manufacturers.
+ </longdescription>
+ <use>
+ <flag name="tools">Install tools that can be used to test the library.</flag>
+ </use>
</pkgmetadata>
1.12 dev-libs/libdivecomputer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 27 Feb 2014 08:38:43 -0000 1.11
+++ ChangeLog 27 Feb 2014 11:52:54 -0000 1.12
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libdivecomputer
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/ChangeLog,v 1.11 2014/02/27 08:38:43 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/ChangeLog,v 1.12 2014/02/27 11:52:54 pinkbyte Exp $
+
+*libdivecomputer-0.4.2 (27 Feb 2014)
+
+ 27 Feb 2014; Sergey Popov <pinkbyte@gentoo.org>
+ +libdivecomputer-0.4.2.ebuild, metadata.xml:
+ Version bump, add new proxied maintainer, bug #500568
27 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> libdivecomputer-0.4.1.ebuild,
libdivecomputer-9999.ebuild:
1.1 dev-libs/libdivecomputer/libdivecomputer-0.4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-0.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-0.4.2.ebuild?rev=1.1&content-type=text/plain
Index: libdivecomputer-0.4.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-0.4.2.ebuild,v 1.1 2014/02/27 11:52:54 pinkbyte Exp $
EAPI="5"
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer"
GIT_ECLASS="git-2"
AUTOTOOLIZE=yes
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit eutils autotools-utils ${GIT_ECLASS}
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
else
SRC_URI="http://www.divesoftware.org/libdc/releases/${P}.tar.gz"
fi
DESCRIPTION="Library for communication with dive computers from various manufacturers."
HOMEPAGE="http://www.divesoftware.org/libdc"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="usb +static-libs -tools"
RDEPEND="usb? ( virtual/libusb:1 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
if [[ -n ${AUTOTOOLIZE} ]]; then
autotools-utils_src_prepare
else
epatch_user
fi
}
src_configure() {
autotools-utils_src_configure
if ! use tools ; then
sed -i 's|examples||' Makefile || die "sed failed"
fi
}
src_compile() {
autotools-utils_src_compile
}
src_install() {
autotools-utils_src_install
if use tools ; then
einfo "prefixing tools with 'dctool_'"
pushd "${D}/usr/bin/"
for file in * ; do
mv "${file}" "dctool_${file}" || die "prefixing tools failed"
done
popd
fi
}
pkg_postinst() {
if use tools ; then
elog "The 'tools' USE flag has been enabled,"
elog "to avoid file collisions, all ${PN}"
elog "related tools have been prefixed with 'dctool_'"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-27 11:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 11:52 [gentoo-commits] gentoo-x86 commit in dev-libs/libdivecomputer: metadata.xml ChangeLog libdivecomputer-0.4.2.ebuild Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox