diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-20 10:43:49 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-20 10:43:49 +0000 |
commit | d0ca65e3e34dd144b8782def2f90d6459ce7a10a (patch) | |
tree | d8a800e157ffca870fd5c2c77a0bdf6b6527420f /x11-plugins/wmCalClock | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-d0ca65e3e34dd144b8782def2f90d6459ce7a10a.tar.gz gentoo-2-d0ca65e3e34dd144b8782def2f90d6459ce7a10a.tar.bz2 gentoo-2-d0ca65e3e34dd144b8782def2f90d6459ce7a10a.zip |
Fixed x11-plugins/wmCalClock-1.25-r1 ebuild to actually produce a working binary. Clean out old ebuilds. Closes #57123
Diffstat (limited to 'x11-plugins/wmCalClock')
-rw-r--r-- | x11-plugins/wmCalClock/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 | 1 | ||||
-rw-r--r-- | x11-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild | 12 | ||||
-rw-r--r-- | x11-plugins/wmCalClock/wmCalClock-1.25.ebuild | 21 |
4 files changed, 18 insertions, 25 deletions
diff --git a/x11-plugins/wmCalClock/ChangeLog b/x11-plugins/wmCalClock/ChangeLog index de2d9a8b336f..cc67c1f4b500 100644 --- a/x11-plugins/wmCalClock/ChangeLog +++ b/x11-plugins/wmCalClock/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-plugins/wmCalClock # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/ChangeLog,v 1.8 2004/06/24 23:06:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/ChangeLog,v 1.9 2004/07/20 10:43:49 s4t4n Exp $ + + 20 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmCalClock-1.25-r1.ebuild: + Fixed the ebuild so that it does actually produce a working binary. + How on Earth is possible that this ebuild is stable for lots of arches + while not even producing a binary?!? Closes #57123. + wmCalClock-1.25-r1.ebuild: + Wipe out old ebuilds... 07 Mar 2004; Stephen P. Becker <geoman@gentoo.org> wmCalClock-1.25-r1.ebuild: diff --git a/x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 b/x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 deleted file mode 100644 index c83f0cf528b3..000000000000 --- a/x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 +++ /dev/null @@ -1 +0,0 @@ -MD5 a401ded0e1fee4bcc4623076159bca41 wmCalClock-1.25.tar.gz 71574 diff --git a/x11-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild b/x11-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild index 34c24fbc1735..53324bbaea0f 100644 --- a/x11-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild +++ b/x11-plugins/wmCalClock/wmCalClock-1.25-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-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild,v 1.10 2004/06/24 23:06:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild,v 1.11 2004/07/20 10:43:49 s4t4n Exp $ IUSE="" S=${WORKDIR}/${P}/Src @@ -14,7 +14,15 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc alpha amd64 ~mips ppc" -src_install () { +S=${WORKDIR}/${P}/Src + +src_compile () +{ + emake CFLAGS="${CFLAGS}" || die "Compilation failed" +} + +src_install () +{ dobin ${PN} doman ${PN}.1 diff --git a/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild b/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild deleted file mode 100644 index ebee4830a8ff..000000000000 --- a/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild,v 1.9 2004/06/24 23:06:06 agriffis Exp $ - -IUSE="" -DESCRIPTION="WMaker DockApp: A Calendar clock with antialiased text." -SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" -HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64 ppc" - -DEPEND="virtual/x11" - -S=${WORKDIR}/${P}/Src - -src_install() { - dodir /usr/bin /usr/man/man1 - make DESTDIR=${D}/usr install || die -} |