summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/smbkit/Manifest1
-rw-r--r--gnustep-libs/smbkit/metadata.xml11
-rw-r--r--gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild25
-rw-r--r--gnustep-libs/smbkit/smbkit-0.0.1.20061010.ebuild18
4 files changed, 0 insertions, 55 deletions
diff --git a/gnustep-libs/smbkit/Manifest b/gnustep-libs/smbkit/Manifest
deleted file mode 100644
index fa8fb7cd4cb5..000000000000
--- a/gnustep-libs/smbkit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST smbkit-0.0.1.20061010.tar.bz2 22614 SHA256 471966efed4de00357207978180c44bcf6fc42c7c3159dbfe37656bf2f3fdbf7 SHA512 7d7f31aa31364a8f8ff8a165025c68a8cb4b330e1cae27106137e0d8170dd9072b6bd2be687352a8139d35d59a53068977dc973eab3875de5431d48cd50128bb WHIRLPOOL bd0d61efaa2299cb25c9736470c2db2d6ec8026178d0c93f94ec079062fd7d2afcf39b64272d34f580aaf8021c04fa7b7685895edd9d42be64f3301a0649d822
diff --git a/gnustep-libs/smbkit/metadata.xml b/gnustep-libs/smbkit/metadata.xml
deleted file mode 100644
index c1b762a914d9..000000000000
--- a/gnustep-libs/smbkit/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnustep@gentoo.org</email>
- <name>Gentoo GNUstep Project</name>
-</maintainer>
-<longdescription>
-SMBKit offers a samba library and headers for GNUstep.
-</longdescription>
-</pkgmetadata>
diff --git a/gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild b/gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild
deleted file mode 100644
index f19da6becdbd..000000000000
--- a/gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit gnustep-2
-
-DESCRIPTION="SMBKit offers a samba library and headers for GNUstep"
-HOMEPAGE="http://www.gnustep.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-
-RDEPEND="net-fs/samba"
-DEPEND="${DEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- egnustep_env
- egnustep_make AUXILIARY_CPPFLAGS="$(pkg-config --cflags smbclient)"
-}
diff --git a/gnustep-libs/smbkit/smbkit-0.0.1.20061010.ebuild b/gnustep-libs/smbkit/smbkit-0.0.1.20061010.ebuild
deleted file mode 100644
index 953b2051c8a7..000000000000
--- a/gnustep-libs/smbkit/smbkit-0.0.1.20061010.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit gnustep-2
-
-DESCRIPTION="SMBKit offers a samba library and headers for GNUstep"
-HOMEPAGE="http://www.gnustep.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-KEYWORDS="amd64 ppc x86"
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-
-DEPEND="net-fs/samba"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"