summaryrefslogtreecommitdiff
path: root/net-nds/gosa-plugin-samba
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-25 08:09:37 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-25 08:09:37 +0000
commit693cc9b6e847a01c1bb692153021aaf9fb0fab25 (patch)
treebb2f7c299a4149f841c37a1208c7ac861aa95640 /net-nds/gosa-plugin-samba
parent09351e78166b5e864197c4456ebae3f89dd0bed9 (diff)
gentoo resync : 25.01.2019
Diffstat (limited to 'net-nds/gosa-plugin-samba')
-rw-r--r--net-nds/gosa-plugin-samba/Manifest4
-rw-r--r--net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild47
-rw-r--r--net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild47
-rw-r--r--net-nds/gosa-plugin-samba/metadata.xml11
4 files changed, 0 insertions, 109 deletions
diff --git a/net-nds/gosa-plugin-samba/Manifest b/net-nds/gosa-plugin-samba/Manifest
deleted file mode 100644
index 70c2e788f717..000000000000
--- a/net-nds/gosa-plugin-samba/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST gosa-plugins-samba-2.6.12.tar.bz2 52284 BLAKE2B 24a23cba6722479e63421c0f7b74300067c014beafec133fa327d15659b3a7320974413e3643773b08417fec68160000a7632d2bd6fb6c107983b6e2b37ce0d6 SHA512 843ba69d27d421b3a2e3797456c3ecc7d969e42c9f45ff681f11540938b2bac6c16d15f75ade04ff03fa8aa05559f17fe0324e8c03102970c691fcb54a08804f
-EBUILD gosa-plugin-samba-2.6.12-r1.ebuild 1089 BLAKE2B 03ee4b2e4c06bcf0846a0fb0c7033872490b3f3b20ece63b7152a1b3c2cdbc3195f814dd99c2dd156d4c8a2d6974d7512b5f69484b9f7471df01f230ae2d8101 SHA512 7af976bf4990766df47b31a7cb80fa5d538e98996bab65e3e08189c4ac8b938859131efeaaab3ffdd7ef5508ffc5648ad8dcd4485cceb33e8e5aeec07057c599
-EBUILD gosa-plugin-samba-2.6.12.ebuild 1090 BLAKE2B 8f13634edf91a317d70363e145ed8e65326da5ed0a0db7ae3d5147fc542827338fac94f3d0eff57c525df62bb17b9168d74ddd40ec9f3c1c80e7b926c23f229a SHA512 1a13c0d39b079702c0fab8f465b14156d72b71a102fb3eb2ea3edc8ca00a8d6d7b1aaef81359ce362503e02f07223e5d31d3ddd5ae1f9547d095d9ff5fcb227c
-MISC metadata.xml 341 BLAKE2B eac93f09fd8bbe81b2db61b358a58c4393e55fbda28804099892898f9d97acce627a10ef343e6d5f179280cd14e0f6e8c20f7b37c355c08f7485bdcb1ecbc1a5 SHA512 bde11bd6232c35a676aa10760447e3615714a2fe74273caf28a97fb7eecda4936f7132026b610b0ef0b24c3e7490b743067ba4a13b67ab746100904275f78e44
diff --git a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild
deleted file mode 100644
index f888dd90226d..000000000000
--- a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P="${P/plugin/plugins}"
-
-DESCRIPTION="GOsa plugin for Samba integration"
-HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
-SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
- http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
- ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
- http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2 "
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~net-nds/gosa-core-${PV}
- ~net-nds/gosa-plugin-systems-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-GOSA_COMPONENT="${PN/gosa-plugin-}"
-
-src_install() {
- insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
- doins -r html/*
-
- insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
- doins -r locale/*
-
- insinto /usr/share/gosa/plugins
- doins -r admin personal
-
- insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
- doins -r help/*
-
- dodoc contrib/*
-}
-
-pkg_postinst() {
- ebegin "Updating class cache and locales"
- "${EROOT}"usr/sbin/update-gosa
- eend $?
-}
diff --git a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild
deleted file mode 100644
index 6fd68752dcaf..000000000000
--- a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P="${P/plugin/plugins}"
-
-DESCRIPTION="GOsa plugin for Samba integration"
-HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
-SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
- http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
- ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
- http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2 "
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~net-nds/gosa-core-${PV}
- ~net-nds/gosa-plugin-systems-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-GOSA_COMPONENT="${PN/gosa-plugins-}"
-
-src_install() {
- insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
- doins -r html/*
-
- insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
- doins -r locale/*
-
- insinto /usr/share/gosa/plugins
- doins -r admin personal
-
- insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
- doins -r help/*
-
- dodoc contrib/*
-}
-
-pkg_postinst() {
- ebegin "Updating class cache and locales"
- "${EROOT}"usr/sbin/update-gosa
- eend $?
-}
diff --git a/net-nds/gosa-plugin-samba/metadata.xml b/net-nds/gosa-plugin-samba/metadata.xml
deleted file mode 100644
index f908d52059f8..000000000000
--- a/net-nds/gosa-plugin-samba/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="person">
- <email>dev-zero@gentoo.org</email>
- <name>Tiziano Müller</name>
- </maintainer>
- <upstream>
- <changelog>http://oss.gonicus.de/pub/gosa/Changelog</changelog>
- </upstream>
-</pkgmetadata>