diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-09-05 12:47:24 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-09-05 12:47:24 +0000 |
commit | 37c01c3c7efa23e6dc9c7ba312a86394e3d8f4a7 (patch) | |
tree | 013fc09e92a2e5703acaf9d85420c73683b26429 /x11-misc/xteddy | |
parent | Stable on x86. (diff) | |
download | gentoo-2-37c01c3c7efa23e6dc9c7ba312a86394e3d8f4a7.tar.gz gentoo-2-37c01c3c7efa23e6dc9c7ba312a86394e3d8f4a7.tar.bz2 gentoo-2-37c01c3c7efa23e6dc9c7ba312a86394e3d8f4a7.zip |
Initial import.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc/xteddy')
-rw-r--r-- | x11-misc/xteddy/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xteddy/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xteddy/files/digest-xteddy-2.0.1 | 1 | ||||
-rw-r--r-- | x11-misc/xteddy/metadata.xml | 16 | ||||
-rw-r--r-- | x11-misc/xteddy/xteddy-2.0.1.ebuild | 25 |
5 files changed, 56 insertions, 0 deletions
diff --git a/x11-misc/xteddy/ChangeLog b/x11-misc/xteddy/ChangeLog new file mode 100644 index 000000000000..233b48d38a26 --- /dev/null +++ b/x11-misc/xteddy/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/xteddy +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/ChangeLog,v 1.1 2005/09/05 12:47:24 ticho Exp $ + +*xteddy-2.0.1 (05 Sep 2005) + + 05 Sep 2005; Andrej Kacian <ticho@gentoo.org> +metadata.xml, + +xteddy-2.0.1.ebuild: + Initial import. + diff --git a/x11-misc/xteddy/Manifest b/x11-misc/xteddy/Manifest new file mode 100644 index 000000000000..aad876dae2e9 --- /dev/null +++ b/x11-misc/xteddy/Manifest @@ -0,0 +1,4 @@ +MD5 53c11476ac2f2668f4c154c1d0055e44 skel.metadata.xml 789 +MD5 8e763758abd8fcdfc9a984d7bcba354e skel.ChangeLog 3666 +MD5 3a6239c4afb4bfe9989b5e7d8eb7bbed xteddy-2.0.1.ebuild 567 +MD5 ce3865f92a97ebfdd820bdbc306c4839 files/digest-xteddy-2.0.1 64 diff --git a/x11-misc/xteddy/files/digest-xteddy-2.0.1 b/x11-misc/xteddy/files/digest-xteddy-2.0.1 new file mode 100644 index 000000000000..49e7c38e4c79 --- /dev/null +++ b/x11-misc/xteddy/files/digest-xteddy-2.0.1 @@ -0,0 +1 @@ +MD5 d33bfe05f18259a3f7fd17ae256c5644 xteddy-2.0.1.tar.gz 348055 diff --git a/x11-misc/xteddy/metadata.xml b/x11-misc/xteddy/metadata.xml new file mode 100644 index 000000000000..16ee46ee67f8 --- /dev/null +++ b/x11-misc/xteddy/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>desktop-misc</herd> +<maintainer> + <email>ticho@gentoo.org</email> + <name>Andrej Kacian</name> +</maintainer> +<longdescription> + Normally, xteddy just sits around doing nothing. After all, that's what + teddy bears are for. Look at him, talk to him, place heavy windows on top + of him, zap him around until he becomes dizzy, do what you like; he will + always be your true (albeit virtual) friend. Now you can load other pixmaps + than the nice teddy, too. +</longdescription> +</pkgmetadata> diff --git a/x11-misc/xteddy/xteddy-2.0.1.ebuild b/x11-misc/xteddy/xteddy-2.0.1.ebuild new file mode 100644 index 000000000000..0dd96da4bff8 --- /dev/null +++ b/x11-misc/xteddy/xteddy-2.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/xteddy-2.0.1.ebuild,v 1.1 2005/09/05 12:47:24 ticho Exp $ + +DESCRIPTION="A cuddly teddy bear (or other image) for your X desktop" +HOMEPAGE="http://www.itn.liu.se/~stegu/xteddy/" +SRC_URI="http://www.itn.liu.se/~stegu/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/x11 + media-libs/imlib" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS README ChangeLog NEWS xteddy.README +} |