Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/coinor-buildtools/
Date: Sun, 26 May 2013 17:39:13
Message-Id: 1369587145.1f668eaf9fe627c60af3b34d0691bb30b025fd47.bicatali@gentoo
1 commit: 1f668eaf9fe627c60af3b34d0691bb30b025fd47
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 16:52:25 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 16:52:25 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1f668eaf
7
8 sci-libs/coinor-buildtools: Initial import
9
10 Package-Manager: portage-2.2.01.21938-prefix
11 RepoMan-Options: --force
12
13 ---
14 sci-libs/coinor-buildtools/ChangeLog | 9 +++++
15 .../coinor-buildtools-0.7.4.ebuild | 38 ++++++++++++++++++++
16 sci-libs/coinor-buildtools/metadata.xml | 9 +++++
17 3 files changed, 56 insertions(+), 0 deletions(-)
18
19 diff --git a/sci-libs/coinor-buildtools/ChangeLog b/sci-libs/coinor-buildtools/ChangeLog
20 new file mode 100644
21 index 0000000..2081ed6
22 --- /dev/null
23 +++ b/sci-libs/coinor-buildtools/ChangeLog
24 @@ -0,0 +1,9 @@
25 +# ChangeLog for sci-libs/coinor-buildtools
26 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*coinor-buildtools-0.7.4 (26 May 2013)
30 +
31 + 26 May 2013; Sébastien Fabbro <bicatali@g.o>
32 + +coinor-buildtools-0.7.4.ebuild, +metadata.xml:
33 + sci-libs/coinor-buildtools: Initial import
34
35 diff --git a/sci-libs/coinor-buildtools/coinor-buildtools-0.7.4.ebuild b/sci-libs/coinor-buildtools/coinor-buildtools-0.7.4.ebuild
36 new file mode 100644
37 index 0000000..ea078f9
38 --- /dev/null
39 +++ b/sci-libs/coinor-buildtools/coinor-buildtools-0.7.4.ebuild
40 @@ -0,0 +1,38 @@
41 +# Copyright 1999-2013 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=5
46 +
47 +inherit subversion
48 +
49 +MYPN=BuildTools
50 +
51 +DESCRIPTION="COIN-OR build tools for out of portage builds"
52 +HOMEPAGE="https://projects.coin-or.org/BuildTools/"
53 +ESVN_REPO_URI="https://projects.coin-or.org/svn/BuildTools/releases/${PV}"
54 +SRC_URI=""
55 +
56 +LICENSE="EPL-1.0"
57 +SLOT="0"
58 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
59 +IUSE=""
60 +
61 +RDEPEND=""
62 +DEPEND="${RDEPEND}"
63 +
64 +S="${WORKDIR}/${MYPN}-${PV}"
65 +
66 +src_install() {
67 + dobin run_autotools
68 + insinto /usr/include
69 + doins headers/*
70 + insinto /usr/share/coin
71 + doins share/config.site
72 + insinto /usr/share/coin/libtool
73 + doins coin.m4
74 + dosym ../../libtool/aclocal/libtool.m4 /usr/share/coin/libtool/libtool.m4
75 + insinto /usr/share/coin/BuildTools
76 + doins install-sh ltmain.sh missing Makemain.inc
77 + dosym ../BuildTools/ltmain.sh /usr/share/coin/libtool/ltmain.sh
78 +}
79
80 diff --git a/sci-libs/coinor-buildtools/metadata.xml b/sci-libs/coinor-buildtools/metadata.xml
81 new file mode 100644
82 index 0000000..214d2f8
83 --- /dev/null
84 +++ b/sci-libs/coinor-buildtools/metadata.xml
85 @@ -0,0 +1,9 @@
86 +<?xml version="1.0" encoding="UTF-8"?>
87 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 +<pkgmetadata>
89 +<herd>sci</herd>
90 +<longdescription lang="en">
91 + BuildTools for COIN-OR framework. To be used outside portage for
92 + local projects.
93 +</longdescription>
94 +</pkgmetadata>