diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-30 10:21:35 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-30 10:21:35 +0000 |
commit | fc1c55d79f009fb9059cee9efcfa9485ef80c120 (patch) | |
tree | fedd70e96d96e41b81225c1cb4eaf903002e2183 /x11-misc/icets | |
parent | cleanups (diff) | |
download | historical-fc1c55d79f009fb9059cee9efcfa9485ef80c120.tar.gz historical-fc1c55d79f009fb9059cee9efcfa9485ef80c120.tar.bz2 historical-fc1c55d79f009fb9059cee9efcfa9485ef80c120.zip |
cleanups
Diffstat (limited to 'x11-misc/icets')
-rw-r--r-- | x11-misc/icets/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/icets/files/digest-icets-0.8 | 1 | ||||
-rw-r--r-- | x11-misc/icets/files/digest-icets-1.1 | 1 | ||||
-rw-r--r-- | x11-misc/icets/icets-1.1.ebuild (renamed from x11-misc/icets/icets-0.8.ebuild) | 23 |
4 files changed, 11 insertions, 20 deletions
diff --git a/x11-misc/icets/Manifest b/x11-misc/icets/Manifest index 4fbbad3fb989..a9c2831ed6d8 100644 --- a/x11-misc/icets/Manifest +++ b/x11-misc/icets/Manifest @@ -1,8 +1,6 @@ -MD5 41827f7a1b486fd2037b27c85763a92a icets-0.8.ebuild 1016 -MD5 6b64197ad8625bd6b4f5b5aeded040cb icets-1.1.ebuild 864 +MD5 6b71823ad7bff5f8077500243ef770a1 icets-1.1.ebuild 864 MD5 6be7664164c5aee5e1117af816180ac2 icets-1.0.ebuild 863 -MD5 fa78e9df2318822363bb27eeb91c9617 ChangeLog 814 +MD5 31e8019ff36e04be1998dd73a9bdfba3 ChangeLog 1055 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 -MD5 50d90d6ccf580242ec2f4046bf05631a files/digest-icets-0.8 62 MD5 ee0f4b71bc738ec4dae126e201191b1b files/digest-icets-1.0 62 MD5 2b2bb51a215b1b08030e0b71b477f47d files/digest-icets-1.1 62 diff --git a/x11-misc/icets/files/digest-icets-0.8 b/x11-misc/icets/files/digest-icets-0.8 deleted file mode 100644 index 1d92bd6f3344..000000000000 --- a/x11-misc/icets/files/digest-icets-0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 93bde7e212c091759b0259c3c7fc08ad icets-0.8.tar.bz2 233000 diff --git a/x11-misc/icets/files/digest-icets-1.1 b/x11-misc/icets/files/digest-icets-1.1 new file mode 100644 index 000000000000..1b406247575b --- /dev/null +++ b/x11-misc/icets/files/digest-icets-1.1 @@ -0,0 +1 @@ +MD5 78d64a3f9e83620984a791a5318a55ae icets-1.1.tar.bz2 234177 diff --git a/x11-misc/icets/icets-0.8.ebuild b/x11-misc/icets/icets-1.1.ebuild index 4eeee2694152..c69c50947de7 100644 --- a/x11-misc/icets/icets-0.8.ebuild +++ b/x11-misc/icets/icets-1.1.ebuild @@ -1,22 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-0.8.ebuild,v 1.7 2003/02/13 17:14:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.1.ebuild,v 1.1 2003/07/30 10:21:25 phosphan Exp $ -MY_P=${P/./} -S=${WORKDIR}/${MY_P} -DESCRIPTION="IceWM Theme Editor." -SRC_URI="http://www.selena.kherson.ua/xvadim/${P}.tar.bz2" -HOMEPAGE="http://www.selena.kherson.ua/xvadim" +DESCRIPTION="IceWM Theme Editor" +SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" +HOMEPAGE="http://icecc.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc " +KEYWORDS="~x86" -DEPEND="virtual/x11 - x11-libs/qt - media-libs/jpeg - media-libs/libpng" - -#RDEPEND="x11-wm/icewm" +DEPEND=">=qt-3.0.0" src_unpack() { @@ -26,12 +19,12 @@ src_unpack() { # Change the default directory that it looks into to be consistent # with Gentoo's layout cp icets.cpp icets.cpp.orig - sed "s:/usr/local/lib/X11/icewm/themes:/usr/lib/icewm/themes:" \ + sed "s:/usr/local/share/icewm/themes:/usr/share/icewm/themes:" \ icets.cpp.orig > icets.cpp } src_compile () { - econf --with-qt-dir=${QTDIR} || die + econf || die emake || die } |