summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-27 16:22:08 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-27 16:22:08 +0000
commit1e05dad68e74380ab1e43f3b0754e3de5caccebc (patch)
tree6835a3b5c6898717c4f79fd1cceda2d02fda7532
parentppc stable #283715 (diff)
downloadgentoo-2-1e05dad68e74380ab1e43f3b0754e3de5caccebc.tar.gz
gentoo-2-1e05dad68e74380ab1e43f3b0754e3de5caccebc.tar.bz2
gentoo-2-1e05dad68e74380ab1e43f3b0754e3de5caccebc.zip
old
(Portage version: 2.2_rc42/cvs/Linux x86_64)
-rw-r--r--media-gfx/xloadimage/Manifest1
-rw-r--r--media-gfx/xloadimage/xloadimage-4.1-r4.ebuild86
2 files changed, 0 insertions, 87 deletions
diff --git a/media-gfx/xloadimage/Manifest b/media-gfx/xloadimage/Manifest
index 50e601ad4686..7128f534012c 100644
--- a/media-gfx/xloadimage/Manifest
+++ b/media-gfx/xloadimage/Manifest
@@ -7,6 +7,5 @@ AUX xloadimage-gentoo.patch 8956 RMD160 f60ed7543ae72a598d37d665d2fd1b3e000a69c2
DIST xloadimage-4.1-gentoo.diff.bz2 41390 RMD160 63b160b968937d8c580c7876137263bdbaaa575d SHA1 6436b03b74429470b5491870706885dd7fe69f63 SHA256 dae93c4bd2955810252ff4dd5650386c34f82db8a7a1502c653bf965dad1632a
DIST xloadimage.4.1.tar.gz 596021 RMD160 000271b40f58601cd1057b4e99c31a30da6e10af SHA1 0a8ee9b185702750706f68e4a34e086873f17690 SHA256 400bc7d84dcfb3265a7a1ce51819679dc3adaeda231514bd89b0f932b78ff5c4
EBUILD xloadimage-4.1-r10.ebuild 2049 RMD160 fee8a8f5b0f7c46688ceb92660693b38b83082c7 SHA1 65466169459b5791c1e96657662daa029852d8ab SHA256 dba395c667420acaf08c9ce660f1ef6a2c1f0e843affc304bc614b95a4483a8a
-EBUILD xloadimage-4.1-r4.ebuild 2217 RMD160 578d9e9b5d4eb1d24e5bceac91b8ca0af3c2301c SHA1 9a1d4eef6740b729679102e337085c104e0b4d5c SHA256 0effd77c9a4239964154be429060b3fd7a4224e4e4308a57f73a7755db9396aa
MISC ChangeLog 8081 RMD160 78814ad26880b38ee1681ff81b72f9bd20698f97 SHA1 0fb970101f749003df5e1d5633344b46faa2d19c SHA256 9f9e77fba116d373e5f85da15c5c7d203741b5c95153b9f65085996b7f582458
MISC metadata.xml 163 RMD160 9cdda004bed83a887f4a756cb1550fab6ce563ce SHA1 bfc4f31690e338a159152dcd46d56ff7fd6b6e1b SHA256 212655100c50c4193072996553f15984b9788fb20fb4175efd2418b80d428564
diff --git a/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild b/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild
deleted file mode 100644
index d03f80006a0b..000000000000
--- a/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild,v 1.18 2008/01/15 18:37:57 grobian Exp $
-
-inherit alternatives eutils flag-o-matic toolchain-funcs
-
-MY_P="${P/-/.}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="utility to view many different types of images under X11"
-HOMEPAGE="http://world.std.com/~jimf/xloadimage.html"
-SRC_URI="ftp://ftp.x.org/R5contrib/${MY_P}.tar.gz
- mirror://gentoo/${P}-gentoo.diff.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="tiff jpeg png"
-
-RDEPEND="x11-libs/libX11
- tiff? ( media-libs/tiff )
- png? ( media-libs/libpng )
- jpeg? ( media-libs/jpeg )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4.0.5"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}"/${P}-gentoo.diff
- epatch "${FILESDIR}"/${P}-zio-shell-meta-char.diff
- epatch "${FILESDIR}"/${P}-endif.patch
-
- # Do not define errno extern, but rather include errno.h
- # <azarah@gentoo.org> (1 Jan 2003)
- epatch "${FILESDIR}"/${P}-include-errno_h.patch
-
- epatch "${FILESDIR}"/xloadimage-gentoo.patch
-
- sed -i "s:OPT_FLAGS=:OPT_FLAGS=$CFLAGS:" Make.conf
- sed -i "s:^#include <varargs.h>:#include <stdarg.h>:" "${S}"/rlelib.c
-
- # On FreeBSD systems malloc.h is a false header asking for fixes.
- # On MacOSX it would require malloc/malloc.h
- # On other systems it's simply unneeded
- sed -i -e 's,<malloc.h>,<stdlib.h>,' vicar.c
-
- chmod +x "${S}"/configure
-}
-
-src_compile() {
- tc-export CC
- econf || die
- emake || die
-}
-
-src_install() {
- dobin xloadimage || die
- dobin uufilter || die
-
- insinto /etc/X11
- doins xloadimagerc
-
- newman xloadimage.man xloadimage.1
- newman uufilter.man uufilter.1
-
- dodoc README
-}
-
-update_alternatives() {
- alternatives_makesym /usr/bin/xview \
- /usr/bin/{xloadimage,xli}
- alternatives_makesym /usr/bin/xsetbg \
- /usr/bin/{xloadimage,xli}
- alternatives_makesym /usr/share/man/man1/xview.1.gz \
- /usr/share/man/man1/{xloadimage,xli}.1.gz
- alternatives_makesym /usr/share/man/man1/xsetbg.1.gz \
- /usr/share/man/man1/{xloadimage,xli}.1.gz
-}
-
-pkg_postinst() {
- update_alternatives
-}
-
-pkg_postrm() {
- update_alternatives
-}