* [gentoo-commits] proj/betagarden:master commit in: sys-block/asm/
@ 2011-04-25 19:03 Benedikt Boehm
0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm @ 2011-04-25 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 53d0293123abf74760f8705e91548b1b80401476
Author: Benedikt Böhm <bb <AT> xnull <DOT> de>
AuthorDate: Mon Apr 25 19:02:44 2011 +0000
Commit: Benedikt Boehm <hollow <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 19:02:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=53d02931
add sys-block/asm for arcconf
---
sys-block/asm/asm-7.00.18781.ebuild | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/sys-block/asm/asm-7.00.18781.ebuild b/sys-block/asm/asm-7.00.18781.ebuild
new file mode 100644
index 0000000..609dfc4
--- /dev/null
+++ b/sys-block/asm/asm-7.00.18781.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+RESTRICT="strip"
+
+inherit versionator
+
+MY_PV="$(replace_all_version_separators _ ${PV})"
+
+DESCRIPTION="Adaptec Storage Manager (ASM)"
+HOMEPAGE="http://www.adaptec.com/en-US/downloads/"
+SRC_URI="amd64? ( http://download.adaptec.com/raid/storage_manager/${PN}_linux_x64_v${MY_PV}.tgz )
+ x86? ( http://download.adaptec.com/raid/storage_manager/${PN}_linux_x86_v${MY_PV}.tgz )"
+
+LICENSE="Adaptec"
+SLOT="0"
+KEYWORDS="-* amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/libstdc++:3.3"
+
+S="${WORKDIR}"
+
+src_install() {
+ into /usr
+ dosbin cmdline/arcconf
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: sys-block/asm/
@ 2013-10-13 14:56 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-10-13 14:56 UTC (permalink / raw
To: gentoo-commits
commit: 74a61c654c135f6d4d3aea69932242d536f5579d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 14:43:13 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 14:43:13 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=74a61c65
sys-block/asm: QA fixes
Package-Manager: portage-2.2.7
---
sys-block/asm/ChangeLog | 8 ++++++++
sys-block/asm/asm-7.00.18781.ebuild | 13 +++++++------
sys-block/asm/metadata.xml | 7 +++++++
3 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/sys-block/asm/ChangeLog b/sys-block/asm/ChangeLog
new file mode 100644
index 0000000..cd7e937
--- /dev/null
+++ b/sys-block/asm/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sys-block/asm
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 13 Oct 2013; Justin Lecher <jlec@gentoo.org> asm-7.00.18781.ebuild,
+ +metadata.xml:
+ QA fixes
+
diff --git a/sys-block/asm/asm-7.00.18781.ebuild b/sys-block/asm/asm-7.00.18781.ebuild
index 609dfc4..8fcab68 100644
--- a/sys-block/asm/asm-7.00.18781.ebuild
+++ b/sys-block/asm/asm-7.00.18781.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
-
-RESTRICT="strip"
+EAPI=5
inherit versionator
@@ -12,16 +10,19 @@ MY_PV="$(replace_all_version_separators _ ${PV})"
DESCRIPTION="Adaptec Storage Manager (ASM)"
HOMEPAGE="http://www.adaptec.com/en-US/downloads/"
-SRC_URI="amd64? ( http://download.adaptec.com/raid/storage_manager/${PN}_linux_x64_v${MY_PV}.tgz )
+SRC_URI="
+ amd64? ( http://download.adaptec.com/raid/storage_manager/${PN}_linux_x64_v${MY_PV}.tgz )
x86? ( http://download.adaptec.com/raid/storage_manager/${PN}_linux_x86_v${MY_PV}.tgz )"
-LICENSE="Adaptec"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="-* amd64 ~x86"
IUSE=""
RDEPEND="virtual/libstdc++:3.3"
+RESTRICT="strip"
+
S="${WORKDIR}"
src_install() {
diff --git a/sys-block/asm/metadata.xml b/sys-block/asm/metadata.xml
new file mode 100644
index 0000000..a759be0
--- /dev/null
+++ b/sys-block/asm/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>maintainer-wanted@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-13 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-25 19:03 [gentoo-commits] proj/betagarden:master commit in: sys-block/asm/ Benedikt Boehm
-- strict thread matches above, loose matches on Subject: below --
2013-10-13 14:56 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox