public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/htpdate: ChangeLog htpdate-1.0.5.ebuild
@ 2013-08-12  7:43 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-08-12  7:43 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/08/12 07:43:25

  Modified:             ChangeLog
  Added:                htpdate-1.0.5.ebuild
  Log:
  Version bump, wrt bug #479790. Thanks to Pavel Kazakov for ebuild and Lars Wendler for updated init script
  
  (Portage version: 2.2.0_alpha193/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.45                 net-misc/htpdate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	5 Aug 2013 07:31:52 -0000	1.44
+++ ChangeLog	12 Aug 2013 07:43:25 -0000	1.45
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/htpdate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v 1.44 2013/08/05 07:31:52 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v 1.45 2013/08/12 07:43:25 pinkbyte Exp $
+
+*htpdate-1.0.5 (12 Aug 2013)
+
+  12 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> +htpdate-1.0.5.ebuild,
+  +files/htpdate.init-r1:
+  Version bump, wrt bug #479790. Thanks to Pavel Kazakov for ebuild and Lars
+  Wendler for updated init script
 
   05 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
   Package will be maintained by Pavel Kazakov <nullishzero AT gmail.com>



1.1                  net-misc/htpdate/htpdate-1.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/htpdate-1.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/htpdate-1.0.5.ebuild?rev=1.1&content-type=text/plain

Index: htpdate-1.0.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/htpdate-1.0.5.ebuild,v 1.1 2013/08/12 07:43:25 pinkbyte Exp $

EAPI=5

inherit readme.gentoo toolchain-funcs unpacker

DESCRIPTION="Synchronize local workstation with time offered by remote webservers"
HOMEPAGE="http://www.vervest.org/fiki/bin/view/HTP/DownloadC"
SRC_URI="http://www.vervest.org/htp/archive/c/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"

DEPEND=""
RDEPEND=""

DOC_CONTENTS="If you would like to run htpdate as a daemon, set
appropriate http servers in /etc/conf.d/htpdate!"

src_unpack() {
	default

	cd "${S}" || die "change directory to ${S} failed"
	unpacker htpdate.8.gz
}

src_compile() {
	emake CFLAGS="-Wall ${CFLAGS} ${LDFLAGS}" CC="$(tc-getCC)"
}

src_install() {
	dosbin htpdate
	doman htpdate.8
	dodoc README Changelog

	newconfd "${FILESDIR}"/htpdate.conf htpdate
	newinitd "${FILESDIR}"/htpdate.init-r1 htpdate

	readme.gentoo_create_doc
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/htpdate: ChangeLog htpdate-1.0.5.ebuild
@ 2013-08-12  7:50 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-08-12  7:50 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/08/12 07:50:18

  Modified:             ChangeLog htpdate-1.0.5.ebuild
  Log:
  Add ~amd64-linux and ~x86-linux keywords
  
  (Portage version: 2.2.0_alpha193/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.46                 net-misc/htpdate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	12 Aug 2013 07:43:25 -0000	1.45
+++ ChangeLog	12 Aug 2013 07:50:18 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/htpdate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v 1.45 2013/08/12 07:43:25 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v 1.46 2013/08/12 07:50:18 pinkbyte Exp $
+
+  12 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> htpdate-1.0.5.ebuild:
+  Add ~amd64-linux and ~x86-linux keywords
 
 *htpdate-1.0.5 (12 Aug 2013)
 



1.2                  net-misc/htpdate/htpdate-1.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/htpdate-1.0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/htpdate-1.0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/htpdate-1.0.5.ebuild?r1=1.1&r2=1.2

Index: htpdate-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/htpdate/htpdate-1.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htpdate-1.0.5.ebuild	12 Aug 2013 07:43:25 -0000	1.1
+++ htpdate-1.0.5.ebuild	12 Aug 2013 07:50: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/htpdate/htpdate-1.0.5.ebuild,v 1.1 2013/08/12 07:43:25 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/htpdate-1.0.5.ebuild,v 1.2 2013/08/12 07:50:18 pinkbyte Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux"
 
 DEPEND=""
 RDEPEND=""





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-12  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12  7:50 [gentoo-commits] gentoo-x86 commit in net-misc/htpdate: ChangeLog htpdate-1.0.5.ebuild Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-12  7:43 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