diff options
author | 2006-01-15 21:42:41 +0000 | |
---|---|---|
committer | 2006-01-15 21:42:41 +0000 | |
commit | 904235ddc865316c268cdad4fc569801fd99ad04 (patch) | |
tree | 81a14751dd58b22dc56f5e517598a2f2be47f162 /app-emulation/pose | |
parent | Stable on SPARC wrt security bug #117606. (diff) | |
download | historical-904235ddc865316c268cdad4fc569801fd99ad04.tar.gz historical-904235ddc865316c268cdad4fc569801fd99ad04.tar.bz2 historical-904235ddc865316c268cdad4fc569801fd99ad04.zip |
Take my devspace out of SRC_URI.
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-emulation/pose')
-rw-r--r-- | app-emulation/pose/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/pose/Manifest | 6 | ||||
-rw-r--r-- | app-emulation/pose/pose-3.5-r4.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/app-emulation/pose/ChangeLog b/app-emulation/pose/ChangeLog index cfd20ce7da91..bb58a67ddee6 100644 --- a/app-emulation/pose/ChangeLog +++ b/app-emulation/pose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/pose -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/ChangeLog,v 1.16 2005/09/30 21:26:05 vanquirius Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/ChangeLog,v 1.17 2006/01/15 21:42:41 vanquirius Exp $ + + 15 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> pose-3.5-r4.ebuild: + Take my devspace out of SRC_URI. 30 Sep 2005; Marcelo Goes <vanquirius@gentoo.org> -files/gcc-3.3_fix.diff.bz2, -files/choose-gl.diff, diff --git a/app-emulation/pose/Manifest b/app-emulation/pose/Manifest index 9f0cb8972eea..0b2361db2ab0 100644 --- a/app-emulation/pose/Manifest +++ b/app-emulation/pose/Manifest @@ -1,4 +1,4 @@ -MD5 850c0250e39036c9fbd33501e7ae89f3 pose-3.5-r4.ebuild 2149 -MD5 faf87572296dbb564085d53c51d33a5f ChangeLog 2750 -MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 +MD5 a37ea73dfd6effeb18fb0099385c6956 ChangeLog 2858 MD5 4d917375e3e985849a97c501b7a3abd3 files/digest-pose-3.5-r4 139 +MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 +MD5 3fa6c90217ee54141ac49886ab3c7a4d pose-3.5-r4.ebuild 2084 diff --git a/app-emulation/pose/pose-3.5-r4.ebuild b/app-emulation/pose/pose-3.5-r4.ebuild index 90e9a10249aa..1686a11902c2 100644 --- a/app-emulation/pose/pose-3.5-r4.ebuild +++ b/app-emulation/pose/pose-3.5-r4.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5-r4.ebuild,v 1.6 2005/09/30 21:26:05 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5-r4.ebuild,v 1.7 2006/01/15 21:42:41 vanquirius Exp $ inherit eutils 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 - mirror://gentoo/${P}-genpatches.tar.bz2 - http://dev.gentoo.org/~vanquirius/files/${P}-genpatches.tar.bz2" + mirror://gentoo/${P}-genpatches.tar.bz2" DESCRIPTION="Palm OS Emulator" |