public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-voip/gnugk/
@ 2016-05-03 17:35 Austin English
  0 siblings, 0 replies; 2+ messages in thread
From: Austin English @ 2016-05-03 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     19cb1eafd58e36a0381d016689b065ab9253421d
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 17:20:07 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue May  3 17:21:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cb1eaf

net-voip/gnugk: remove old version

Package-Manager: portage-2.2.26

 net-voip/gnugk/gnugk-3.4.ebuild | 125 ----------------------------------------
 1 file changed, 125 deletions(-)

diff --git a/net-voip/gnugk/gnugk-3.4.ebuild b/net-voip/gnugk/gnugk-3.4.ebuild
deleted file mode 100644
index 1ca38ee..0000000
--- a/net-voip/gnugk/gnugk-3.4.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils versionator
-
-MY_P1=${PN}-$(replace_version_separator 2 -)
-MY_P2=${PN}-$(get_version_component_range 1-2)
-
-DESCRIPTION="GNU H.323 gatekeeper"
-HOMEPAGE="http://www.gnugk.org/"
-SRC_URI="mirror://sourceforge/openh323gk/${MY_P1}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-# dev-db/firebird isn't keyworded for ppc but firebird IUSE is masked for ppc
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc firebird lua mysql odbc postgres radius snmp sqlite ssh linguas_en linguas_es linguas_fr"
-REQUIRED_USE="doc? (
-	|| ( linguas_en linguas_es linguas_fr )
-	)
-"
-
-RDEPEND="net-libs/ptlib:=
-	net-libs/h323plus:=
-	dev-libs/openssl
-	firebird? ( dev-db/firebird )
-	lua? ( dev-lang/lua )
-	mysql? ( virtual/mysql )
-	odbc? ( dev-db/unixODBC )
-	postgres? ( dev-db/postgresql )
-	snmp? ( net-analyzer/net-snmp )
-	ssh? ( net-libs/libssh )
-	sqlite? ( dev-db/sqlite:3 )"
-DEPEND="${RDEPEND}
-	doc? ( app-text/linuxdoc-tools )"
-
-S=${WORKDIR}/${MY_P2}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-3.4-ptrace.patch
-	epatch "${FILESDIR}"/${PN}-3.2.2-h323plus-buildopts.patch
-	epatch "${FILESDIR}"/${PN}-3.2.2-lua.cxx-toolkit_h.patch
-}
-
-# TODO: investigate possible ebuild conversion to use cmake
-src_configure() {
-	# --with-large-fdset=4096 is added because of bug #128102
-	# and it is recommended in the online manual
-	econf \
-		$(use_enable firebird) \
-		$(use_enable lua) \
-		$(use_enable mysql) \
-		$(use_enable postgres pgsql) \
-		$(use_enable odbc unixodbc) \
-		$(use_enable radius) \
-		$(use_enable snmp netsnmp) \
-		$(use_enable sqlite) \
-		$(use_enable ssh libssh) \
-		--with-large-fdset=4096
-}
-
-src_compile() {
-	# PASN_NOPRINT should be set for -debug but it's buggy
-	# better to prevent issues and keep default settings
-	# `make debugdepend debugshared` and `make debug` failed (so no debug)
-	# `make optdepend optnoshared` also failed (so no static)
-
-	# splitting emake calls fixes parallel build issue
-	emake optdepend
-	emake \
-		PT_LIBDIR="$(ptlib-config --libdir)" \
-		OH323_LIBDIR="${EPREFIX}"/usr/lib \
-		optshared
-	# build tool addpasswd
-	emake -C addpasswd PTLIBDIR="$(ptlib-config --ptlibdir)"
-
-	if use doc; then
-		cd docs/manual
-
-		if use linguas_en; then
-			emake html
-		fi
-
-		if use linguas_es; then
-			emake html-es
-		fi
-
-		if use linguas_fr; then
-			emake html-fr
-		fi
-		cd ../..
-	fi
-}
-
-src_install() {
-	dosbin obj_*_*_*/${PN}
-	dosbin addpasswd/obj_*_*_*/addpasswd
-
-	dodir /etc/${PN}
-	insinto /etc/${PN}
-	doins etc/*
-
-	dodoc changes.txt readme.txt
-	dodoc docs/*.txt docs/*.pdf
-
-	if use doc; then
-		if use linguas_en; then
-			dohtml docs/manual/manual*.html
-		fi
-		if use linguas_fr; then
-			dohtml docs/manual/fr/manual-fr*.html
-		fi
-		if use linguas_es; then
-			dohtml docs/manual/es/manual-es*.html
-		fi
-	fi
-
-	doman docs/${PN}.1 docs/addpasswd.1
-
-	newinitd "${FILESDIR}"/${PN}.rc6 ${PN}
-	newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-voip/gnugk/
@ 2017-06-12 11:06 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2017-06-12 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7d85b9faf9ab858b11657ffffcfdab70773fdd9c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 11:01:28 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 11:06:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d85b9fa

net-voip/gnugk: use HTTPS

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-voip/gnugk/gnugk-3.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-voip/gnugk/gnugk-3.4-r1.ebuild b/net-voip/gnugk/gnugk-3.4-r1.ebuild
index 68b48b97e64..50de60a3902 100644
--- a/net-voip/gnugk/gnugk-3.4-r1.ebuild
+++ b/net-voip/gnugk/gnugk-3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -9,7 +9,7 @@ MY_P1=${PN}-$(replace_version_separator 2 -)
 MY_P2=${PN}-$(get_version_component_range 1-2)
 
 DESCRIPTION="GNU H.323 gatekeeper"
-HOMEPAGE="http://www.gnugk.org/"
+HOMEPAGE="https://www.gnugk.org/"
 SRC_URI="mirror://sourceforge/openh323gk/${MY_P1}.tar.gz"
 
 LICENSE="GPL-2"


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

end of thread, other threads:[~2017-06-12 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 11:06 [gentoo-commits] repo/gentoo:master commit in: net-voip/gnugk/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-05-03 17:35 Austin English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox