* [gentoo-commits] gentoo-x86 commit in net-misc/tlsdate: tlsdate-0.0.6.ebuild ChangeLog
@ 2013-02-19 17:42 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2013-02-19 17:42 UTC (permalink / raw
To: gentoo-commits
robbat2 13/02/19 17:42:15
Modified: ChangeLog
Added: tlsdate-0.0.6.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.7 net-misc/tlsdate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tlsdate/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -p -w -b -B -u -u -r1.6 -r1.7
--- ChangeLog 23 Jan 2013 22:36:10 -0000 1.6
+++ ChangeLog 19 Feb 2013 17:42:15 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/tlsdate
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsdate/ChangeLog,v 1.6 2013/01/23 22:36:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsdate/ChangeLog,v 1.7 2013/02/19 17:42:15 robbat2 Exp $
+
+*tlsdate-0.0.6 (19 Feb 2013)
+
+ 19 Feb 2013; Robin H. Johnson <robbat2@gentoo.org> +tlsdate-0.0.6.ebuild:
+ Version bump.
*tlsdate-0.0.5 (23 Jan 2013)
1.1 net-misc/tlsdate/tlsdate-0.0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/tlsdate-0.0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/tlsdate-0.0.6.ebuild?rev=1.1&content-type=text/plain
Index: tlsdate-0.0.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsdate/tlsdate-0.0.6.ebuild,v 1.1 2013/02/19 17:42:15 robbat2 Exp $
EAPI="4"
inherit autotools vcs-snapshot eutils
DESCRIPTION="Update local time over HTTPS"
HOMEPAGE="https://github.com/ioerror/tlsdate"
SRC_URI="https://github.com/ioerror/tlsdate/tarball/${P} -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="dbus static-libs"
DEPEND="dev-libs/openssl
dbus? ( sys-apps/dbus )"
RDEPEND="${DEPEND}"
src_prepare() {
eautoreconf
}
src_configure() {
econf \
$(use_enable dbus) \
--disable-hardened-checks \
--with-unpriv-user=tlsdate \
--with-unpriv-group=tlsdate
}
src_install() {
default
rm -r "${ED}"/etc || die #446426
newinitd "${FILESDIR}"/tlsdated.rc tlsdated
newconfd "${FILESDIR}"/tlsdated.confd tlsdated
newinitd "${FILESDIR}"/tlsdate.rc tlsdate
newconfd "${FILESDIR}"/tlsdate.confd tlsdate
use static-libs || \
find "${ED}"/usr '(' -name '*.la' -o -name '*.a' ')' -delete
}
pkg_preinst() {
enewgroup tlsdate 124
enewuser tlsdate 124 -1 /dev/null tlsdate
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tlsdate: tlsdate-0.0.6.ebuild ChangeLog
@ 2013-03-18 17:16 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2013-03-18 17:16 UTC (permalink / raw
To: gentoo-commits
vapier 13/03/18 17:16:18
Modified: tlsdate-0.0.6.ebuild ChangeLog
Log:
Stabilize for all.
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.2 net-misc/tlsdate/tlsdate-0.0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/tlsdate-0.0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/tlsdate-0.0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/tlsdate-0.0.6.ebuild?r1=1.1&r2=1.2
Index: tlsdate-0.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tlsdate/tlsdate-0.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tlsdate-0.0.6.ebuild 19 Feb 2013 17:42:15 -0000 1.1
+++ tlsdate-0.0.6.ebuild 18 Mar 2013 17:16:18 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsdate/tlsdate-0.0.6.ebuild,v 1.1 2013/02/19 17:42:15 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsdate/tlsdate-0.0.6.ebuild,v 1.2 2013/03/18 17:16:18 vapier Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 arm x86"
IUSE="dbus static-libs"
DEPEND="dev-libs/openssl
1.8 net-misc/tlsdate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tlsdate/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 19 Feb 2013 17:42:15 -0000 1.7
+++ ChangeLog 18 Mar 2013 17:16:18 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tlsdate
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsdate/ChangeLog,v 1.7 2013/02/19 17:42:15 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsdate/ChangeLog,v 1.8 2013/03/18 17:16:18 vapier Exp $
+
+ 18 Mar 2013; Mike Frysinger <vapier@gentoo.org> tlsdate-0.0.6.ebuild:
+ Stabilize for all.
*tlsdate-0.0.6 (19 Feb 2013)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-18 17:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-19 17:42 [gentoo-commits] gentoo-x86 commit in net-misc/tlsdate: tlsdate-0.0.6.ebuild ChangeLog Robin H. Johnson (robbat2)
-- strict thread matches above, loose matches on Subject: below --
2013-03-18 17:16 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox