diff options
Diffstat (limited to 'x11-misc/xearth')
-rw-r--r-- | x11-misc/xearth/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/xearth/files/xearth-1.1-include.patch | 10 | ||||
-rw-r--r-- | x11-misc/xearth/metadata.xml | 8 | ||||
-rw-r--r-- | x11-misc/xearth/xearth-1.1-r1.ebuild | 47 |
4 files changed, 71 insertions, 0 deletions
diff --git a/x11-misc/xearth/Manifest b/x11-misc/xearth/Manifest new file mode 100644 index 000000000000..4a4f3d2c4a68 --- /dev/null +++ b/x11-misc/xearth/Manifest @@ -0,0 +1,6 @@ +AUX xearth-1.1-include.patch 231 SHA256 1a47fae774bc74ac750b878eed1dad38a7ac4272c02ea161ac12dd22141857d8 SHA512 9e4fd1d44eeda5c79ab22ceeb20fd005cab71869bcadd17adcb1cee10157c35145e7c7aa6d3c62f3da1be83cc79763b9ad77cfaddd4021dbcb56c8efcbccadb7 WHIRLPOOL ac9a03569975ef92ac69de4c03f35e251ee8775900aa4549822e668f5e0c2cb4a378e4f1ae0d110a3e131f99871a32311cd9761c8d6a6ce48bc85ed716a22859 +DIST xearth-1.1.tar.gz 157887 SHA256 bcb1407cc35b3f6dd3606b2c6072273b6a912cbd9ed1ae22fb2d26694541309c SHA512 ab1c146385a0e61f6208a0218cabc8a10902f52feb50f328a330cdbddc5d2eff2c3efdf6719b625bcc07171ed2fd6201230ad8a71cd77a451ad9c81383bfd46e WHIRLPOOL c5884f3d7bed815f3e9ebe96c078d8646602117744377d8b83065aa4218869a9acdfcd6373d65d6702a1f051a301a0f881cb7f2aae00b0e1db057b13759ab727 +EBUILD xearth-1.1-r1.ebuild 871 SHA256 60d2025020876efa238d6268d57964beb85100ca6065b80a71c200c10382eca3 SHA512 2e98183e2e0afdaed4f8ed20abefda0e502ebc458f71f5ef2c6781613882931870376af66d66a73091c6b04ce9be7dffe21d186f1a8c95d16b1036419bfda45d WHIRLPOOL 6f7bc59d4eb4e8ab976f75c61403a772b284d1a0b5ea2abac7b695c6b80cf8c071c2da6d91c27896442598e1d884c6e41a2887535aeb8d9d92fe9c463eaf55af +MISC ChangeLog 2852 SHA256 a5abe981be8f382f1343689b9b46b116b9a0069304f9462a7498c400f5413be3 SHA512 95530746283d933237073327992cdc80cb758879194c0ef07ba9204aa71f48725d5146de693a10cdf8e9935a4452949d3d7e429373aee0b94e716651eb1f3e18 WHIRLPOOL da6d34d2bb2d5020f6bda344f61c092fa73a6ef5013afc4e6781cf599010234d003b0eb613e026e18ca6227e5a9ced8f37b3413b002c197f33b85e2d773188c9 +MISC ChangeLog-2015 3259 SHA256 8eb0d491abfc832014b4d30640f2d883a8fb46081eaea23f8a3b9bbb2bccc3dd SHA512 e413a83479a9b56f7dd9f1b82bdd324d56a45cc13c72d46edf63b0a6d7000e08d2aa2b7f065738c64c4363545a4a188f824d1986c68f185b25a3675cae78d5e0 WHIRLPOOL 16302c8dcf9f63009fabea46cf81d188d4a6b264f717da84351780ec1b72f1673ba534c55c667195a9bcfdc44e057cb893619bc889de75f13e9ed96d6267f679 +MISC metadata.xml 318 SHA256 218a00bda7df7396b1c9db4fea27cc69073dd039cb1db1e55d34cfd004209500 SHA512 7d56445a5c7fffdc1104633cdd30eafa17588079b8a1f4cb226984b1aad4e41fe84320608681143dc01c5f1ac5f104cf0717e8183164031644220f9c61086a3b WHIRLPOOL 15d65bcdc3289c77c194a26721b45e700d54a771e5a63d29a52d431b1ac8922ee7ddd7ca11b10dbbb72ba3fd70daa5fba7dba875de04362ab9c489e70d9fb895 diff --git a/x11-misc/xearth/files/xearth-1.1-include.patch b/x11-misc/xearth/files/xearth-1.1-include.patch new file mode 100644 index 000000000000..d3974b43f2e7 --- /dev/null +++ b/x11-misc/xearth/files/xearth-1.1-include.patch @@ -0,0 +1,10 @@ +--- a/gifout.c 1999-11-07 07:51:34.000000000 +0100 ++++ b/gifout.c 2010-09-18 02:44:44.000000000 +0200 +@@ -44,6 +44,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include "port.h" + #include "gifint.h" + #include "kljcpyrt.h" diff --git a/x11-misc/xearth/metadata.xml b/x11-misc/xearth/metadata.xml new file mode 100644 index 000000000000..66187a0f4213 --- /dev/null +++ b/x11-misc/xearth/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>desktop-misc@gentoo.org</email> + <name>Gentoo Desktop Miscellaneous Project</name> + </maintainer> +</pkgmetadata> diff --git a/x11-misc/xearth/xearth-1.1-r1.ebuild b/x11-misc/xearth/xearth-1.1-r1.ebuild new file mode 100644 index 000000000000..97ec7ce03faa --- /dev/null +++ b/x11-misc/xearth/xearth-1.1-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit eutils toolchain-funcs + +HOMEPAGE="http://hewgill.com/xearth/original/" +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="alpha amd64 ppc ppc64 x86" +IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt +" +DEPEND="${RDEPEND} + x11-misc/imake + app-text/rman + x11-proto/xproto +" + +src_prepare() { + epatch "${FILESDIR}"/${P}-include.patch +} + +src_configure() { + xmkmf || die +} + +src_compile() { + emake CC=$(tc-getCC) \ + CCOPTIONS="${CFLAGS}" \ + EXTRA_LDOPTIONS="${LDFLAGS}" +} + +src_install() { + newman xearth.man xearth.1 + dobin xearth + dodoc BUILT-IN GAMMA-TEST HISTORY README +} |