summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-31 14:22:04 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-31 14:22:04 +0000
commit4c67c2a1efbef541325641c373cc3c3f8e6ab50b (patch)
tree271fe973a37f97b4c88602ecc7d00f8fded019cc /dev-lang/ccc
parentAdded APPCATEGORY so a .desktop file will be installed (diff)
downloadgentoo-2-4c67c2a1efbef541325641c373cc3c3f8e6ab50b.tar.gz
gentoo-2-4c67c2a1efbef541325641c373cc3c3f8e6ab50b.tar.bz2
gentoo-2-4c67c2a1efbef541325641c373cc3c3f8e6ab50b.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-lang/ccc')
-rw-r--r--dev-lang/ccc/ChangeLog8
-rw-r--r--dev-lang/ccc/ccc-6.5.6.002.ebuild40
-rw-r--r--dev-lang/ccc/ccc-6.5.9.001-r1.ebuild36
-rw-r--r--dev-lang/ccc/ccc-6.5.9.001-r2.ebuild38
-rw-r--r--dev-lang/ccc/ccc-6.5.9.001-r3.ebuild38
-rw-r--r--dev-lang/ccc/ccc-6.5.9.001.ebuild40
-rw-r--r--dev-lang/ccc/files/digest-ccc-6.5.9.0012
-rw-r--r--dev-lang/ccc/files/digest-ccc-6.5.9.001-r12
-rw-r--r--dev-lang/ccc/files/digest-ccc-6.5.9.001-r22
-rw-r--r--dev-lang/ccc/files/digest-ccc-6.5.9.001-r32
10 files changed, 110 insertions, 98 deletions
diff --git a/dev-lang/ccc/ChangeLog b/dev-lang/ccc/ChangeLog
index 9cdcf1156cae..2b98575a7536 100644
--- a/dev-lang/ccc/ChangeLog
+++ b/dev-lang/ccc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ccc
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ChangeLog,v 1.10 2006/10/28 13:58:37 swegener Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ChangeLog,v 1.11 2007/01/31 14:22:04 genone Exp $
+
+ 31 Jan 2007; Marius Mauch <genone@gentoo.org> ccc-6.5.6.002.ebuild,
+ ccc-6.5.9.001.ebuild, ccc-6.5.9.001-r2.ebuild, ccc-6.5.9.001-r3.ebuild:
+ Replacing einfo with elog
28 Oct 2006; Sven Wegener <swegener@gentoo.org> ccc-6.5.6.002.ebuild,
ccc-6.5.9.001.ebuild, ccc-6.5.9.001-r1.ebuild, ccc-6.5.9.001-r2.ebuild,
diff --git a/dev-lang/ccc/ccc-6.5.6.002.ebuild b/dev-lang/ccc/ccc-6.5.6.002.ebuild
index 393296edb631..813881ca7d12 100644
--- a/dev-lang/ccc/ccc-6.5.6.002.ebuild
+++ b/dev-lang/ccc/ccc-6.5.6.002.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.6.002.ebuild,v 1.6 2006/10/28 13:58:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.6.002.ebuild,v 1.7 2007/01/31 14:22:04 genone Exp $
#
# Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
# and edited by Aron Griffis <agriffis@gentoo.org>
@@ -135,29 +135,29 @@ pkg_config () {
}
pkg_postinst () {
- einfo
- einfo "ccc has been merged successfully, the EULA"
- einfo "is available in"
- einfo
- einfo "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
- einfo
+ elog
+ elog "ccc has been merged successfully, the EULA"
+ elog "is available in"
+ elog
+ elog "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
+ elog
if use doc >/dev/null; then
- einfo "You can also view the compiler documentation"
- einfo "in /usr/share/doc/ccc-${PV}"
+ elog "You can also view the compiler documentation"
+ elog "in /usr/share/doc/ccc-${PV}"
fi
ewarn
ewarn "you _MUST_ now run:"
ewarn "emerge --config =${CATEGORY}/${PF}"
ewarn "to complete the installation"
ewarn
- einfo "Hopefullly soon we will get a ccc USE flag"
- einfo "on packages (or at least individual"
- einfo "components) that can be successfully built"
- einfo "using this compiler, until then you will"
- einfo "just have to experiment :)"
- einfo
- einfo "Please report successes/failures with ccc"
- einfo "to http://bugs.gentoo.org so that the USE"
- einfo "flags can be updated."
- einfo
+ elog "Hopefullly soon we will get a ccc USE flag"
+ elog "on packages (or at least individual"
+ elog "components) that can be successfully built"
+ elog "using this compiler, until then you will"
+ elog "just have to experiment :)"
+ elog
+ elog "Please report successes/failures with ccc"
+ elog "to http://bugs.gentoo.org so that the USE"
+ elog "flags can be updated."
+ elog
}
diff --git a/dev-lang/ccc/ccc-6.5.9.001-r1.ebuild b/dev-lang/ccc/ccc-6.5.9.001-r1.ebuild
index bcd3baad2061..025838157e7b 100644
--- a/dev-lang/ccc/ccc-6.5.9.001-r1.ebuild
+++ b/dev-lang/ccc/ccc-6.5.9.001-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r1.ebuild,v 1.5 2006/10/28 13:58:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r1.ebuild,v 1.6 2007/01/31 14:22:04 genone Exp $
#
# Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
# and edited by Aron Griffis <agriffis@gentoo.org>
@@ -185,27 +185,27 @@ pkg_config () {
pkg_postinst () {
echo
- einfo "ccc has been merged successfully, the EULA"
- einfo "is available in"
- einfo
- einfo "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
- einfo
+ elog "ccc has been merged successfully, the EULA"
+ elog "is available in"
+ elog
+ elog "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
+ elog
if use doc >/dev/null; then
- einfo "You can also view the compiler documentation"
- einfo "in /usr/share/doc/ccc-${PV}"
+ elog "You can also view the compiler documentation"
+ elog "in /usr/share/doc/ccc-${PV}"
fi
echo
- einfo "Hopefullly soon we will get a ccc USE flag"
- einfo "on packages (or at least individual"
- einfo "components) that can be successfully built"
- einfo "using this compiler, until then you will"
- einfo "just have to experiment :)"
- einfo
- einfo "Please report successes/failures with ccc"
- einfo "to http://bugs.gentoo.org so that the USE"
- einfo "flags can be updated."
- einfo
+ elog "Hopefullly soon we will get a ccc USE flag"
+ elog "on packages (or at least individual"
+ elog "components) that can be successfully built"
+ elog "using this compiler, until then you will"
+ elog "just have to experiment :)"
+ elog
+ elog "Please report successes/failures with ccc"
+ elog "to http://bugs.gentoo.org so that the USE"
+ elog "flags can be updated."
+ elog
echo
ewarn
diff --git a/dev-lang/ccc/ccc-6.5.9.001-r2.ebuild b/dev-lang/ccc/ccc-6.5.9.001-r2.ebuild
index 9b45ebf8c3f4..7bb351e36d55 100644
--- a/dev-lang/ccc/ccc-6.5.9.001-r2.ebuild
+++ b/dev-lang/ccc/ccc-6.5.9.001-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r2.ebuild,v 1.5 2006/10/28 13:58:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r2.ebuild,v 1.6 2007/01/31 14:22:04 genone Exp $
#
# Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
# and edited by Aron Griffis <agriffis@gentoo.org>
@@ -191,27 +191,27 @@ pkg_config () {
pkg_postinst () {
echo
- einfo "ccc has been merged successfully, the EULA"
- einfo "is available in"
- einfo
- einfo "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
- einfo
+ elog "ccc has been merged successfully, the EULA"
+ elog "is available in"
+ elog
+ elog "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
+ elog
if use doc >/dev/null; then
- einfo "You can also view the compiler documentation"
- einfo "in /usr/share/doc/ccc-${PV}"
+ elog "You can also view the compiler documentation"
+ elog "in /usr/share/doc/ccc-${PV}"
fi
echo
- einfo "Hopefullly soon we will get a ccc USE flag"
- einfo "on packages (or at least individual"
- einfo "components) that can be successfully built"
- einfo "using this compiler, until then you will"
- einfo "just have to experiment :)"
- einfo
- einfo "Please report successes/failures with ccc"
- einfo "to http://bugs.gentoo.org so that the USE"
- einfo "flags can be updated."
- einfo
+ elog "Hopefullly soon we will get a ccc USE flag"
+ elog "on packages (or at least individual"
+ elog "components) that can be successfully built"
+ elog "using this compiler, until then you will"
+ elog "just have to experiment :)"
+ elog
+ elog "Please report successes/failures with ccc"
+ elog "to http://bugs.gentoo.org so that the USE"
+ elog "flags can be updated."
+ elog
echo
ewarn
diff --git a/dev-lang/ccc/ccc-6.5.9.001-r3.ebuild b/dev-lang/ccc/ccc-6.5.9.001-r3.ebuild
index b0e13cdcbe07..4989f490e34b 100644
--- a/dev-lang/ccc/ccc-6.5.9.001-r3.ebuild
+++ b/dev-lang/ccc/ccc-6.5.9.001-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r3.ebuild,v 1.5 2006/10/28 13:58:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r3.ebuild,v 1.6 2007/01/31 14:22:04 genone Exp $
#
# Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
# and edited by Aron Griffis <agriffis@gentoo.org>
@@ -154,27 +154,27 @@ pkg_config () {
pkg_postinst () {
echo
- einfo "ccc has been merged successfully, the EULA"
- einfo "is available in"
- einfo
- einfo "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
- einfo
+ elog "ccc has been merged successfully, the EULA"
+ elog "is available in"
+ elog
+ elog "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
+ elog
if use doc >/dev/null; then
- einfo "You can also view the compiler documentation"
- einfo "in /usr/share/doc/ccc-${PV}"
+ elog "You can also view the compiler documentation"
+ elog "in /usr/share/doc/ccc-${PV}"
fi
echo
- einfo "Hopefullly soon we will get a ccc USE flag"
- einfo "on packages (or at least individual"
- einfo "components) that can be successfully built"
- einfo "using this compiler, until then you will"
- einfo "just have to experiment :)"
- einfo
- einfo "Please report successes/failures with ccc"
- einfo "to http://bugs.gentoo.org so that the USE"
- einfo "flags can be updated."
- einfo
+ elog "Hopefullly soon we will get a ccc USE flag"
+ elog "on packages (or at least individual"
+ elog "components) that can be successfully built"
+ elog "using this compiler, until then you will"
+ elog "just have to experiment :)"
+ elog
+ elog "Please report successes/failures with ccc"
+ elog "to http://bugs.gentoo.org so that the USE"
+ elog "flags can be updated."
+ elog
echo
ewarn
diff --git a/dev-lang/ccc/ccc-6.5.9.001.ebuild b/dev-lang/ccc/ccc-6.5.9.001.ebuild
index f026eae32fe0..2c80c26e2b60 100644
--- a/dev-lang/ccc/ccc-6.5.9.001.ebuild
+++ b/dev-lang/ccc/ccc-6.5.9.001.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001.ebuild,v 1.8 2006/10/28 13:58:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001.ebuild,v 1.9 2007/01/31 14:22:04 genone Exp $
#
# Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
# and edited by Aron Griffis <agriffis@gentoo.org>
@@ -161,29 +161,29 @@ pkg_config () {
}
pkg_postinst () {
- einfo
- einfo "ccc has been merged successfully, the EULA"
- einfo "is available in"
- einfo
- einfo "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
- einfo
+ elog
+ elog "ccc has been merged successfully, the EULA"
+ elog "is available in"
+ elog
+ elog "/usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/LICENSE.txt"
+ elog
if use doc >/dev/null; then
- einfo "You can also view the compiler documentation"
- einfo "in /usr/share/doc/ccc-${PV}"
+ elog "You can also view the compiler documentation"
+ elog "in /usr/share/doc/ccc-${PV}"
fi
ewarn
ewarn "you _MUST_ now run:"
ewarn "emerge --config =${CATEGORY}/${PF}"
ewarn "to complete the installation"
ewarn
- einfo "Hopefullly soon we will get a ccc USE flag"
- einfo "on packages (or at least individual"
- einfo "components) that can be successfully built"
- einfo "using this compiler, until then you will"
- einfo "just have to experiment :)"
- einfo
- einfo "Please report successes/failures with ccc"
- einfo "to http://bugs.gentoo.org so that the USE"
- einfo "flags can be updated."
- einfo
+ elog "Hopefullly soon we will get a ccc USE flag"
+ elog "on packages (or at least individual"
+ elog "components) that can be successfully built"
+ elog "using this compiler, until then you will"
+ elog "just have to experiment :)"
+ elog
+ elog "Please report successes/failures with ccc"
+ elog "to http://bugs.gentoo.org so that the USE"
+ elog "flags can be updated."
+ elog
}
diff --git a/dev-lang/ccc/files/digest-ccc-6.5.9.001 b/dev-lang/ccc/files/digest-ccc-6.5.9.001
index 8e917a78390d..c5ce88c7f906 100644
--- a/dev-lang/ccc/files/digest-ccc-6.5.9.001
+++ b/dev-lang/ccc/files/digest-ccc-6.5.9.001
@@ -1 +1,3 @@
MD5 446e0c53fcc135b30ccf9e6af5031c18 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+RMD160 440b148696dac7efb1cc69de74d2d761738db2b6 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+SHA256 27b3baf399ff4f3b81987b4cb96ece5ae699513c5bc0f87b651cc8fe6950edc7 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
diff --git a/dev-lang/ccc/files/digest-ccc-6.5.9.001-r1 b/dev-lang/ccc/files/digest-ccc-6.5.9.001-r1
index 8e917a78390d..c5ce88c7f906 100644
--- a/dev-lang/ccc/files/digest-ccc-6.5.9.001-r1
+++ b/dev-lang/ccc/files/digest-ccc-6.5.9.001-r1
@@ -1 +1,3 @@
MD5 446e0c53fcc135b30ccf9e6af5031c18 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+RMD160 440b148696dac7efb1cc69de74d2d761738db2b6 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+SHA256 27b3baf399ff4f3b81987b4cb96ece5ae699513c5bc0f87b651cc8fe6950edc7 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
diff --git a/dev-lang/ccc/files/digest-ccc-6.5.9.001-r2 b/dev-lang/ccc/files/digest-ccc-6.5.9.001-r2
index 8e917a78390d..c5ce88c7f906 100644
--- a/dev-lang/ccc/files/digest-ccc-6.5.9.001-r2
+++ b/dev-lang/ccc/files/digest-ccc-6.5.9.001-r2
@@ -1 +1,3 @@
MD5 446e0c53fcc135b30ccf9e6af5031c18 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+RMD160 440b148696dac7efb1cc69de74d2d761738db2b6 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+SHA256 27b3baf399ff4f3b81987b4cb96ece5ae699513c5bc0f87b651cc8fe6950edc7 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
diff --git a/dev-lang/ccc/files/digest-ccc-6.5.9.001-r3 b/dev-lang/ccc/files/digest-ccc-6.5.9.001-r3
index 8e917a78390d..c5ce88c7f906 100644
--- a/dev-lang/ccc/files/digest-ccc-6.5.9.001-r3
+++ b/dev-lang/ccc/files/digest-ccc-6.5.9.001-r3
@@ -1 +1,3 @@
MD5 446e0c53fcc135b30ccf9e6af5031c18 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+RMD160 440b148696dac7efb1cc69de74d2d761738db2b6 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419
+SHA256 27b3baf399ff4f3b81987b4cb96ece5ae699513c5bc0f87b651cc8fe6950edc7 ccc-6.5.9.001-6.alpha.rpm.crypt 7128419