diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-03-10 15:21:49 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-03-10 15:21:49 +0000 |
commit | 4582f5c7a331ad8186072d622d5f3dcc77a3206e (patch) | |
tree | 5197e7dade11bbabf71784022f359c9cf3004836 | |
parent | Marked stable on amd64. (diff) | |
download | gentoo-2-4582f5c7a331ad8186072d622d5f3dcc77a3206e.tar.gz gentoo-2-4582f5c7a331ad8186072d622d5f3dcc77a3206e.tar.bz2 gentoo-2-4582f5c7a331ad8186072d622d5f3dcc77a3206e.zip |
new in portage
(Portage version: 2.0.51-r15)
-rw-r--r-- | sys-fs/ocfs-tools/ChangeLog | 10 | ||||
-rw-r--r-- | sys-fs/ocfs-tools/Manifest | 3 | ||||
-rw-r--r-- | sys-fs/ocfs-tools/files/digest-ocfs-tools-1.1.2 | 1 | ||||
-rw-r--r-- | sys-fs/ocfs-tools/files/ocfs-tools-glib.patch | 11 | ||||
-rw-r--r-- | sys-fs/ocfs-tools/metadata.xml | 8 | ||||
-rw-r--r-- | sys-fs/ocfs-tools/ocfs-tools-1.1.2.ebuild | 56 |
6 files changed, 89 insertions, 0 deletions
diff --git a/sys-fs/ocfs-tools/ChangeLog b/sys-fs/ocfs-tools/ChangeLog new file mode 100644 index 000000000000..ac8cca90feb6 --- /dev/null +++ b/sys-fs/ocfs-tools/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sys-fs/ocfs-tools +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs-tools/ChangeLog,v 1.1 2005/03/10 15:21:49 xmerlin Exp $ + +*ocfs-tools-1.1.2 (10 Mar 2005) + + 10 Mar 2005; Christian Zoffoli <xmerlin@gentoo.org> +metadata.xml, + +ocfs-tools-1.1.2.ebuild: + new in portage + diff --git a/sys-fs/ocfs-tools/Manifest b/sys-fs/ocfs-tools/Manifest new file mode 100644 index 000000000000..4b817264a027 --- /dev/null +++ b/sys-fs/ocfs-tools/Manifest @@ -0,0 +1,3 @@ +MD5 02afa242d38f602865e4e0016276ee6f ocfs-tools-1.1.2.ebuild 1120 +MD5 cb3f250aaa7bfaabf304acbb1d20dc5b files/ocfs-tools-glib.patch 539 +MD5 78dcbf7f4b00b78a1aabc0926269cf88 files/digest-ocfs-tools-1.1.2 68 diff --git a/sys-fs/ocfs-tools/files/digest-ocfs-tools-1.1.2 b/sys-fs/ocfs-tools/files/digest-ocfs-tools-1.1.2 new file mode 100644 index 000000000000..5cc3cb58b4be --- /dev/null +++ b/sys-fs/ocfs-tools/files/digest-ocfs-tools-1.1.2 @@ -0,0 +1 @@ +MD5 1fb38972b1b942a39435df350337df77 ocfs-tools-1.1.2.tar.gz 331281 diff --git a/sys-fs/ocfs-tools/files/ocfs-tools-glib.patch b/sys-fs/ocfs-tools/files/ocfs-tools-glib.patch new file mode 100644 index 000000000000..8b80cd5b089d --- /dev/null +++ b/sys-fs/ocfs-tools/files/ocfs-tools-glib.patch @@ -0,0 +1,11 @@ +--- ocfs-tools-1.1.2/debugocfs/Makefile.chris 2004-05-22 17:54:23.000000000 +0200 ++++ ocfs-tools-1.1.2/debugocfs/Makefile 2004-05-22 17:54:46.000000000 +0200 +@@ -16,7 +16,7 @@ + + CFLAGS = $(OPTS) -fno-strict-aliasing $(WARNINGS) + +-INCLUDES = -I. -I$(TOPDIR)/libocfs/Common/inc -I$(TOPDIR)/libocfs/Linux/inc -I$(TOPDIR)/libocfs ++INCLUDES = -I. -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I$(TOPDIR)/libocfs/Common/inc -I$(TOPDIR)/libocfs/Linux/inc -I$(TOPDIR)/libocfs + DEFINES = -DLINUX -DUSERSPACE_TOOL -DDEBUGOCFS + + OPTIMIZE = -O2 diff --git a/sys-fs/ocfs-tools/metadata.xml b/sys-fs/ocfs-tools/metadata.xml new file mode 100644 index 000000000000..e2b45fb75fca --- /dev/null +++ b/sys-fs/ocfs-tools/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cluster</herd> +<maintainer> + <email>cluster@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/sys-fs/ocfs-tools/ocfs-tools-1.1.2.ebuild b/sys-fs/ocfs-tools/ocfs-tools-1.1.2.ebuild new file mode 100644 index 000000000000..136d4c9f7cf8 --- /dev/null +++ b/sys-fs/ocfs-tools/ocfs-tools-1.1.2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs-tools/ocfs-tools-1.1.2.ebuild,v 1.1 2005/03/10 15:21:49 xmerlin Exp $ + +inherit flag-o-matic eutils + +DESCRIPTION="Support programs for the Oracle Cluster Filesystem v1 and v2" +HOMEPAGE="http://oss.oracle.com/projects/ocfs/" +SRC_URI="http://oss.oracle.com/projects/ocfs-tools/dist/files/source/${P}.tar.gz" + +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="-* ~x86" +IUSE="gtk" + +DEPEND="virtual/libc + sys-kernel/linux-headers + gtk? ( + >=dev-libs/glib-2.4.0 + >=x11-libs/gtk+-1.2.8 + )" + +RDEPEND="virtual/libc + gtk? ( + >=dev-libs/glib-2.4.0 + >=x11-libs/gtk+-1.2.8 + )" + +src_unpack() { + unpack ${P}.tar.gz + cd ${S} + # glib patch (if you build ocfs-tools without X apps) + epatch ${FILESDIR}/ocfs-tools-glib.patch || die "glib patch did not apply" +} + +src_compile() { + local myconf="" + use gtk && myconf="${myconf} --enable-ocfstool=yes" || \ + myconf="${myconf} --enable-ocfstool=no --disable-gtktest" + + econf --prefix=/ \ + ${myconf} \ + || die "Failed to configure" + + emake -j1 || die "Failed to compile" +} + +src_install() { + einstall || die "Failed to install" + + ## NEED TO BE FIXED -> it lacks a proper init + + doman format/mkfs.ocfs.8 + dodoc COPYING README debugocfs/debugocfs.txt bugfix/bug*-README.txt +} |