diff options
author | Ian Leitch <port001@gentoo.org> | 2003-11-18 04:18:54 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2003-11-18 04:18:54 +0000 |
commit | 7ac76200a3a6f594f83629b768574d2d36078538 (patch) | |
tree | e0c738140828175e6937a256cb845d220a36c648 /x11-misc/xearth | |
parent | moved from app-misc to x11-misc, metadata created (diff) | |
download | gentoo-2-7ac76200a3a6f594f83629b768574d2d36078538.tar.gz gentoo-2-7ac76200a3a6f594f83629b768574d2d36078538.tar.bz2 gentoo-2-7ac76200a3a6f594f83629b768574d2d36078538.zip |
moved from app-misc to x11-misc, metadata created
Diffstat (limited to 'x11-misc/xearth')
-rw-r--r-- | x11-misc/xearth/ChangeLog | 18 | ||||
-rw-r--r-- | x11-misc/xearth/Manifest | 5 | ||||
-rw-r--r-- | x11-misc/xearth/files/digest-xearth-1.1 | 1 | ||||
-rw-r--r-- | x11-misc/xearth/metadata.xml | 6 | ||||
-rw-r--r-- | x11-misc/xearth/xearth-1.1.ebuild | 28 |
5 files changed, 56 insertions, 2 deletions
diff --git a/x11-misc/xearth/ChangeLog b/x11-misc/xearth/ChangeLog new file mode 100644 index 000000000000..6a30b31d8c8c --- /dev/null +++ b/x11-misc/xearth/ChangeLog @@ -0,0 +1,18 @@ +# ChangeLog for app-misc/xearth +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.1 2003/11/18 04:18:50 port001 Exp $ + +*xearth-1.1 (18 Nov 2003) + + 18 Nov 2003; Ian Leitch <port001@gentoo.org> xearth-1.1.ebuild: + Moved from app-misc to x11-misc. metadata.xml created + +*xearth-1.1 (12 Aug 2002) + + 08 Mar 2003; Graham Forest <vladimir@gentoo.org> xearth-1.1.ebuild: + set ppc in keywords + + 12 Aug 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Initial ebuild in portage. Thanks to Bret Towe for the ebuild. + diff --git a/x11-misc/xearth/Manifest b/x11-misc/xearth/Manifest index 383f1e403e5e..c7f0ae9f905e 100644 --- a/x11-misc/xearth/Manifest +++ b/x11-misc/xearth/Manifest @@ -1,3 +1,4 @@ -MD5 da78271bccda0ed533d46466d28f7fa8 xearth-1.1.ebuild 815 -MD5 788e6e61cd425a5acddcb4bf662469f3 ChangeLog 466 +MD5 05f7c429570832a8888fe976848e263e xearth-1.1.ebuild 814 +MD5 687d3ce644e7775e4803ff08e473aae0 ChangeLog 616 +MD5 6b2f8ecd3ad0e55432fa394deb816e86 metadata.xml 174 MD5 3fc90565f6ced9b61d6d7d843ce2099c files/digest-xearth-1.1 62 diff --git a/x11-misc/xearth/files/digest-xearth-1.1 b/x11-misc/xearth/files/digest-xearth-1.1 new file mode 100644 index 000000000000..7422d1404d84 --- /dev/null +++ b/x11-misc/xearth/files/digest-xearth-1.1 @@ -0,0 +1 @@ +MD5 6e409dffaa8dc5fae1064e38935ab61f xearth-1.1.tar.gz 157887 diff --git a/x11-misc/xearth/metadata.xml b/x11-misc/xearth/metadata.xml new file mode 100644 index 000000000000..0e92f1446c72 --- /dev/null +++ b/x11-misc/xearth/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-misc</herd> +</pkgmetadata> + diff --git a/x11-misc/xearth/xearth-1.1.ebuild b/x11-misc/xearth/xearth-1.1.ebuild new file mode 100644 index 000000000000..7a7442d48e2e --- /dev/null +++ b/x11-misc/xearth/xearth-1.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.1 2003/11/18 04:18:50 port001 Exp $ + +HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" +DESCRIPTION="Xearth sets the X root window to an image of the Earth" +SRC_URI="ftp://cag.lcs.mit.edu/pub/tuna/${P}.tar.gz + ftp://ftp.cs.colorado.edu/users/tuna/${P}.tar.gz" + +SLOT="0" +LICENSE="xearth" +KEYWORDS="x86 sparc ppc" + +DEPEND="virtual/x11" + +src_compile() { + xmkmf || die + mv Makefile Makefile.orig + sed -e "s:CDEBUGFLAGS = .*:CDEBUGFLAGS = ${CFLAGS} -fno-strength-reduce:" \ + Makefile.orig > Makefile + emake || die +} + +src_install() { + newman xearth.man xearth.1 + dobin xearth + dodoc BUILT-IN GAMMA-TEST HISTORY INSTALL README +} |