summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-09-22 08:16:14 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-09-22 08:16:14 +0000
commit7e93f525c260f86c172879fa9ef7a4fc1c2e89e1 (patch)
treeef719429b557ae1c66387b838cc503c80e150dc6 /sys-block
parentVersion bump. Removed old (diff)
downloadgentoo-2-7e93f525c260f86c172879fa9ef7a4fc1c2e89e1.tar.gz
gentoo-2-7e93f525c260f86c172879fa9ef7a4fc1c2e89e1.tar.bz2
gentoo-2-7e93f525c260f86c172879fa9ef7a4fc1c2e89e1.zip
Version bump. Removed old
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/smp_utils/ChangeLog10
-rw-r--r--sys-block/smp_utils/files/smp_utils-0.96-make.patch75
-rw-r--r--sys-block/smp_utils/smp_utils-0.96.ebuild35
-rw-r--r--sys-block/smp_utils/smp_utils-0.98.ebuild20
4 files changed, 28 insertions, 112 deletions
diff --git a/sys-block/smp_utils/ChangeLog b/sys-block/smp_utils/ChangeLog
index 6a33f6cfd1bd..8c625928dbd5 100644
--- a/sys-block/smp_utils/ChangeLog
+++ b/sys-block/smp_utils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-block/smp_utils
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/smp_utils/ChangeLog,v 1.9 2012/02/23 07:23:59 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/smp_utils/ChangeLog,v 1.10 2014/09/22 08:16:14 polynomial-c Exp $
+
+*smp_utils-0.98 (22 Sep 2014)
+
+ 22 Sep 2014; Lars Wendler <polynomial-c@gentoo.org> -smp_utils-0.96.ebuild,
+ +smp_utils-0.98.ebuild, -files/smp_utils-0.96-make.patch:
+ Version bump. Removed old.
23 Feb 2012; Tim Harder <radhermit@gentoo.org> -smp_utils-0.91.ebuild,
-smp_utils-0.93.ebuild, -smp_utils-0.94.ebuild:
diff --git a/sys-block/smp_utils/files/smp_utils-0.96-make.patch b/sys-block/smp_utils/files/smp_utils-0.96-make.patch
deleted file mode 100644
index 5adcce429f0f..000000000000
--- a/sys-block/smp_utils/files/smp_utils-0.96-make.patch
+++ /dev/null
@@ -1,75 +0,0 @@
---- smp_utils-0.96.orig/Makefile
-+++ smp_utils-0.96/Makefile
-@@ -39,15 +39,11 @@
-
- INCLUDES = -I include
-
--# may be overridden by 'make -e'
--CFLAGS = -g -O2
--
- MY_CFLAGS = -Wall -W $(EXTRA_FLAGS)
- # MY_CFLAGS = -Wall -W -pedantic -std=c99 $(EXTRA_FLAGS)
-
- CFLAGS_PTHREADS = -D_REENTRANT
-
--LDFLAGS =
- # LDFLAGS = -v -lm
-
- # $(SDIRS):
-@@ -65,8 +61,8 @@
- sub_sgv4:
- cd sgv4 && $(MAKE)
-
--libsmp.a : sub_mpt sub_sgv4 smp_lib.o smp_interface_sel.o
-- ar r libsmp.a smp_lib.o smp_interface_sel.o mpt/smp_mptctl_io.o \
-+libsmp.a: sub_mpt sub_sgv4 smp_lib.o smp_interface_sel.o
-+ $(AR) $(ARFLAGS) libsmp.a smp_lib.o smp_interface_sel.o mpt/smp_mptctl_io.o \
- sgv4/smp_sgv4_io.o
-
- depend dep:
-@@ -167,15 +163,14 @@
- smp_rep_self_conf_stat: smp_rep_self_conf_stat.o libsmp.a
- $(LD) -o $@ $(LDFLAGS) $^
-
--install: $(EXECS)
-+install:
- install -d $(INSTDIR)
-- for name in $^; \
-+ for name in $(EXECS); \
- do install -m 755 $$name $(INSTDIR); \
- done
- install -d $(MANDIR)/$(MAN_PREF)
- for mp in $(MAN_PGS); \
- do install -m 644 doc/$$mp $(MANDIR)/$(MAN_PREF); \
-- gzip -9f $(MANDIR)/$(MAN_PREF)/$$mp; \
- done
-
- uninstall:
---- smp_utils-0.96.orig/mpt/Makefile
-+++ smp_utils-0.96/mpt/Makefile
-@@ -18,10 +18,9 @@
- INCLUDES = -I ../include
-
- # CFLAGS = -O2 -Wall -W $(EXTRA_FLAGS)
--CFLAGS = -g -O2 -Wall -W $(EXTRA_FLAGS)
-+CFLAGS += -Wall -W $(EXTRA_FLAGS)
- # CFLAGS = -g -O2 -Wall -W -pedantic -std=c99 $(EXTRA_FLAGS)
-
--LDFLAGS =
- # LDFLAGS = -v -lm
-
- .c.o:
---- smp_utils-0.96.orig/sgv4/Makefile
-+++ smp_utils-0.96/sgv4/Makefile
-@@ -21,10 +21,9 @@
- # INCLUDES = -I ../include -idirafter ../include/dummy
-
- # CFLAGS = -O2 -Wall -W $(EXTRA_FLAGS)
--CFLAGS = -g -O2 -Wall -W $(EXTRA_FLAGS)
-+CFLAGS += -Wall -W $(EXTRA_FLAGS)
- # CFLAGS = -O2 -Wall -W -pedantic -std=c99 $(EXTRA_FLAGS)
-
--LDFLAGS =
- # LDFLAGS = -v -lm
-
- .c.o:
diff --git a/sys-block/smp_utils/smp_utils-0.96.ebuild b/sys-block/smp_utils/smp_utils-0.96.ebuild
deleted file mode 100644
index 0cb95350f577..000000000000
--- a/sys-block/smp_utils/smp_utils-0.96.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/smp_utils/smp_utils-0.96.ebuild,v 1.2 2012/02/23 07:22:06 radhermit Exp $
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Utilities for SAS management protocol (SMP)"
-HOMEPAGE="http://sg.danny.cz/sg/smp_utils.html"
-SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-make.patch
-
- sed -i \
- -e '/^INSTDIR=/s:/bin:/sbin:' \
- -e 's:$(DESTDIR)/:$(DESTDIR):' \
- -e 's:install -s :install :' \
- Makefile */Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" AR="$(tc-getAR)"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install
- dodoc AUTHORS ChangeLog COVERAGE CREDITS README
-}
diff --git a/sys-block/smp_utils/smp_utils-0.98.ebuild b/sys-block/smp_utils/smp_utils-0.98.ebuild
new file mode 100644
index 000000000000..e744b6edc131
--- /dev/null
+++ b/sys-block/smp_utils/smp_utils-0.98.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/smp_utils/smp_utils-0.98.ebuild,v 1.1 2014/09/22 08:16:14 polynomial-c Exp $
+
+EAPI=4
+
+inherit autotools-utils
+
+DESCRIPTION="Utilities for SAS management protocol (SMP)"
+HOMEPAGE="http://sg.danny.cz/sg/smp_utils.html"
+SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="static-libs"
+
+DOCS=( AUTHORS ChangeLog COVERAGE CREDITS README )
+
+AUTOTOOLS_IN_SOURCE_BUILD=1