summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2005-02-04 08:19:43 +0000
committerDavid Holm <dholm@gentoo.org>2005-02-04 08:19:43 +0000
commit7c84b5e6203b36f61002df114b7c84344b6ab3e5 (patch)
treecd6856c50552c31a0474eabcd72f632fbcd00965 /media-libs/atlas-c++
parentFixed skinbrowser bug, added wheelscroll patch and cdplay patches. (diff)
downloadhistorical-7c84b5e6203b36f61002df114b7c84344b6ab3e5.tar.gz
historical-7c84b5e6203b36f61002df114b7c84344b6ab3e5.tar.bz2
historical-7c84b5e6203b36f61002df114b7c84344b6ab3e5.zip
Version bumped and added to ~ppc
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'media-libs/atlas-c++')
-rw-r--r--media-libs/atlas-c++/ChangeLog9
-rw-r--r--media-libs/atlas-c++/Manifest6
-rw-r--r--media-libs/atlas-c++/atlas-c++-0.4.6.ebuild4
-rw-r--r--media-libs/atlas-c++/atlas-c++-0.5.92.ebuild29
-rw-r--r--media-libs/atlas-c++/files/digest-atlas-c++-0.5.921
5 files changed, 42 insertions, 7 deletions
diff --git a/media-libs/atlas-c++/ChangeLog b/media-libs/atlas-c++/ChangeLog
index fc4ad60baddb..e9c471d84fdd 100644
--- a/media-libs/atlas-c++/ChangeLog
+++ b/media-libs/atlas-c++/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for media-libs/atlas-c++
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.11 2005/02/04 07:45:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.12 2005/02/04 08:19:43 dholm Exp $
- 04 Feb 2005; <avatar@gentoo.org> atlas-c++-0.4.6.ebuild:
- Added to ~ppc.
+*atlas-c++-0.5.92 (04 Feb 2005)
+
+ 04 Feb 2005; David Holm <dholm@gentoo.org> atlas-c++-0.4.6.ebuild,
+ +atlas-c++-0.5.92.ebuild:
+ Version bumped and added to ~ppc
16 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> atlas-c++-0.4.5.ebuild:
Stable on sparc
diff --git a/media-libs/atlas-c++/Manifest b/media-libs/atlas-c++/Manifest
index 232c84329a6d..14c126648eff 100644
--- a/media-libs/atlas-c++/Manifest
+++ b/media-libs/atlas-c++/Manifest
@@ -1,7 +1,9 @@
-MD5 02086b288bee07187c663c6e9964e0e1 ChangeLog 1325
MD5 393d7052d03befb7cfdd3f248b45be1a atlas-c++-0.4.4.ebuild 804
MD5 0faa49a39dc9af8a35425e65bdcdec72 atlas-c++-0.4.5.ebuild 800
-MD5 02a74d6ba2ddcb4c5e46ff68d4e4f4e1 atlas-c++-0.4.6.ebuild 966
+MD5 78745f750f9b2b83c1bef1c7a19a027e atlas-c++-0.4.6.ebuild 961
+MD5 bcae7e0e30594587b951c9412df85fe1 ChangeLog 1414
+MD5 dae1fa5f99f5bd94168725d8c047a1cf atlas-c++-0.5.92.ebuild 912
MD5 4e8ea0f33c831ce381b1de0f0aaf2acb files/digest-atlas-c++-0.4.4 68
MD5 2f6bbb72fcabdcb3de5aebd38bd22ec1 files/digest-atlas-c++-0.4.5 68
MD5 6229bff81da72033335d73570d5ca80f files/digest-atlas-c++-0.4.6 68
+MD5 5b766efb885bba5b9c8f0d5ccc5af4e6 files/digest-atlas-c++-0.5.92 69
diff --git a/media-libs/atlas-c++/atlas-c++-0.4.6.ebuild b/media-libs/atlas-c++/atlas-c++-0.4.6.ebuild
index 26978cc30725..11613a573beb 100644
--- a/media-libs/atlas-c++/atlas-c++-0.4.6.ebuild
+++ b/media-libs/atlas-c++/atlas-c++-0.4.6.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/media-libs/atlas-c++/atlas-c++-0.4.6.ebuild,v 1.6 2005/02/04 07:45:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.6.ebuild,v 1.7 2005/02/04 08:19:43 dholm Exp $
MY_PN="Atlas-C++"
MY_P=${MY_PN}-${PV}
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.worldforge.org/pub/worldforge/libs/${MY_PN}/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86"
IUSE=""
DEPEND="virtual/libc
diff --git a/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild b/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild
new file mode 100644
index 000000000000..80f66f62be92
--- /dev/null
+++ b/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild,v 1.1 2005/02/04 08:19:43 dholm Exp $
+
+inherit eutils
+
+MY_PN="Atlas-C++"
+MY_P=${MY_PN}-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Atlas protocol standard implementation in C++. Atlas protocol is used in role playing games at worldforge."
+HOMEPAGE="http://www.worldforge.net"
+SRC_URI="mirror://sourceforge/worldforge/${MY_P}.tar.bz2"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND="virtual/libc
+ >=dev-libs/libsigc++-1.2*"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ #dodoc will install all these docs and a few more
+ rm -rf ${D}/usr/share/doc/${My_P}
+ #PR=r0 in this case, but don't fprget to add ${PR} here for non-zero revisions!
+
+ dodoc AUTHORS COPYING ChangeLog NEWS README ROADMAP THANKS TODO
+}
diff --git a/media-libs/atlas-c++/files/digest-atlas-c++-0.5.92 b/media-libs/atlas-c++/files/digest-atlas-c++-0.5.92
new file mode 100644
index 000000000000..81002020c63c
--- /dev/null
+++ b/media-libs/atlas-c++/files/digest-atlas-c++-0.5.92
@@ -0,0 +1 @@
+MD5 83e1339624b49a8acad13770f8ca445c Atlas-C++-0.5.92.tar.bz2 296222