summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-07 04:49:24 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-07 04:49:24 +0000
commitb34471d7ea7221bfcc7a5ac9bf50e061d6b1736c (patch)
tree4eb95e73d0c6ae1814e5a3de5b9dd7a101a89bac /app-emulation/pose
parentQA - IUSE fix (diff)
downloadhistorical-b34471d7ea7221bfcc7a5ac9bf50e061d6b1736c.tar.gz
historical-b34471d7ea7221bfcc7a5ac9bf50e061d6b1736c.tar.bz2
historical-b34471d7ea7221bfcc7a5ac9bf50e061d6b1736c.zip
popd
Diffstat (limited to 'app-emulation/pose')
-rw-r--r--app-emulation/pose/ChangeLog8
-rw-r--r--app-emulation/pose/files/digest-pose-3.5-r22
-rw-r--r--app-emulation/pose/files/digest-pose-3.5-r31
-rw-r--r--app-emulation/pose/metadata.xml9
-rw-r--r--app-emulation/pose/pose-3.5-r2.ebuild86
-rw-r--r--app-emulation/pose/pose-3.5-r3.ebuild83
6 files changed, 15 insertions, 174 deletions
diff --git a/app-emulation/pose/ChangeLog b/app-emulation/pose/ChangeLog
index b49aa8ae29b8..67ec975ac491 100644
--- a/app-emulation/pose/ChangeLog
+++ b/app-emulation/pose/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/pose
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/ChangeLog,v 1.11 2004/01/31 03:03:34 george Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/ChangeLog,v 1.12 2004/06/07 04:49:24 dragonheart Exp $
+
+ 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
+ -pose-3.5-r2.ebuild, -pose-3.5-r3.ebuild:
+ remove old ebuilds
*pose-3.5-r4 (30 Jan 2004)
diff --git a/app-emulation/pose/files/digest-pose-3.5-r2 b/app-emulation/pose/files/digest-pose-3.5-r2
deleted file mode 100644
index 662101a539e1..000000000000
--- a/app-emulation/pose/files/digest-pose-3.5-r2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 c69b10798e524b999739bf1950125655 emulator_src_3.5.tar.gz 3162363
-MD5 e917767d012bcd8953a5d811e68134ff fltk-1.0.11-source.tar.bz2 999099
diff --git a/app-emulation/pose/files/digest-pose-3.5-r3 b/app-emulation/pose/files/digest-pose-3.5-r3
deleted file mode 100644
index 6f7eb38e3cc3..000000000000
--- a/app-emulation/pose/files/digest-pose-3.5-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c69b10798e524b999739bf1950125655 emulator_src_3.5.tar.gz 3162363
diff --git a/app-emulation/pose/metadata.xml b/app-emulation/pose/metadata.xml
new file mode 100644
index 000000000000..d8b96be3c5cd
--- /dev/null
+++ b/app-emulation/pose/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>bug-wranglers@gentoo.org</email>
+ <description>This package lacks a primary herd or maintainer.</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-emulation/pose/pose-3.5-r2.ebuild b/app-emulation/pose/pose-3.5-r2.ebuild
deleted file mode 100644
index c8383f91b587..000000000000
--- a/app-emulation/pose/pose-3.5-r2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5-r2.ebuild,v 1.3 2004/01/27 08:49:05 george Exp $
-
-S=${WORKDIR}/Emulator_Src_3.5
-FLTK_PV=1.0.11
-FLTK_S=${WORKDIR}/fltk-${FLTK_PV}
-HOMEPAGE="http://www.palmos.com/dev/tools/emulator/"
-SRC_URI="http://www.palmos.com/dev/tools/emulator/sources/emulator_src_3.5.tar.gz
- ftp://www.easysw.com/pub/fltk/${FLTK_PV}/fltk-${FLTK_PV}-source.tar.bz2"
-
-DESCRIPTION="Palm OS Emulator"
-
-DEPEND=">=x11-libs/fltk-1.1.3"
-
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-src_unpack() {
- unpack emulator_src_3.5.tar.gz
- unpack fltk-${FLTK_PV}-source.tar.bz2
-
- cd ${S}
- patch -p1 < ${FILESDIR}/detect-fluid.diff || die "Patching failed"
- patch -p1 < ${FILESDIR}/separate-builddir.diff || die "Patching failed"
- patch -p1 < ${FILESDIR}/choose-gl.diff || die "Patching failed"
- patch -p0 < ${FILESDIR}/init-clipwidget.diff || die "Patching failed"
- cd ${S}/BuildUnix
- aclocal
- automake --foreign
- autoconf
-
- cd ${S}
- mkdir install-fltk
- mkdir static-libs
- mkdir build-normal
- mkdir build-profile
-
- cd ${S}/static-libs
- ln -sf `g++ -print-file-name=libstdc++.a` libstdc++.a
-}
-
-src_compile() {
- cd ${FLTK_S}
- ./configure --prefix=${S}/install-fltk --disable-gl --disable-shared || die
- make || die
- make install || die
-
- cd ${S}/build-normal
- LDFLAGS=-L${S}/static-libs ../BuildUnix/configure --prefix=/usr \
- --with-fltk=${S}/install-fltk \
- --disable-gl || die
-
- make || die
-
-# cd ${S}/build-profile
-# LDFLAGS=-L${S}/static-libs ../BuildUnix/configure --prefix=/usr \
-# --with-fltk=${S}/install-fltk \
-# --disable-gl --enable-palm-profile || die
-#
-# make || die
-}
-
-src_install() {
- cd ${S}/build-normal
- dobin pose
-
-# cd ${S}/build-profile
-# newbin pose pose-profile
-
- cd ${S}/Docs
- dodoc *.txt *.rtf
- dohtml *.html
- insinto /usr/share/doc/${PF}
- doins *.pdf
-
- dodir /usr/share/pose/downloads
- dodir /usr/share/pose/roms
-
- cd ${S}/ROMTransfer/Source
- insinto /usr/share/pose/downloads
- doins *.prc
-}
-
diff --git a/app-emulation/pose/pose-3.5-r3.ebuild b/app-emulation/pose/pose-3.5-r3.ebuild
deleted file mode 100644
index bd7ba0c1da85..000000000000
--- a/app-emulation/pose/pose-3.5-r3.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5-r3.ebuild,v 1.3 2004/01/31 03:03:36 george Exp $
-
-S=${WORKDIR}/Emulator_Src_3.5
-HOMEPAGE="http://www.palmos.com/dev/tools/emulator/"
-SRC_URI="http://www.palmos.com/dev/tools/emulator/sources/emulator_src_3.5.tar.gz"
-
-DESCRIPTION="Palm OS Emulator"
-
-DEPEND=">=x11-libs/fltk-1.1.4"
-
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-src_unpack() {
- unpack emulator_src_3.5.tar.gz
-
- cd ${S}
- patch -p1 < ${FILESDIR}/detect-fluid.diff || die "Patching failed"
- patch -p1 < ${FILESDIR}/separate-builddir.diff || die "Patching failed"
- patch -p1 < ${FILESDIR}/choose-gl.diff || die "Patching failed"
- patch -p0 < ${FILESDIR}/init-clipwidget.diff || die "Patching failed"
- bzcat ${FILESDIR}/gcc-3.3_fix.diff.bz2 | patch -p1 || die "Patching failed"
-
- cd ${S}/BuildUnix
- aclocal
- automake --foreign
- autoconf
- sed -i -e "s:-DPLATFORM_UNIX:-DFLTK_1_0_COMPAT -DPLATFORM_UNIX:" configure
-
- cd ${S}
- mkdir install-fltk
- ln -s /usr/include/fltk-1.1 install-fltk/include
- ln -s /usr/lib/fltk-1.1 install-fltk/lib
- mkdir static-libs
- mkdir build-normal
-# mkdir build-profile
-
- cd ${S}/static-libs
- ln -sf `g++ -print-file-name=libstdc++.a` libstdc++.a
-}
-
-src_compile() {
- cd ${S}/build-normal
-# cd ${S}/BuildUnix
- LDFLAGS=-L${S}/static-libs ../BuildUnix/configure --prefix=/usr \
- --with-fltk=${S}/install-fltk \
- --disable-gl || die
-
- make || die
-
-# cd ${S}/build-profile
-# LDFLAGS=-L${S}/static-libs ../BuildUnix/configure --prefix=/usr \
-# --with-fltk=${S}/install-fltk \
-# --disable-gl --enable-palm-profile || die
-#
-# make || die
-}
-
-src_install() {
- cd ${S}/build-normal
- dobin pose
-
-# cd ${S}/build-profile
-# newbin pose pose-profile
-
- cd ${S}/Docs
- dodoc *.txt *.rtf
- dohtml *.html
- insinto /usr/share/doc/${PF}
- doins *.pdf
-
- dodir /usr/share/pose/downloads
- dodir /usr/share/pose/roms
-
- cd ${S}/ROMTransfer/Source
- insinto /usr/share/pose/downloads
- doins *.prc
-}
-