diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-10-06 20:24:53 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-10-06 20:24:53 +0000 |
commit | 9781873d5cf66f5b80c8690ab66eed88b7288cf4 (patch) | |
tree | 0cbe8d05f219f53dfd4f78325252edd05dad47d8 /x11-misc/icemc | |
parent | changed my email address to the gentoo one (diff) | |
download | historical-9781873d5cf66f5b80c8690ab66eed88b7288cf4.tar.gz historical-9781873d5cf66f5b80c8690ab66eed88b7288cf4.tar.bz2 historical-9781873d5cf66f5b80c8690ab66eed88b7288cf4.zip |
Fixing #66496
Diffstat (limited to 'x11-misc/icemc')
-rw-r--r-- | x11-misc/icemc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/icemc/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/icemc/files/digest-icemc-2.1-r1 (renamed from x11-misc/icemc/files/digest-icemc-2.1) | 0 | ||||
-rw-r--r-- | x11-misc/icemc/icemc-2.1-r1.ebuild (renamed from x11-misc/icemc/icemc-2.1.ebuild) | 4 |
4 files changed, 13 insertions, 7 deletions
diff --git a/x11-misc/icemc/ChangeLog b/x11-misc/icemc/ChangeLog index c06816583819..2b9f71bd2f66 100644 --- a/x11-misc/icemc/ChangeLog +++ b/x11-misc/icemc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/icemc # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.18 2004/09/02 22:49:40 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.19 2004/10/06 20:24:53 phosphan Exp $ + +*icemc-2.1-r1 (06 Oct 2004) + + 06 Oct 2004; Patrick Kursawe <phosphan@gentoo.org> +icemc-2.1-r1.ebuild, + -icemc-2.1.ebuild: + Didn't install binary (bug #66496) 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> icemc-1.9.ebuild, icemc-2.1.ebuild: diff --git a/x11-misc/icemc/Manifest b/x11-misc/icemc/Manifest index 7215a8b3f5d3..921f9885b584 100644 --- a/x11-misc/icemc/Manifest +++ b/x11-misc/icemc/Manifest @@ -1,8 +1,8 @@ -MD5 6805d0f5c4c36b3184eba5f4f3c517df ChangeLog 2287 -MD5 a1132902c715416297b8257fd6b6593d icemc-1.8.ebuild 632 MD5 60da7ae97794c052539a7da7e58689d8 icemc-1.9.ebuild 747 -MD5 a7bf827f1d793881fc96c3f4f8627e62 icemc-2.1.ebuild 826 +MD5 d969ff21be1512207cc0fc7140050e2f icemc-2.1-r1.ebuild 825 +MD5 a1132902c715416297b8257fd6b6593d icemc-1.8.ebuild 632 +MD5 7c55c10d2fe629354c0836b91d15c24d ChangeLog 2450 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 261b7e7d34cc5918993f29c55caa084f files/digest-icemc-1.8 62 MD5 67e30f0a094cffef38bb5ceea331bf0a files/digest-icemc-1.9 61 -MD5 9fb9aea4af74359d79c5b034dea84768 files/digest-icemc-2.1 61 +MD5 9fb9aea4af74359d79c5b034dea84768 files/digest-icemc-2.1-r1 61 diff --git a/x11-misc/icemc/files/digest-icemc-2.1 b/x11-misc/icemc/files/digest-icemc-2.1-r1 index fc3599c985b4..fc3599c985b4 100644 --- a/x11-misc/icemc/files/digest-icemc-2.1 +++ b/x11-misc/icemc/files/digest-icemc-2.1-r1 diff --git a/x11-misc/icemc/icemc-2.1.ebuild b/x11-misc/icemc/icemc-2.1-r1.ebuild index ec2579bc406b..7f1e9723e0eb 100644 --- a/x11-misc/icemc/icemc-2.1.ebuild +++ b/x11-misc/icemc/icemc-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1.ebuild,v 1.2 2004/09/02 22:49:40 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild,v 1.1 2004/10/06 20:24:53 phosphan Exp $ DESCRIPTION="IceWM menu/toolbar editor" HOMEPAGE="http://icecc.sourceforge.net/" @@ -14,7 +14,7 @@ DEPEND=">=x11-libs/qt-3.0.0" src_unpack() { unpack ${A} cd ${S} - sed -e "s:/usr/local:${D}/usr:" -i ${PN}.pro || die "sed failed" + sed -e "s:/usr/local:/usr:" -i ${PN}.pro || die "sed failed" echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}" } |