Added missing libXpm dependancy. Closes bug #150643. Wiped out previous releases.
authorMichele Noberasco <s4t4n@gentoo.org>
Tue, 10 Oct 2006 07:16:21 +0000 (07:16 +0000)
committerMichele Noberasco <s4t4n@gentoo.org>
Tue, 10 Oct 2006 07:16:21 +0000 (07:16 +0000)
Package-Manager: portage-2.1.1

x11-plugins/wmcalendar/ChangeLog
x11-plugins/wmcalendar/files/digest-wmcalendar-0.5.0-r1
x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild

index 582742fa6df62505d42ee59a78aa06ab34f94714..a0c67592a3e3b106614d2e439c3217ea2207124c 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmcalendar
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.12 2006/03/22 22:19:26 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.13 2006/10/10 07:16:21 s4t4n Exp $
+
+  10 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmcalendar-0.5.0-r1.ebuild:
+  Added missing libXpm dependancy. Closes bug #150643.
+  wmcalendar-0.5.0.ebuild:
+  Autumn clean up...
 
   22 Mar 2006; Michael Hanselmann <hansmi@gentoo.org>
   wmcalendar-0.5.0-r1.ebuild:
index ebd6d55b21261b8590b7416f196683d4b04bf5f3..e097eb027483ea2f48f6c70561c7b7334eb7f4a9 100644 (file)
@@ -1 +1,3 @@
 MD5 bde2dfcbc8b94f9bbc60e45fc06b79b1 wmcalendar-0.5.0.tar.gz 42896
+RMD160 b488cb0038919ae4281f4aa178db317abf5dd48f wmcalendar-0.5.0.tar.gz 42896
+SHA256 81c407e0ba7028f2f428c5049017c7a8cb15b09b3ebdc91f111c6e4d35a854e4 wmcalendar-0.5.0.tar.gz 42896
index 20ce81dbee5681846fb4a3d7e64e97b826ab99d2..fda6e848eb9d05326e431bff6a820d5139bcdb27 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild,v 1.4 2006/03/22 22:19:26 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild,v 1.5 2006/10/10 07:16:21 s4t4n Exp $
 
 inherit eutils
 
@@ -18,7 +18,8 @@ KEYWORDS="ppc ~sparc x86"
 DEPEND=">=dev-libs/libical-0.24_rc4
        >=dev-util/pkgconfig-0.15.0
        >=x11-libs/gtk+-2.2.1-r1
-       >=sys-apps/sed-4.0.9"
+       >=sys-apps/sed-4.0.9
+       >=x11-libs/libXpm-3.5.5"
 
 S=${WORKDIR}/${P}/Src
 
@@ -36,7 +37,6 @@ src_unpack()
        # remove unneeded SYSTEM variable from Makefile, fixing bug #105730
        cd ${S}
        sed -i -e "s:\$(SYSTEM)::" Makefile
-
 }
 
 src_install()