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,14 @@
# ChangeLog for kde-plasmoids/plasma-weather
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
24 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
plasma-weather-0.4.ebuild:
Whitespace.
*plasma-weather-0.4 (15 Oct 2008)
15 Oct 2008; <alexxy@gentoo.org> +metadata.xml,
+plasma-weather-0.4.ebuild:
Version bump

View File

@@ -0,0 +1,4 @@
DIST plasma-weather-0.4.tar.gz 2480099 RMD160 2c3166aa8184fe830b9dcb3dbd41ec517a229319 SHA1 7e1e77a1a9c1a1114e41af2310388685186eee79 SHA256 13f1fbb57bb980c220e62631a25c781d244eee93a350044a219d44504a5b9b83
EBUILD plasma-weather-0.4.ebuild 841 RMD160 959ec6b02a0a10f5f8e124437e31a1de5c29b2ea SHA1 48cccefde00455f1c0ea40f7f9c5a6469e5ee9f3 SHA256 591eac52a93946be6a58e141bec9253361c23449d76b0211d2fa59d8b588d221
MISC ChangeLog 371 RMD160 94f3e32f5a60ca17cd94098829fa94edfdc470e2 SHA1 48c4ca2f556a519a69f865d5950e0a15c31ff15f SHA256 eb27dddc6f7256e3657e5324f781bddec833bc1c49e2d3bbe2157c21d6d2e301
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,30 @@
# 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 weather applet"
HOMEPAGE="http://www.kde-look.org/content/show.php/Weather+Plasmoid?content=84251"
SRC_URI="http://omploader.org/vdWxn/${P}.tar.gz
http://download83.mediafire.com/jxlmcdsokmcg/zsj2dxxj2sl//${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="!kde-misc/plasmoids"
S="${WORKDIR}/weather"
pkg_postinst()
{
elog "Looking for wheather ZIP code:"
elog "1. Go to http://weather.yahoo.com/"
elog "2. Type in your city, country and click Go"
elog "3. Copy the 8 character location ID from the URL on the next page (ie for Hong Kong, China it is CHXX0049)"
elog "4. Paste the location ID into the widgets zip code field"
}