diff options
author | 2003-07-30 10:21:25 +0000 | |
---|---|---|
committer | 2003-07-30 10:21:25 +0000 | |
commit | 8582e33a85ee5ba75d00ca3495814cd9a4e1ad16 (patch) | |
tree | 2678173e0e6d8bccdd8c254da4570ab3aa81889b /x11-misc/icemc | |
parent | *** empty log message *** (diff) | |
download | historical-8582e33a85ee5ba75d00ca3495814cd9a4e1ad16.tar.gz historical-8582e33a85ee5ba75d00ca3495814cd9a4e1ad16.tar.bz2 historical-8582e33a85ee5ba75d00ca3495814cd9a4e1ad16.zip |
cleanups
Diffstat (limited to 'x11-misc/icemc')
-rw-r--r-- | x11-misc/icemc/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/icemc/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/icemc/files/digest-icemc-1.3 | 1 | ||||
-rw-r--r-- | x11-misc/icemc/files/digest-icemc-1.4 | 1 | ||||
-rw-r--r-- | x11-misc/icemc/icemc-1.3.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/icemc/icemc-1.4.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/icemc/icemc-1.5.ebuild | 4 |
7 files changed, 9 insertions, 59 deletions
diff --git a/x11-misc/icemc/ChangeLog b/x11-misc/icemc/ChangeLog index d4234909cb8b..c45f90dddbb9 100644 --- a/x11-misc/icemc/ChangeLog +++ b/x11-misc/icemc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/icemc # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.6 2003/07/08 13:49:19 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.7 2003/07/30 10:19:02 phosphan Exp $ + + 30 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> icemc-1.3.ebuild, + icemc-1.4.ebuild, icemc-1.5.ebuild: + Cleanup *icemc-1.5 (08 Jul 2003) diff --git a/x11-misc/icemc/Manifest b/x11-misc/icemc/Manifest index dc4d751f6a08..679daa9ad10a 100644 --- a/x11-misc/icemc/Manifest +++ b/x11-misc/icemc/Manifest @@ -1,10 +1,6 @@ -MD5 08cc8e45c4dddc3d67891268499a5ba9 icemc-1.4.ebuild 633 -MD5 fc2753ef5f5e04fa0fbce7030c5a37b7 icemc-1.3.ebuild 633 -MD5 3b58061254c53401859f6a058fafb55c icemc-1.5.ebuild 633 -MD5 c6b8382a40ffdc88e1a4de7bb605f78e ChangeLog 890 +MD5 6127e51a400129c25de087143302007f icemc-1.5.ebuild 632 +MD5 c7e64debefeec45fcdb3d57035243589 ChangeLog 1010 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 8d60b9f84575ddd3a237b4addcd8903f icemc-1.2.ebuild 632 MD5 052babcceb7f9cb2ed976ca553de0374 files/digest-icemc-1.2 62 -MD5 4fea137cbd954a0f34fceb7ca9a93dd0 files/digest-icemc-1.3 62 -MD5 77fb95d25551d466f437ec0adca6d611 files/digest-icemc-1.4 62 MD5 8df45c04db0517efcfcd3b446137c43d files/digest-icemc-1.5 62 diff --git a/x11-misc/icemc/files/digest-icemc-1.3 b/x11-misc/icemc/files/digest-icemc-1.3 deleted file mode 100644 index 76d1fe03dea8..000000000000 --- a/x11-misc/icemc/files/digest-icemc-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 624264ef79ef8cccb950600d53e67c30 icemc-1.3.tar.bz2 250516 diff --git a/x11-misc/icemc/files/digest-icemc-1.4 b/x11-misc/icemc/files/digest-icemc-1.4 deleted file mode 100644 index b39390cf6e32..000000000000 --- a/x11-misc/icemc/files/digest-icemc-1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 1bff193128d2ade73af4edce99557b88 icemc-1.4.tar.bz2 251407 diff --git a/x11-misc/icemc/icemc-1.3.ebuild b/x11-misc/icemc/icemc-1.3.ebuild deleted file mode 100644 index db5fae008c56..000000000000 --- a/x11-misc/icemc/icemc-1.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.3.ebuild,v 1.1 2003/06/23 13:25:51 phosphan Exp $ - -DESCRIPTION="IceWM menu/toolbar editor" -HOMEPAGE="http://icecc.sourceforge.net/" -SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=qt-3.0.0" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - rm -rf ${D}/usr/doc - dohtml icemc/docs/en/* - dodoc authors ChangeLog readme -} diff --git a/x11-misc/icemc/icemc-1.4.ebuild b/x11-misc/icemc/icemc-1.4.ebuild deleted file mode 100644 index 08d2dda8ccfd..000000000000 --- a/x11-misc/icemc/icemc-1.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.4.ebuild,v 1.1 2003/07/01 11:56:56 phosphan Exp $ - -DESCRIPTION="IceWM menu/toolbar editor" -HOMEPAGE="http://icecc.sourceforge.net/" -SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=qt-3.0.0" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - rm -rf ${D}/usr/doc - dohtml icemc/docs/en/* - dodoc authors ChangeLog readme -} diff --git a/x11-misc/icemc/icemc-1.5.ebuild b/x11-misc/icemc/icemc-1.5.ebuild index da94e7291e9f..6cd7ff9dce5d 100644 --- a/x11-misc/icemc/icemc-1.5.ebuild +++ b/x11-misc/icemc/icemc-1.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.5.ebuild,v 1.1 2003/07/08 13:49:19 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.5.ebuild,v 1.2 2003/07/30 10:19:02 phosphan Exp $ DESCRIPTION="IceWM menu/toolbar editor" HOMEPAGE="http://icecc.sourceforge.net/" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND=">=qt-3.0.0" |