summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-21 21:16:29 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-21 21:19:38 +0100
commit3e4e25984c759454c1e7dce073ac1c48978f064e (patch)
tree8fd52697e16e6f7871b1025374cf5842665f5870 /net-im
parentmedia-plugins/kodi-visualization-projectm: Cleanup old version (diff)
downloadgentoo-3e4e25984c759454c1e7dce073ac1c48978f064e.tar.gz
gentoo-3e4e25984c759454c1e7dce073ac1c48978f064e.tar.bz2
gentoo-3e4e25984c759454c1e7dce073ac1c48978f064e.zip
net-im/silc-toolkit: Remove last-rited pkg
Closes: https://bugs.gentoo.org/705462 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/silc-toolkit/Manifest1
-rw-r--r--net-im/silc-toolkit/metadata.xml5
-rw-r--r--net-im/silc-toolkit/silc-toolkit-1.1.10.ebuild39
3 files changed, 0 insertions, 45 deletions
diff --git a/net-im/silc-toolkit/Manifest b/net-im/silc-toolkit/Manifest
deleted file mode 100644
index 2b386d5b9ad1..000000000000
--- a/net-im/silc-toolkit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST silc-toolkit-1.1.10.tar.bz2 1830280 BLAKE2B 9baef6a5684fc29d5255ea7e8a3122a412000c59b1009a69787b21e6320433b1599c9c0962b13d4670b25d83e8e1e908e15dce7931cf07391d82319eeb6a0f38 SHA512 b23b956a79cff6b0471d0fe3b7b57a473272416deaf8546b66987247bef2ee1fc3a8d3db03165a8c3d7f012549f02834d70e3473704e5b39f647a025f4e6befc
diff --git a/net-im/silc-toolkit/metadata.xml b/net-im/silc-toolkit/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/net-im/silc-toolkit/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-im/silc-toolkit/silc-toolkit-1.1.10.ebuild b/net-im/silc-toolkit/silc-toolkit-1.1.10.ebuild
deleted file mode 100644
index e10ea305e942..000000000000
--- a/net-im/silc-toolkit/silc-toolkit-1.1.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="SDK for the SILC protocol"
-HOMEPAGE="http://silcnet.org/"
-SRC_URI="http://silcnet.org/download/toolkit/sources/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="debug ipv6"
-
-RDEPEND=""
-DEPEND="virtual/pkgconfig"
-
-src_prepare() {
- # They have incorrect DESTDIR usage
- sed -i \
- "s/^\(pkgconfigdir =\) \$(libdir)\/pkgconfig/\1 \/usr\/$(get_libdir)\/pkgconfig/"\
- "${S}"/lib/Makefile.{am,in}
-}
-
-src_configure() {
- econf \
- --datadir="${EPREFIX}/usr/share/${PN}" \
- --datarootdir="${EPREFIX}/usr/share/${PN}" \
- --includedir="${EPREFIX}/usr/include/${PN}" \
- --sysconfdir="${EPREFIX}/etc/silc" \
- --libdir="${EPREFIX}/usr/$(get_libdir)/${PN}" \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --disable-optimizations \
- --with-simdir=/usr/$(get_libdir)/${PN}/modules \
- $(use_enable debug) \
- $(use_enable ipv6)
-}