1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

ebuilds, clean headers

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@642 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2006-05-16 04:27:51 +00:00
parent a3642f668f
commit ddceb70cab
2 changed files with 9 additions and 2 deletions

View 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/app-admin/conky/conky-1.4.1.ebuild,v 1.3 2006/04/12 16:43:24 tcort Exp $
# $Header$
inherit eutils
@ -50,6 +50,13 @@ DEPEND="
sys-apps/grep
sys-apps/sed"
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/conky-sigaction.patch
}
src_compile() {
local mymake
if useq ipv6 ; then

View 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/app-admin/conky/conky-1.4.1.ebuild,v 1.3 2006/04/12 16:43:24 tcort Exp $
# $Header$
inherit eutils