summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-04-13 22:07:23 +0000
committerMatt Turner <mattst88@gmail.com>2008-04-13 22:07:23 +0000
commitad255f670bf698c2ed87218d9de4f4a4880b4968 (patch)
treecc9a4843fc4e3f10b29a263c8fc5dadc55c19191
parent19f7f69e746ccd0203fa5f90fa0002572c2e8d7f (diff)
Fix ccc ebuild
git-svn-id: svn://mattst88.com/svn/compaq-c-overlay@3 8c41e67f-757b-4206-be13-12d8f16ad5be
-rw-r--r--dev-lang/ccc/Manifest2
-rw-r--r--dev-lang/ccc/ccc-6.5.9.001.ebuild14
2 files changed, 5 insertions, 11 deletions
diff --git a/dev-lang/ccc/Manifest b/dev-lang/ccc/Manifest
index be59414..32dec8b 100644
--- a/dev-lang/ccc/Manifest
+++ b/dev-lang/ccc/Manifest
@@ -1,4 +1,4 @@
AUX create-comp-config.patch 1778 RMD160 d7db830813d2f5cf3df8fbda3329ab0addac54be SHA1 c655f7bb3395a21547ab224fc758118fce623cc7 SHA256 c387e155312f08e82b8c5a75e79cf252d170512d28e07a4cae30a5b2e096d2cb
AUX probe_linux.patch 1074 RMD160 682b84d3d177a2f9af90ed87e834763a97392de9 SHA1 cade04ece40991bf0698daac857f5e70e2edae33 SHA256 346e16ad5f3819cb810e3ee58c5e075e7ca885ce1feb30d59bcf8267ed9a9560
DIST ccc-6.5.9.001-6.alpha.rpm 7160915 RMD160 3a03914049ca21f4dc030661eafa28aa6015aa34 SHA1 e8a80726d50477e028a382360311e6f0ac8b4e25 SHA256 019aa8d24cf1d70a63851847824cd6afe7aabfaf8f00daba7ee7eb8645fa6ace
-EBUILD ccc-6.5.9.001.ebuild 4183 RMD160 6c1ca4a1fc59bf869d5387377d069b744ed5a922 SHA1 aa98e7dd71e18afa95ad6b76a70c4310655bcc40 SHA256 514d90469918c8dde4f77fe2ff26a76424af810a20795234f07066fa75e7c807
+EBUILD ccc-6.5.9.001.ebuild 3908 RMD160 76e8c5c111090db08415fd3218eafe1d41ec9572 SHA1 25a8944a73f7b6def6a72b8c0c5a8808ebcd9605 SHA256 c8f529c10f7a3a1550951f905faacf95b88b4c98678695a87ef8cc0a8bc0997f
diff --git a/dev-lang/ccc/ccc-6.5.9.001.ebuild b/dev-lang/ccc/ccc-6.5.9.001.ebuild
index 902d162..f2bad69 100644
--- a/dev-lang/ccc/ccc-6.5.9.001.ebuild
+++ b/dev-lang/ccc/ccc-6.5.9.001.ebuild
@@ -9,17 +9,16 @@ inherit eutils rpm
IUSE="doc"
-DESCRIPTION="Compaq's enhanced C compiler for the ALPHA platform"
-HOMEPAGE="http://www.support.compaq.com/alpha-tools"
+DESCRIPTION="Compaq's C compiler for the Alpha platform"
+HOMEPAGE="ftp://ftp.compaq.com/pub/products/C-Cxx/linux/"
-# no need to add fetch restrictions, as the rpm is gpg encrypted
-# and user must agree to the license before getting access
SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/crypt/ccc-6.5.9.001-6.alpha.rpm"
S=${WORKDIR}
LICENSE="PLDSPv2"
SLOT="0"
-KEYWORDS="-* alpha"
+KEYWORDS="-* ~alpha"
+RESTRICT="fetch strip nomirror"
RDEPEND="virtual/libc
dev-libs/libots
@@ -30,12 +29,7 @@ DEPEND="${RDEPEND}
>=sys-apps/sed-4
>=app-shells/bash-2.05b"
-RESTRICT="strip"
-
-# These variables are not used by Portage, but by the functions
-# below.
ccc_release="${PV}-6"
-ee_license_reg="http://h18000.www1.hp.com/products/software/alpha-tools/ee-license.html"
src_unpack() {
# convert rpm into tar archive