diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-08 19:50:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-08 19:50:16 +0000 |
commit | dd8bad5682841d2d0bb97389e501248ccaed1793 (patch) | |
tree | a5efc796ba2fe126f5b4af9a6fbbc813e8fcf50d /sys-block | |
parent | Fix help2man invocation to use local version #249047 by en.ABCD. (diff) | |
download | gentoo-2-dd8bad5682841d2d0bb97389e501248ccaed1793.tar.gz gentoo-2-dd8bad5682841d2d0bb97389e501248ccaed1793.tar.bz2 gentoo-2-dd8bad5682841d2d0bb97389e501248ccaed1793.zip |
old
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/mbuffer/files/mbuffer-20050321-configure.patch | 18 | ||||
-rw-r--r-- | sys-block/mbuffer/mbuffer-20050730.ebuild | 35 | ||||
-rw-r--r-- | sys-block/mbuffer/mbuffer-20070518.ebuild | 37 | ||||
-rw-r--r-- | sys-block/mbuffer/mbuffer-20070826.ebuild | 38 |
4 files changed, 0 insertions, 128 deletions
diff --git a/sys-block/mbuffer/files/mbuffer-20050321-configure.patch b/sys-block/mbuffer/files/mbuffer-20050321-configure.patch deleted file mode 100644 index bacfa7455c4a..000000000000 --- a/sys-block/mbuffer/files/mbuffer-20050321-configure.patch +++ /dev/null @@ -1,18 +0,0 @@ -Remove CFLAG crap - ---- mbuffer-20050125/configure -+++ mbuffer-20050125/configure -@@ -23,13 +23,2 @@ - --if test -n "$GCC"; then -- CFLAGS="$CFLAGS -Wall" -- case "$target_cpu" in -- i586*) -- CFLAGS="$CFLAGS -march=pentium" -- ;; -- i686*) -- CFLAGS="$CFLAGS -march=pentiumpro" -- ;; -- esac --fi - diff --git a/sys-block/mbuffer/mbuffer-20050730.ebuild b/sys-block/mbuffer/mbuffer-20050730.ebuild deleted file mode 100644 index 938218f77c5b..000000000000 --- a/sys-block/mbuffer/mbuffer-20050730.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/mbuffer-20050730.ebuild,v 1.4 2007/04/12 19:49:01 welp Exp $ - -inherit eutils - -DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality" -HOMEPAGE="http://www.rcs.ei.tum.de/~maierkom/privat/software/mbuffer/" -SRC_URI="http://www.rcs.ei.tum.de/~maierkom/privat/software/mbuffer/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="debug ssl" - -RDEPEND="ssl? ( dev-libs/openssl )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-20050321-configure.patch -} - -src_compile() { - econf \ - $(use_enable ssl md5) \ - $(use_enable debug) \ - || die "econf failed" - emake || die "compile problem" -} - -src_install() { - make install DESTDIR="${D}" || die "install failed" - dodoc AUTHORS INSTALL NEWS README ChangeLog -} diff --git a/sys-block/mbuffer/mbuffer-20070518.ebuild b/sys-block/mbuffer/mbuffer-20070518.ebuild deleted file mode 100644 index 06d54226e05c..000000000000 --- a/sys-block/mbuffer/mbuffer-20070518.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/mbuffer-20070518.ebuild,v 1.1 2007/08/25 15:40:03 vapier Exp $ - -inherit eutils - -DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality" -HOMEPAGE="http://www.maier-komor.de/mbuffer.html" -SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug ssl" - -RDEPEND="ssl? ( dev-libs/openssl )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-20070317-configure.patch - epatch "${FILESDIR}"/${PN}-20070317-mandir.patch - sed -i 's:ssl:crypto:' configure #189040 -} - -src_compile() { - econf \ - $(use_enable ssl md5) \ - $(use_enable debug) \ - || die "econf failed" - emake || die "compile problem" -} - -src_install() { - emake install DESTDIR="${D}" || die "install failed" - dodoc AUTHORS INSTALL NEWS README ChangeLog -} diff --git a/sys-block/mbuffer/mbuffer-20070826.ebuild b/sys-block/mbuffer/mbuffer-20070826.ebuild deleted file mode 100644 index daa3c4ab8119..000000000000 --- a/sys-block/mbuffer/mbuffer-20070826.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/mbuffer-20070826.ebuild,v 1.1 2007/09/02 18:31:39 vapier Exp $ - -inherit eutils autotools - -DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality" -HOMEPAGE="http://www.maier-komor.de/mbuffer.html" -SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug ssl" - -RDEPEND="ssl? ( dev-libs/openssl )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-20070317-configure.patch - epatch "${FILESDIR}"/${PN}-20070317-mandir.patch - sed -i 's:MD5Init:MD5_Init:' configure.in - eautoconf -} - -src_compile() { - econf \ - $(use_enable ssl md5) \ - $(use_enable debug) \ - || die "econf failed" - emake || die "compile problem" -} - -src_install() { - emake install DESTDIR="${D}" || die "install failed" - dodoc AUTHORS INSTALL NEWS README ChangeLog -} |