diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-21 02:57:04 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-21 02:57:04 +0000 |
commit | 772c9da8dc8fd8027195d142ca0cb31d673d7dfd (patch) | |
tree | 7184e63c9338e4d7d9734c38ee7cfaec8f94b88e /app-emulation | |
parent | gnome 1.x removal (diff) | |
download | gentoo-2-772c9da8dc8fd8027195d142ca0cb31d673d7dfd.tar.gz gentoo-2-772c9da8dc8fd8027195d142ca0cb31d673d7dfd.tar.bz2 gentoo-2-772c9da8dc8fd8027195d142ca0cb31d673d7dfd.zip |
gnome 1.x removal
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xwine/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/xwine/Manifest | 14 | ||||
-rw-r--r-- | app-emulation/xwine/files/digest-xwine-1.0.1 | 1 | ||||
-rw-r--r-- | app-emulation/xwine/metadata.xml | 5 | ||||
-rw-r--r-- | app-emulation/xwine/xwine-1.0.1.ebuild | 46 |
5 files changed, 0 insertions, 74 deletions
diff --git a/app-emulation/xwine/ChangeLog b/app-emulation/xwine/ChangeLog deleted file mode 100644 index e12df655f038..000000000000 --- a/app-emulation/xwine/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for app-emulation/xwine -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xwine/ChangeLog,v 1.1 2005/05/08 01:09:34 vapier Exp $ - -*xwine-1.0.1 (07 May 2005) - - 07 May 2005; Mike Frysinger <vapier@gentoo.org> : - Initial import. Ebuild submitted by javascript/Ed Catmur/Jonathan Smith #75438. diff --git a/app-emulation/xwine/Manifest b/app-emulation/xwine/Manifest deleted file mode 100644 index 58a400ab7e3d..000000000000 --- a/app-emulation/xwine/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b3ca64482e6f575c1a1515e42e6caf8c ChangeLog 374 -MD5 8169f3760ba7d7a7a8727756bb75868d files/digest-xwine-1.0.1 64 -MD5 6e817c3f6b82338028366853fddccf5f metadata.xml 157 -MD5 bf64059a648d8bd147234b75d89d523e xwine-1.0.1.ebuild 1220 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDdr+sgIKl8Uu19MoRAsvpAJ4lNy+BcaUfpDZp3os6XhHwJ06YkgCfXb7i -mhb2nF4L4sgycWMd7gWnzD8= -=jWtc ------END PGP SIGNATURE----- diff --git a/app-emulation/xwine/files/digest-xwine-1.0.1 b/app-emulation/xwine/files/digest-xwine-1.0.1 deleted file mode 100644 index 13aaa0b7b161..000000000000 --- a/app-emulation/xwine/files/digest-xwine-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2748b66d5ab0b4cc172cbb296cc8363b xwine-1.0.1.tar.gz 1527684 diff --git a/app-emulation/xwine/metadata.xml b/app-emulation/xwine/metadata.xml deleted file mode 100644 index 27f54c99739f..000000000000 --- a/app-emulation/xwine/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>wine</herd> -</pkgmetadata> diff --git a/app-emulation/xwine/xwine-1.0.1.ebuild b/app-emulation/xwine/xwine-1.0.1.ebuild deleted file mode 100644 index b1069299b145..000000000000 --- a/app-emulation/xwine/xwine-1.0.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xwine/xwine-1.0.1.ebuild,v 1.2 2005/11/13 04:22:06 vapier Exp $ - -inherit eutils - -DESCRIPTION="GTK+ frontend for Wine" -HOMEPAGE="http://darken33.free.fr/" -SRC_URI="http://darken33.free.fr/download/projets/xwine/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="nls" - -DEPEND="=x11-libs/gtk+-1* - >=gnome-base/gnome-libs-1.4.2 - =gnome-base/orbit-0* - dev-libs/libxml2 - =sys-libs/db-1* - app-emulation/wine - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - make distclean || die "distclean failed" - sed -i \ - -e 's: /usr/share/: $(DESTDIR)/usr/share/:g' \ - -e "s:/doc/\$(PACKAGE):/doc/${PF}:g" \ - -e "s: /etc/\$(PACKAGE)/apps: \$(DESTDIR)/etc/${PN}/apps:g" \ - Makefile.in || die "patching Makefile.in failed" - cp menu/xwine.desktop . -} - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - dodir /usr/share/applications - make install DESTDIR="${D}" || die "make install failed" - dodoc AUTHORS BUGS ChangeLog INSTALL README TODO NEWS - dohtml doc/en/FAQ.html doc/en/index.html -} |