From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ucspi-proxy/
Date: Fri, 16 Mar 2018 20:45:07 +0000 (UTC) [thread overview]
Message-ID: <1521232967.001d84f612d1938bbe15a1780a0d5055a2d03cea.pacho@gentoo> (raw)
commit: 001d84f612d1938bbe15a1780a0d5055a2d03cea
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 20:39:42 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 20:42:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001d84f6
sys-apps/ucspi-proxy: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sys-apps/ucspi-proxy/Manifest | 2 --
sys-apps/ucspi-proxy/ucspi-proxy-0.97.ebuild | 29 ----------------------
sys-apps/ucspi-proxy/ucspi-proxy-0.98.ebuild | 36 ----------------------------
3 files changed, 67 deletions(-)
diff --git a/sys-apps/ucspi-proxy/Manifest b/sys-apps/ucspi-proxy/Manifest
index 7d64e5e1609..551628427ff 100644
--- a/sys-apps/ucspi-proxy/Manifest
+++ b/sys-apps/ucspi-proxy/Manifest
@@ -1,3 +1 @@
-DIST ucspi-proxy-0.97.tar.gz 26717 BLAKE2B 5c3b677cb5dbc97f70f4b70a8b9b3ea20fad228f5ee6fa801435202a6d98835dae4ddbf2f2dd815732ce9c906171f90e7eb3d87eda32080d2454faca36cb5c25 SHA512 92adb00ee6af43c12a89cfb22b00f140fd222bc42b3faa8e6d660278344a9dacd9e24280a3e2769bd7e15787e1be028ee33dd670e627e46ed92065f5c37e08e0
-DIST ucspi-proxy-0.98.tar.gz 35278 BLAKE2B c8153c30926d9d4b6f00a41de3000f4c7814af5d1eda8193e208ea81ec4d2aa04af6831d4bd5e1fa5ae73113a3ebd7b112e718a9b206888ac47b81276daa6233 SHA512 db767fd19825753107965a3f8a7e8c588e053fb911b3cbe1060684e6100244f9ce720f73e97bdfb26a3af00f6dda2a011866f7e5008ff7edca71b0fe3319da1b
DIST ucspi-proxy-0.99.tar.gz 35537 BLAKE2B 0b3f809b027dae6d83a39aa7b83d0747e2046409b97ba2de678d49a3611ea08f82ea9f30f13a3cd67dbc06de881551d282b14aba67addcf294e64156d2d6d5bc SHA512 5bed82bd0db2501c3de8b38e23a07c39bf9937b9ce95166cf1822a6bd5551aec945dc01d6ba716d7ce35f4aa7f2a126d860d31f7df2d807f1f4eb5e355e93164
diff --git a/sys-apps/ucspi-proxy/ucspi-proxy-0.97.ebuild b/sys-apps/ucspi-proxy/ucspi-proxy-0.97.ebuild
deleted file mode 100644
index 5eeb9dcf1f2..00000000000
--- a/sys-apps/ucspi-proxy/ucspi-proxy-0.97.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="A proxy program for two connections set up by a UCSPI server and a UCSPI client"
-HOMEPAGE="http://untroubled.org/ucspi-proxy/"
-SRC_URI="${HOMEPAGE}archive/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=">=dev-libs/bglibs-1.025"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- echo "$(tc-getCC) ${CFLAGS}" > conf-cc
- echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
- echo "${D}/usr/bin" > conf-bin
- echo "${D}/usr/share/man/" > conf-man
- echo "/usr/include/bglibs/" > conf-bgincs
- echo "/usr/lib/bglibs/" > conf-bglibs
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc ANNOUNCEMENT NEWS README TODO
-}
diff --git a/sys-apps/ucspi-proxy/ucspi-proxy-0.98.ebuild b/sys-apps/ucspi-proxy/ucspi-proxy-0.98.ebuild
deleted file mode 100644
index 7a54182bf1b..00000000000
--- a/sys-apps/ucspi-proxy/ucspi-proxy-0.98.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit toolchain-funcs multilib
-
-DESCRIPTION="proxy program for two connections set up by a UCSPI server and a UCSPI client"
-HOMEPAGE="http://untroubled.org/ucspi-proxy/"
-SRC_URI="http://untroubled.org/ucspi-proxy/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/bglibs-1.106"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i -e '/^>bin$/ac:::755::ucspi-proxy' INSTHIER
-}
-
-src_configure() {
- echo "$(tc-getCC) ${CFLAGS}" > conf-cc
- echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
- echo "${D}/usr/bin" > conf-bin
- echo "${D}/usr/share/man" > conf-man
- echo "/usr/include/bglibs" > conf-bgincs
- echo "/usr/$(get_libdir)/bglibs" > conf-bglibs
-}
-
-src_install() {
- einstall || die
- dodoc ANNOUNCEMENT NEWS README TODO
-}
next reply other threads:[~2018-03-16 20:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-16 20:45 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-04 18:31 [gentoo-commits] repo/gentoo:master commit in: sys-apps/ucspi-proxy/ Mike Gilbert
2021-04-04 18:31 Mike Gilbert
2021-04-04 18:31 Mike Gilbert
2018-03-13 22:26 Thomas Deutschmann
2018-03-07 13:51 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1521232967.001d84f612d1938bbe15a1780a0d5055a2d03cea.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox