summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-05 13:31:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-05 13:31:55 +0100
commit726cdc524fa919e00693cca8f7919a63d05d63f1 (patch)
tree0d357eec2e95d79c70bcec92793af1c5aef39c7a /sys-fs
parent56445d1242dd1124657ec42b3d453fca8e3643ba (diff)
place our meta packages in same category as gentoo does
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/spl/spl-0.6.5.9.ebuild17
-rw-r--r--sys-fs/zfs/zfs-0.6.5.9.ebuild18
2 files changed, 35 insertions, 0 deletions
diff --git a/sys-fs/spl/spl-0.6.5.9.ebuild b/sys-fs/spl/spl-0.6.5.9.ebuild
new file mode 100644
index 00000000..add8442a
--- /dev/null
+++ b/sys-fs/spl/spl-0.6.5.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Solaris Porting Layer meta-package (Gentoo compatibility ebuild)"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64"
+IUSE=""
+
+DEPEND="~sys-fs/spl-utils-${PV}
+ ~sys-kernel/spl-dkms-${PV}"
+RDEPEND=""
diff --git a/sys-fs/zfs/zfs-0.6.5.9.ebuild b/sys-fs/zfs/zfs-0.6.5.9.ebuild
new file mode 100644
index 00000000..2d6d002b
--- /dev/null
+++ b/sys-fs/zfs/zfs-0.6.5.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="ZFS meta-package (Gentoo compatibility ebuild)"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64"
+IUSE=""
+
+DEPEND="~sys-fs/spl-${PV}
+ ~sys-fs/zfs-utils-${PV}
+ ~sys-kernel/zfs-dkms-${PV}"
+RDEPEND=""