Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: x11-themes/orion/
Date: Tue, 28 Apr 2015 21:19:09
Message-Id: 1430254760.294950555f749d0a71c5707a3e3e3d06d6398bbd.sping@gentoo
1 commit: 294950555f749d0a71c5707a3e3e3d06d6398bbd
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Tue Apr 28 20:59:20 2015 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 20:59:20 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=29495055
7
8 x11-themes/orion: 1.5
9
10 x11-themes/orion/metadata.xml | 8 ++++++++
11 x11-themes/orion/orion-1.5.ebuild | 21 +++++++++++++++++++++
12 2 files changed, 29 insertions(+)
13
14 diff --git a/x11-themes/orion/metadata.xml b/x11-themes/orion/metadata.xml
15 new file mode 100644
16 index 0000000..16bcc9f
17 --- /dev/null
18 +++ b/x11-themes/orion/metadata.xml
19 @@ -0,0 +1,8 @@
20 +<?xml version="1.0" encoding="UTF-8"?>
21 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 +<pkgmetadata>
23 + <maintainer>
24 + <email>sping@g.o</email>
25 + <name>Sebastian Pipping</name>
26 + </maintainer>
27 +</pkgmetadata>
28
29 diff --git a/x11-themes/orion/orion-1.5.ebuild b/x11-themes/orion/orion-1.5.ebuild
30 new file mode 100644
31 index 0000000..b1293c4
32 --- /dev/null
33 +++ b/x11-themes/orion/orion-1.5.ebuild
34 @@ -0,0 +1,21 @@
35 +# Copyright 1999-2015 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +# $Header: $
38 +
39 +EAPI="5"
40 +
41 +DESCRIPTION="Theme for GTK 2, GTK 3, Metacity, Openbox and Xfwm4"
42 +HOMEPAGE="https://github.com/shimmerproject/Orion"
43 +SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3+"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +
50 +S="${WORKDIR}"/${PN^}-${PV}
51 +
52 +src_install() {
53 + insinto /usr/share/themes/${PN^}
54 + doins -r .
55 +}