commit: b9e4f9a463a7a23b0640160df59d303f8c968729 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Tue Dec 24 13:19:54 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Tue Dec 24 13:19:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e4f9a4
net-misc/htpdate: drop 1.3.4 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-misc/htpdate/Manifest | 1 - net-misc/htpdate/htpdate-1.3.4.ebuild | 54 ----------------------------------- 2 files changed, 55 deletions(-) diff --git a/net-misc/htpdate/Manifest b/net-misc/htpdate/Manifest index 5c3fe55450d5..4a5ee50fe01d 100644 --- a/net-misc/htpdate/Manifest +++ b/net-misc/htpdate/Manifest @@ -1,2 +1 @@ -DIST htpdate-1.3.4.tar.gz 16312 BLAKE2B 9ebff6df6de69fa310a6459099cff2bf5ec28ac2bb486a29121b87b93505f6bb31b4debc510dc82b7d7b7cce217d9002ec7606fcf4fa863d7b2cfc78dfc6e8d5 SHA512 634317966f1e5c5d78a889a398e77f89505a5918efa076e2cd1184341f25d963b7f1c135afee7d5489bd8a20b2421d9dfea312e09b5e6bdd389626bfd4d2d960 DIST htpdate-1.3.6.tar.gz 16683 BLAKE2B ad6e689f64a2cff3e5a832d8ed6bfc85acc7ea99d16e6da5c1ff9052009b46b5ee5dfd113232908df17eb837470c47063be6b5cc91270d6301b78efab8f71ce5 SHA512 41b9ed50e962bb5c207122c4929d919ae4491a2d527f29aafb4a3ef175c3c12e608c77632037d48b5440e48ff051c89caf3e923987ad53329056b83838943439 diff --git a/net-misc/htpdate/htpdate-1.3.4.ebuild b/net-misc/htpdate/htpdate-1.3.4.ebuild deleted file mode 100644 index 6165672a6a41..000000000000 --- a/net-misc/htpdate/htpdate-1.3.4.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit readme.gentoo-r1 toolchain-funcs - -DESCRIPTION="Synchronize local workstation with time offered by remote webservers" -HOMEPAGE="https://www.vervest.org/htp/" -if [[ "${PV}" == *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/twekkel/htpdate" -else - SRC_URI="https://github.com/twekkel/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux" -fi -IUSE="+ssl" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="ssl? ( dev-libs/openssl:0= )" -RDEPEND="${DEPEND}" - -# Test suite tries to connect to the Internet -RESTRICT="test" - -DOC_CONTENTS="If you would like to run htpdate as a daemon, set -appropriate http servers in /etc/conf.d/htpdate!" - -PATCHES=( ) - -src_prepare() { - default - - # Use more standard adjtimex() to fix uClibc builds. - sed -i 's:ntp_adjtime:adjtimex:g' htpdate.[8c] || die - # Don't compress man pages by default - sed '/gzip/d' -i Makefile || die -} - -src_compile() { - emake CFLAGS="-Wall ${CFLAGS} ${LDFLAGS}" CC="$(tc-getCC)" \ - $(usex ssl "https" '') -} - -src_install() { - emake DESTDIR="${D}" STRIP="/bin/true" bindir='$(prefix)/sbin' install - dodoc README.md Changelog - - newconfd "${FILESDIR}"/htpdate.conf htpdate - newinitd "${FILESDIR}"/htpdate.init-r1 htpdate - - readme.gentoo_create_doc -}
