summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-01-27 13:08:18 +0100
committerPacho Ramos <pacho@gentoo.org>2019-01-27 13:35:52 +0100
commitb4faa36a60118b274ab5aee837ff4961e80adcad (patch)
tree8aea976b57e980ec15880eb1052f53225cd18813 /dev-libs
parentdev-libs/libsodium: Drop old (diff)
downloadgentoo-b4faa36a60118b274ab5aee837ff4961e80adcad.tar.gz
gentoo-b4faa36a60118b274ab5aee837ff4961e80adcad.tar.bz2
gentoo-b4faa36a60118b274ab5aee837ff4961e80adcad.zip
dev-libs/sblim-sfcc: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/sblim-sfcc/Manifest1
-rw-r--r--dev-libs/sblim-sfcc/sblim-sfcc-2.2.5.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-libs/sblim-sfcc/Manifest b/dev-libs/sblim-sfcc/Manifest
index de4c4cc2064e..93fa0b6fa441 100644
--- a/dev-libs/sblim-sfcc/Manifest
+++ b/dev-libs/sblim-sfcc/Manifest
@@ -1,2 +1 @@
-DIST sblim-sfcc-2.2.5.tar.bz2 376288 BLAKE2B aefe1381abf0b4db5eb19e21f0658cb0ea0503082972313a0187192510d2322035575fed6e36ced3cec61792a012c51482942a9121b0af9692c16dbbc56a1610 SHA512 c4ae3e36eec0a9faab347ba742d4a10cd72c906e89794e4e5a52411ac5bcd10b86ed8130efd02a44bba573654a10cfd1b504cedb638f7f66a47f8ee7215bc78b
DIST sblim-sfcc-2.2.8.tar.bz2 376918 BLAKE2B 867d7643a9f11cf546e39e839ef5a8d3addc8902dd024f741561b0e22016a11e009779c8f50b7228e7ab21b8b697bd8f767b08a08f61727a07ee37c465c0d223 SHA512 b5eb7712aed1e40f19993ba5f5ee2f1f48c01246d28e9f4d89cee53000801ce4fe7c862a82163a55774c71094223b32bf8981a883ad04e820f9c749e746f52fa
diff --git a/dev-libs/sblim-sfcc/sblim-sfcc-2.2.5.ebuild b/dev-libs/sblim-sfcc/sblim-sfcc-2.2.5.ebuild
deleted file mode 100644
index d2d523553f03..000000000000
--- a/dev-libs/sblim-sfcc/sblim-sfcc-2.2.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils
-
-DESCRIPTION="Small Footprint CIM Client Library"
-HOMEPAGE="https://sourceforge.net/apps/mediawiki/sblim"
-SRC_URI="mirror://sourceforge/project/sblim/${PN}/${P}.tar.bz2"
-
-LICENSE="EPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- net-misc/curl[ssl]
- "
-RDEPEND="${DEPEND}"
-DOCS=()
-
-src_configure() {
- local myeconfargs=(
- --enable-http-chunking
- )
- autotools-utils_src_configure
-}