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,9 @@
# ChangeLog for kde-plasmoids/quicklauncher
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*quicklauncher-0.4 (15 Oct 2008)
15 Oct 2008; <alexxy@gentoo.org> +metadata.xml, +quicklauncher-0.4.ebuild:
Version bump

View File

@@ -0,0 +1,4 @@
DIST 78061-plasma-applet-quicklauncher-0.4.tar.gz 28449 RMD160 6804477c4df33105a43611314dedb9215d6b56ad SHA1 128eda2e7f27e0d85f5678916c22769fcbc3c7c3 SHA256 ddf4d820fd124a672b0529353a649acf426ec792d56e686e6874a642ebcac8f6
EBUILD quicklauncher-0.4.ebuild 546 RMD160 ebab7c4609109d57b206727107c7dae062415399 SHA1 d0d36cd1362d35114f3543f7a2daa78683937f5b SHA256 1ec89d6dd799a04ee47d172a2e5bd5cf89d1f5fd6dd1a4f46298007fc10505c4
MISC ChangeLog 255 RMD160 1857a5df511852ac6b0bdf223cede5fb528ec115 SHA1 3fc39a260742337ff6e93944b591cc85394daef4 SHA256 d4a5c1272ace131907d47318f037cf8e43110e34a1f73f50fd2b46e48865e083
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,20 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit kde4-base
DESCRIPTION="A KDE4 Plasma Applet which reimplements the quicklaunch applet present in kde3.5"
HOMEPAGE="http://www.kde-look.org/content/show.php/QuickLauncher+Applet?content=78061"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/78061-plasma-applet-${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="!kde-misc/plasmoids"
S="${WORKDIR}/plasma-applet-${P}/src"