diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-01-24 08:38:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-01-24 08:38:03 +0000 |
commit | 9b5cd41a6084bd554c611c5ffcc421f67498500b (patch) | |
tree | bc5af4c7d0fa78a6e427865a705c3a4eb01123e8 /sys-fs/evms | |
parent | version bump, and initscript fix (the stop function was calling the absent ev... (diff) | |
download | gentoo-2-9b5cd41a6084bd554c611c5ffcc421f67498500b.tar.gz gentoo-2-9b5cd41a6084bd554c611c5ffcc421f67498500b.tar.bz2 gentoo-2-9b5cd41a6084bd554c611c5ffcc421f67498500b.zip |
cleaned out crusty version
Diffstat (limited to 'sys-fs/evms')
-rw-r--r-- | sys-fs/evms/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/evms/evms-2.1.1.ebuild | 90 | ||||
-rw-r--r-- | sys-fs/evms/files/digest-evms-2.1.1 | 2 |
3 files changed, 4 insertions, 93 deletions
diff --git a/sys-fs/evms/ChangeLog b/sys-fs/evms/ChangeLog index 6f9c8e1f3452..e26bed3ee717 100644 --- a/sys-fs/evms/ChangeLog +++ b/sys-fs/evms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/evms # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/ChangeLog,v 1.6 2004/01/24 08:37:30 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/ChangeLog,v 1.7 2004/01/24 08:38:03 seemant Exp $ + + 24 Jan 2004; Seemant Kulleen <seemant@gentoo.org> evms-2.1.1.ebuild: + cleaned out crusty version *evms-2.2.2 (24 Jan 2004) diff --git a/sys-fs/evms/evms-2.1.1.ebuild b/sys-fs/evms/evms-2.1.1.ebuild deleted file mode 100644 index 4117edb4b1f0..000000000000 --- a/sys-fs/evms/evms-2.1.1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.1.1.ebuild,v 1.2 2003/12/22 16:50:28 iggy Exp $ - -IUSE="ncurses gtk" - -inherit eutils - -DESCRIPTION="Utilities for the IBM Enterprise Volume Management System" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - mirror://gentoo/evms-${PV}-gentoo.patch" -HOMEPAGE="http://www.sourceforge.net/projects/evms" - -KEYWORDS="x86 -amd64 -ppc -sparc -alpha -arm -hppa -mips" -LICENSE="GPL-2" -SLOT="0" - -#EVMS uses libuuid from e2fsprogs -DEPEND="virtual/glibc - sys-fs/e2fsprogs - gtk? ( =x11-libs/gtk+-1* ) - ncurses? ( sys-libs/ncurses )" - -src_unpack() { - unpack ${A} ; cd ${S} - epatch ${DISTDIR}/evms-${PV}-gentoo.patch - autoconf -} - -src_compile() { - local excluded_interfaces="" - use ncurses || excluded_interfaces="--disable-text-mode" - use gtk || excluded_interfaces="${excluded_interfaces} --disable-gui" - - ./configure \ - --prefix=/usr \ - --libdir=/lib \ - --sbindir=/sbin \ - --mandir=/usr/share/man \ - --includedir=/usr/include \ - ${excluded_interfaces} || die "Failed configure" - emake || die "Failed emake" -} - -src_install() { - make DESTDIR=${D} install || die "Make install died" - dodoc ChangeLog COPYING TERMINOLOGY PLUGIN.IDS INSTALL INSTALL.HA INSTALL.initrd - - # move static libraries to /usr/lib - dodir /usr/lib - mv -f ${D}/lib/*.a ${D}/usr/lib - - # Create linker scripts for dynamic libs in /lib, else gcc - # links to the static ones in /usr/lib first. Bug #4411. - for x in ${D}/usr/lib/*.a - do - if [ -f ${x} ] - then - local lib="${x##*/}" - gen_usr_ldscript ${lib/\.a/\.so} - fi - done - - # realize these symlinks now so they get included - cd ${D}/lib - rm -f libdlist.so libevms.so - ln -sf libevms-${PV}.so libevms.so.1 - ln -sf libevms.so.1 libevms.so - ln -sf libdlist-1.0.so libdlist.so.1 - ln -sf libdlist.so.1 libdlist.so - - # the gtk+ frontend should live in /usr/sbin - if [ -n "`use gtk`" ] - then - dodir /usr/sbin - mv -f ${D}/sbin/evmsgui ${D}/usr/sbin - fi - - exeinto /etc/init.d - newexe ${FILESDIR}/evms2-init evms -} - -pkg_postinst() { - - ewarn "You just installed evms 2.1.0 - See the ChangeLog for current kernel support" - ewarn "At this time, only pfeifer-sources-2.4.21_pre3 supports this." - ewarn "Ensure you add evms2 to your use flags when emerging pfeifer-sources..." - ewarn "If you do not, you will only have evms 1.2.1 support in the kernel." - -} diff --git a/sys-fs/evms/files/digest-evms-2.1.1 b/sys-fs/evms/files/digest-evms-2.1.1 deleted file mode 100644 index 289da2ceb3bb..000000000000 --- a/sys-fs/evms/files/digest-evms-2.1.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 870d4ccb7e48e82cef3acb8e45fbd54d evms-2.1.1.tar.gz 1807589 -MD5 58da114a06292c2b82a31436952eb880 evms-2.1.1-gentoo.patch 3817 |