* [gentoo-commits] dev/angelos:master commit in: app-misc/rbutil/
@ 2011-02-26 8:44 Christoph Mende
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2011-02-26 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 283aa1d4ee5a5eaf57d05a116f30dc36fd42ea7a
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 20:51:04 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 20:51:04 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=283aa1d4
rbutil: Cleanup
---
app-misc/rbutil/Manifest | 2 +-
app-misc/rbutil/rbutil-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-misc/rbutil/Manifest b/app-misc/rbutil/Manifest
index 531beb8..f04e2b4 100644
--- a/app-misc/rbutil/Manifest
+++ b/app-misc/rbutil/Manifest
@@ -1 +1 @@
-EBUILD rbutil-9999.ebuild 1029 RMD160 052c02235abd91e332566cc47b9e9c3ee773e4a0 SHA1 6980a907843af53b2398d96aab1e568e626ba470 SHA256 19a3d968fbd8c8b9aaecd237b489f6c2902656e01888de19af205297dab0b37c
+EBUILD rbutil-9999.ebuild 1028 RMD160 353e05aa02e0d346fc6b0f80a75110c0dd12cc78 SHA1 a3328bdec3b00956d82fe71a64c71b1917d089bf SHA256 4b319f14700e9a8a5ff09bb4a56f3720e8803cac1d766567e70e43c1fbbea02c
diff --git a/app-misc/rbutil/rbutil-9999.ebuild b/app-misc/rbutil/rbutil-9999.ebuild
index f70c4c0..cb9d104 100644
--- a/app-misc/rbutil/rbutil-9999.ebuild
+++ b/app-misc/rbutil/rbutil-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -40,4 +40,3 @@ src_install() {
newicon "${S}"/rbutil/rbutilqt/icons/rockbox.ico ${PN}.ico
make_desktop_entry rbutilqt "Rockbox Utility" /usr/share/pixmaps/${PN}.ico
}
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/angelos:master commit in: app-misc/rbutil/
@ 2011-06-21 12:09 Christoph Mende
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2011-06-21 12:09 UTC (permalink / raw
To: gentoo-commits
commit: 913589feff15f1432ca9f5efed117c623604d48d
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 10:25:52 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 10:25:52 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=913589fe
Remove rbutil
---
app-misc/rbutil/Manifest | 11 ---------
app-misc/rbutil/rbutil-9999.ebuild | 42 ------------------------------------
2 files changed, 0 insertions(+), 53 deletions(-)
diff --git a/app-misc/rbutil/Manifest b/app-misc/rbutil/Manifest
deleted file mode 100644
index f4cbdc6..0000000
--- a/app-misc/rbutil/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-EBUILD rbutil-9999.ebuild 1028 RMD160 353e05aa02e0d346fc6b0f80a75110c0dd12cc78 SHA1 a3328bdec3b00956d82fe71a64c71b1917d089bf SHA256 4b319f14700e9a8a5ff09bb4a56f3720e8803cac1d766567e70e43c1fbbea02c
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk2B09UACgkQmWq1bYTyC0MyAQD9G/RQDQ4FCRoJQwvReDJoseNI
-oHNSJzBM6W0PvH0wrhwA/jLuJavM9AJbhHUHc6S6fUy2nKts1rLhNhnITHbI+SCY
-=IpmO
------END PGP SIGNATURE-----
diff --git a/app-misc/rbutil/rbutil-9999.ebuild b/app-misc/rbutil/rbutil-9999.ebuild
deleted file mode 100644
index cb9d104..0000000
--- a/app-misc/rbutil/rbutil-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit subversion
-
-ESVN_REPO_URI="svn://svn.rockbox.org/rockbox/trunk"
-
-DESCRIPTION="The Rockbox Utility, all you need for installing and managing rockbox"
-HOMEPAGE="http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~x86 ~amd64"
-
-DEPEND="${RDEPEND}"
-RDEPEND=">=x11-libs/qt-core-4.3
- >=x11-libs/qt-gui-4.3"
-
-src_unpack()
-{
- mkdir -p "${S}"/rbutil "${S}"/tools "${S}"/apps
- subversion_fetch ${ESVN_REPO_URI}/rbutil rbutil
- subversion_fetch ${ESVN_REPO_URI}/tools tools
- subversion_fetch ${ESVN_REPO_URI}/apps apps
-}
-
-src_compile() {
- cd rbutil
- qmake || die "qmake failed"
- emake || die "make failed"
-}
-
-src_install() {
- dobin "${S}"/rbutil/rbutilqt/rbutilqt
- insinto "/etc"
- doins "${S}"/rbutil/rbutilqt/rbutil.ini
- newicon "${S}"/rbutil/rbutilqt/icons/rockbox.ico ${PN}.ico
- make_desktop_entry rbutilqt "Rockbox Utility" /usr/share/pixmaps/${PN}.ico
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-21 12:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21 12:09 [gentoo-commits] dev/angelos:master commit in: app-misc/rbutil/ Christoph Mende
-- strict thread matches above, loose matches on Subject: below --
2011-02-26 8:44 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox