diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-20 01:39:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-20 01:39:15 +0000 |
commit | 1cb7626176283119e4e09800f89b7d52c25f8ba0 (patch) | |
tree | 067f5cd11d8dc7f6ff08571c6af4b9b9dcc84701 /app-emulation | |
parent | force people to set their CHOST to the endian specific value (diff) | |
download | historical-1cb7626176283119e4e09800f89b7d52c25f8ba0.tar.gz historical-1cb7626176283119e4e09800f89b7d52c25f8ba0.tar.bz2 historical-1cb7626176283119e4e09800f89b7d52c25f8ba0.zip |
remove old dirs #106509 by Paul Bredbury
Package-Manager: portage-2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/point2play/Manifest | 10 | ||||
-rw-r--r-- | app-emulation/point2play/point2play-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/point2play/point2play-2.0.3.ebuild | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-emulation/point2play/Manifest b/app-emulation/point2play/Manifest index f0743641ca15..d27ca4a372d5 100644 --- a/app-emulation/point2play/Manifest +++ b/app-emulation/point2play/Manifest @@ -1,11 +1,11 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 695465b632aeb9ac6a430221ae8759dc point2play-2.0.3.ebuild 1193 +MD5 ec3a6d25f785a15a0d6fa6576029666f point2play-2.0.3.ebuild 1216 MD5 086d7322b591c18822e6a6ef25213c3b metadata.xml 465 MD5 3760371f9abee746c28253e464dc209f point2play-2.0.1.ebuild 1008 MD5 15d1bcecd833e6ed26649dd488d399c3 point2play-1.3.3.ebuild 1075 -MD5 e5b16b52514445f97310ddd611d34dfc point2play-2.0.2.ebuild 1188 +MD5 f8aa617f1df1e2237b16567a74fa0b95 point2play-2.0.2.ebuild 1211 MD5 e2dfbc306547fe5db7edf652eba69661 ChangeLog 3270 MD5 3f9b82889b2f4bb9145ffbb4c6fbfb7f files/digest-point2play-2.0.1 72 MD5 d7589e80ac0d830c971c8f43268eb558 files/1.3.2-fix-sound-test.patch 1032 @@ -15,7 +15,7 @@ MD5 f7671ce19e085f88c3681e920d9286cc files/digest-point2play-1.3.3 73 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFC/SokgIKl8Uu19MoRArgrAJ9ehdMHY68+mYNBGOdj2kB5loSYCgCZAZp/ -jkRA867XdZYhTfmZzbQOR3Q= -=WGQx +iD8DBQFDL2hegIKl8Uu19MoRAs00AJwPNCeZMuV33VCveAELSkQyDuuOhACfZlCK +83wUnj39Vc3guK8wMepEiWQ= +=HMQ3 -----END PGP SIGNATURE----- diff --git a/app-emulation/point2play/point2play-2.0.2.ebuild b/app-emulation/point2play/point2play-2.0.2.ebuild index a37921521188..22e576bb5085 100644 --- a/app-emulation/point2play/point2play-2.0.2.ebuild +++ b/app-emulation/point2play/point2play-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-2.0.2.ebuild,v 1.3 2005/07/22 00:03:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-2.0.2.ebuild,v 1.4 2005/09/20 01:39:15 vapier Exp $ inherit eutils @@ -43,5 +43,5 @@ src_unpack() { src_install() { mv usr "${D}"/ || die "mv usr" # remove duplicated desktop files - rm -r "${D}"/usr/share/gnome + rm -r "${D}"/usr/share/{gnome,appplications,applnk} } diff --git a/app-emulation/point2play/point2play-2.0.3.ebuild b/app-emulation/point2play/point2play-2.0.3.ebuild index 24703c9804c4..d0959a1b4bfb 100644 --- a/app-emulation/point2play/point2play-2.0.3.ebuild +++ b/app-emulation/point2play/point2play-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-2.0.3.ebuild,v 1.1 2005/08/12 23:00:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-2.0.3.ebuild,v 1.2 2005/09/20 01:39:15 vapier Exp $ inherit eutils @@ -43,5 +43,5 @@ src_unpack() { src_install() { mv usr "${D}"/ || die "mv usr" # remove duplicated desktop files - rm -r "${D}"/usr/share/gnome + rm -r "${D}"/usr/share/{gnome,appplications,applnk} } |