summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2005-07-10 15:19:56 +0000
committerTom William Payne <twp@gentoo.org>2005-07-10 15:19:56 +0000
commit043f47c8361a925525ed880085dc96bae5ad55a2 (patch)
tree9517d880951deae16903e23f30f80df0c6b59112 /x11-wm
parentStable on SPARC wrt bug #98394. (diff)
downloadhistorical-043f47c8361a925525ed880085dc96bae5ad55a2.tar.gz
historical-043f47c8361a925525ed880085dc96bae5ad55a2.tar.bz2
historical-043f47c8361a925525ed880085dc96bae5ad55a2.zip
Remove -pedantic-errors compiler flag. Bug # 86457. Remove old version.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/ion/ChangeLog8
-rw-r--r--x11-wm/ion/Manifest6
-rw-r--r--x11-wm/ion/files/digest-ion-200202071
-rw-r--r--x11-wm/ion/ion-20020207-r1.ebuild8
-rw-r--r--x11-wm/ion/ion-20020207.ebuild44
5 files changed, 13 insertions, 54 deletions
diff --git a/x11-wm/ion/ChangeLog b/x11-wm/ion/ChangeLog
index c82bcc984dac..dd298580effb 100644
--- a/x11-wm/ion/ChangeLog
+++ b/x11-wm/ion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/ion
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ChangeLog,v 1.12 2004/06/28 23:50:17 agriffis Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ChangeLog,v 1.13 2005/07/10 15:19:56 twp Exp $
+
+ 10 Jul 2005; Tom Payne <twp@gentoo.org> -ion-20020207.ebuild,
+ ion-20020207-r1.ebuild:
+ Remove -pedantic-errors compiler flag. Bug # 86457. Remove old version.
28 Jun 2004; Aron Griffis <agriffis@gentoo.org> ion-20020207.ebuild:
sync IUSE (missing), glibc -> libc
diff --git a/x11-wm/ion/Manifest b/x11-wm/ion/Manifest
index 7661c5b6ab42..700ed8ff295d 100644
--- a/x11-wm/ion/Manifest
+++ b/x11-wm/ion/Manifest
@@ -1,7 +1,5 @@
-MD5 ed8ae8a337a090da3b1894c6a1b22898 ion-20020207-r1.ebuild 1395
-MD5 4a1bee8b40bf09ece0feb5394c602a10 ion-20020207.ebuild 1330
-MD5 d551bcdd678d6fda187d2c1509f153f5 ChangeLog 1658
+MD5 533e6fc50c28fbaf47adf485e88a2fbe ion-20020207-r1.ebuild 1426
+MD5 19f6197c6f16bf0449e676bda279d889 ChangeLog 1818
MD5 f6555db271f0c723017c417e06c2acf1 metadata.xml 541
-MD5 1859f463f0b88ba4a73c5051923c6095 files/digest-ion-20020207 64
MD5 1859f463f0b88ba4a73c5051923c6095 files/digest-ion-20020207-r1 64
MD5 6487fe95ece5d2b01629c2735b2b6e1a files/ion-20020207-gentoo.diff 391
diff --git a/x11-wm/ion/files/digest-ion-20020207 b/x11-wm/ion/files/digest-ion-20020207
deleted file mode 100644
index 2c51c5253f43..000000000000
--- a/x11-wm/ion/files/digest-ion-20020207
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e909abb45efefb08b1ceb886bf34cfe ion-20020207.tar.gz 157649
diff --git a/x11-wm/ion/ion-20020207-r1.ebuild b/x11-wm/ion/ion-20020207-r1.ebuild
index cafa4910d116..17a91fc4b3b5 100644
--- a/x11-wm/ion/ion-20020207-r1.ebuild
+++ b/x11-wm/ion/ion-20020207-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20020207-r1.ebuild,v 1.10 2004/06/24 23:42:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20020207-r1.ebuild,v 1.11 2005/07/10 15:19:56 twp Exp $
inherit eutils
@@ -31,10 +31,12 @@ src_compile() {
-e 's:#HAS_SYSTEM_ASPRINTF=1:HAS_SYSTEM_ASPRINTF=1:' \
-e 's:#INSTALL=install -c:INSTALL=install -c:' \
-e 's:INSTALL=install *$:#INSTALL=install:' \
+ -e 's:-pedantic-errors ::g' \
system.mk.new > system.mk
cp Makefile Makefile.new
- sed -e 's:$(DOCDIR)/ion:$(DOCDIR)/${P}:g' Makefile.new > Makefile
+ sed -e 's:$(DOCDIR)/ion:$(DOCDIR)/${P}:g' \
+ Makefile.new > Makefile
make depend || die
emake || die
diff --git a/x11-wm/ion/ion-20020207.ebuild b/x11-wm/ion/ion-20020207.ebuild
deleted file mode 100644
index ff28e45eacef..000000000000
--- a/x11-wm/ion/ion-20020207.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20020207.ebuild,v 1.14 2004/07/15 01:13:05 agriffis Exp $
-
-DESCRIPTION="A keyboard-based window manager"
-SRC_URI="http://www.students.tut.fi/~tuomov/dl/${P}.tar.gz"
-HOMEPAGE="http://www.students.tut.fi/~tuomov/ion/"
-DEPEND="virtual/libc"
-RDEPEND="virtual/x11"
-LICENSE="Clarified-Artistic"
-SLOT="0"
-KEYWORDS="x86 sparc ppc"
-IUSE=""
-
-src_compile() {
- cd ${S}
-
- # Edit system.mk
- cp system.mk system.mk.new
- sed -e 's:PREFIX=/usr/local:PREFIX=/usr:' \
- -e 's:ETCDIR=$(PREFIX)/etc:ETCDIR=/etc/X11:' \
- -e 's:$(PREFIX)/man:$(PREFIX)/share/man:' \
- -e 's:$(PREFIX)/doc:$(PREFIX)/share/doc:' \
- -e 's:#HAS_SYSTEM_ASPRINTF=1:HAS_SYSTEM_ASPRINTF=1:' \
- -e 's:#INSTALL=install -c:INSTALL=install -c:' \
- -e 's:INSTALL=install *$:#INSTALL=install:' \
- system.mk.new > system.mk
-
- cp Makefile Makefile.new
- sed -e 's:$(DOCDIR)/ion:$(DOCDIR)/${P}:g' Makefile.new > Makefile
-
- make depend || die
- emake || die
-}
-
-src_install () {
- make PREFIX=${D}/usr ETCDIR=${D}/etc/X11 install || die
-}
-
-pkg_postinst () {
- einfo "Configuration documentation can be found in these places:"
- einfo "/usr/share/doc/${P}/config.txt"
- einfo "http://www.students.tut.fi/~tuomov/ion/resources.html"
-}