commit:     5ef4fc95965ee6e1d9ec86311e596bb05eca4bba
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 07:09:20 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 07:12:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef4fc95

sys-apps/ucspi-proxy: drop 1.1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 sys-apps/ucspi-proxy/ucspi-proxy-1.1.ebuild | 33 -----------------------------
 1 file changed, 33 deletions(-)

diff --git a/sys-apps/ucspi-proxy/ucspi-proxy-1.1.ebuild 
b/sys-apps/ucspi-proxy/ucspi-proxy-1.1.ebuild
deleted file mode 100644
index 2e6173f9f7be..000000000000
--- a/sys-apps/ucspi-proxy/ucspi-proxy-1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Proxy program for two connections set up by a UCSPI server and a 
UCSPI client"
-HOMEPAGE="https://untroubled.org/ucspi-proxy/";
-SRC_URI="https://untroubled.org/ucspi-proxy/archive/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/bglibs-2.04"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       # bug #946204
-       append-cflags -std=gnu17
-
-       echo "$(tc-getCC) ${CFLAGS}" > conf-cc || die
-       echo "$(tc-getCC) ${LDFLAGS}" > conf-ld || die
-       echo "${EPREFIX}/usr/bin" > conf-bin || die
-       echo "${EPREFIX}/usr/share/man" > conf-man || die
-}
-
-src_install() {
-       local -x install_prefix="${D}"
-       default
-}

Reply via email to