Gentoo Archives: gentoo-commits

From: Ben de Groot <yngwin@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/andromeda/
Date: Sun, 29 Apr 2012 09:07:44
Message-Id: 1335690376.2d87aae160216eceab59cb793ad9f88876af9395.yngwin@gentoo
1 commit: 2d87aae160216eceab59cb793ad9f88876af9395
2 Author: Ben de Groot <yngwin <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 29 09:06:16 2012 +0000
4 Commit: Ben de Groot <yngwin <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 29 09:06:16 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2d87aae1
7
8 x11-misc/andromeda: remove release ebuilds
9
10 andromeda-0.2.1 is now in portage
11 also update live ebuild with latest DOCS changes
12
13 ---
14 x11-misc/andromeda/Manifest | 2 --
15 x11-misc/andromeda/andromeda-0.2.1.ebuild | 27 ---------------------------
16 x11-misc/andromeda/andromeda-0.2.ebuild | 27 ---------------------------
17 x11-misc/andromeda/andromeda-9999.ebuild | 2 +-
18 4 files changed, 1 insertions(+), 57 deletions(-)
19
20 diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
21 deleted file mode 100644
22 index 618c5c1..0000000
23 --- a/x11-misc/andromeda/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST andromeda-0.2.1.tar.gz 782869 SHA256 aea0789f70ea9e87df1dc1f5d55a0d3d6a60611f6f479aac0027706185f5b302 SHA512 9e30cf5f307790787fd5836aaf949533404c46a39ff78a353f6d261618bcfe4d8e409161eba9adff4ae1a58f2f7a4e91a358c2c80db461703f648d95ea618bb7 WHIRLPOOL 18ec3fac454e8a28a128c01b593956ebd03b1c5477ef930d28a9ad32aa42e54419bbf45ba565f9d553e2023d70ec31aa603f99b6ead3be77072911ea34e3ad53
27 -DIST andromeda-0.2.tar.gz 526739 SHA256 32586c31632fc257c9fa747da1aa30d274ad796c7359b87425414855dd5d87c6 SHA512 e342b4e114975fcb4764cd577796b62977d9a25af7e26d286acbf04644d4d55f88dc1dd643071bee74a11ace297848bdd8e256945716ed3e81de7d2cbbcd1e8d WHIRLPOOL 04cc04bc5c11179c72763e9df7004a6a115003f3ace2f00ac1ea5a712a84f6d6c16b5d6e6dcc8c7787408b6ef9a357f90e1beb4f4a538b40cd5b9332de3337f7
28
29 diff --git a/x11-misc/andromeda/andromeda-0.2.1.ebuild b/x11-misc/andromeda/andromeda-0.2.1.ebuild
30 deleted file mode 100644
31 index 1bb5b5b..0000000
32 --- a/x11-misc/andromeda/andromeda-0.2.1.ebuild
33 +++ /dev/null
34 @@ -1,27 +0,0 @@
35 -# Copyright 1999-2012 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Header: $
38 -
39 -EAPI=4
40 -
41 -inherit cmake-utils
42 -
43 -DESCRIPTION="Qt4-based filemanager"
44 -HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
45 -SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
46 -
47 -LICENSE="LGPL-2.1"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE=""
51 -
52 -DEPEND=">=x11-libs/qt-core-4.7.0:4
53 - >=x11-libs/qt-gui-4.7.0:4
54 - >=x11-libs/qt-webkit-4.7.0:4"
55 -RDEPEND="${DEPEND}"
56 -DOCS="TODO.txt dist/changes-${PV}"
57 -
58 -src_unpack() {
59 - default
60 - mv ${PN}-${PN} "${S}" || die
61 -}
62
63 diff --git a/x11-misc/andromeda/andromeda-0.2.ebuild b/x11-misc/andromeda/andromeda-0.2.ebuild
64 deleted file mode 100644
65 index 1bb5b5b..0000000
66 --- a/x11-misc/andromeda/andromeda-0.2.ebuild
67 +++ /dev/null
68 @@ -1,27 +0,0 @@
69 -# Copyright 1999-2012 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -# $Header: $
72 -
73 -EAPI=4
74 -
75 -inherit cmake-utils
76 -
77 -DESCRIPTION="Qt4-based filemanager"
78 -HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
79 -SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
80 -
81 -LICENSE="LGPL-2.1"
82 -SLOT="0"
83 -KEYWORDS="~amd64"
84 -IUSE=""
85 -
86 -DEPEND=">=x11-libs/qt-core-4.7.0:4
87 - >=x11-libs/qt-gui-4.7.0:4
88 - >=x11-libs/qt-webkit-4.7.0:4"
89 -RDEPEND="${DEPEND}"
90 -DOCS="TODO.txt dist/changes-${PV}"
91 -
92 -src_unpack() {
93 - default
94 - mv ${PN}-${PN} "${S}" || die
95 -}
96
97 diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
98 index 9e59f2e..d0ae293 100644
99 --- a/x11-misc/andromeda/andromeda-9999.ebuild
100 +++ b/x11-misc/andromeda/andromeda-9999.ebuild
101 @@ -19,4 +19,4 @@ DEPEND=">=x11-libs/qt-core-4.7.0:4
102 >=x11-libs/qt-gui-4.7.0:4
103 >=x11-libs/qt-webkit-4.7.0:4"
104 RDEPEND="${DEPEND}"
105 -DOCS="TODO.txt dist/changes-0.2"
106 +DOCS="TODO.txt dist/changes-*"