add all my local ebuilds

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@602 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2008-12-08 19:43:30 +00:00
parent f4ff06f869
commit 6f340e9462
236 changed files with 5536 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# ChangeLog for kde-plasmoids/simplemonitor-plasmoid
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*simplemonitor-plasmoid-0.1-r3 (09 Nov 2008)
09 Nov 2008; Manuel 'Sput' Nickschas <sputnick@quassel-irc.org>
+metadata.xml, +simplemonitor-plasmoid-0.1-r3.ebuild:
Initial version, thanks to thomasa88 for the ebuild

View File

@@ -0,0 +1,4 @@
DIST 84933-simplemonitor-0.1.tar.gz 3065 RMD160 d487758f87e573b0df6f8fa3359cd979f27de8dc SHA1 2d48dcf3c6d77673d09f993d1b1b9a1bb3d7560b SHA256 55f31c921b62a8b3dbe690de0b3badb025bc9aed0c1f09c8a378dd0c3aa24d43
EBUILD simplemonitor-plasmoid-0.1-r3.ebuild 723 RMD160 c854c213f1a076ddacd5f1f2a823b891cd897eef SHA1 8e588d4c63aed31ab1a7ef5d516c0fd310eb5de9 SHA256 22029d8dcb34f190b707fe3d43a9aaed11bec8bb5258c00bf2b4a71d28a6a07a
MISC ChangeLog 360 RMD160 faf4db26cf7bc2fddea8dad43c45ee4a79603645 SHA1 1eb509b2a4e6d2942493f2f5ae129ba4ef82615a SHA256 7ab50d1a9973d4050a8ea534b900f699be2ab2cd294af339aeba698942b94793
MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
</pkgmetadata>

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit kde4-base
DESCRIPTION="A simple and compact system monitor for Linux."
HOMEPAGE="http://kde-look.org/content/show.php/Simple+monitor?content=84933"
SRC_URI="http://kde-look.org/CONTENT/content-files/84933-simplemonitor-0.1.tar.gz"
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="kde-base/kdelibs"
RDEPEND="${DEPEND}"
S="${WORKDIR}/monitor"
src_unpack() {
unpack "${A}"
cd "${S}"
# Follow naming convention
sed -i 's/DESTINATION \${SERVICES_INSTALL_DIR}/\0 RENAME plasma-applet-simplemonitor.desktop/' CMakeLists.txt || die "sed failed"
}