summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2006-02-19 14:55:59 +0000
committerMichael Januszewski <spock@gentoo.org>2006-02-19 14:55:59 +0000
commit44f7038bc80f0462141f82781672f4bb97cfc9d4 (patch)
treee3627f4d88aa8a07fcc9a27fd623d5d5ea66dfa0 /net-im/ekg/ekg-1.6.ebuild
parentProject migrated to gna.org. Updated HOMEPAGE and SRC_URI. Removed old releas... (diff)
downloadgentoo-2-44f7038bc80f0462141f82781672f4bb97cfc9d4.tar.gz
gentoo-2-44f7038bc80f0462141f82781672f4bb97cfc9d4.tar.bz2
gentoo-2-44f7038bc80f0462141f82781672f4bb97cfc9d4.zip
Added a patch to allow compiling ekg on DragonFly. Updated metadata.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-im/ekg/ekg-1.6.ebuild')
-rw-r--r--net-im/ekg/ekg-1.6.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/ekg/ekg-1.6.ebuild b/net-im/ekg/ekg-1.6.ebuild
index 1a330793ca73..2cb465cc273c 100644
--- a/net-im/ekg/ekg-1.6.ebuild
+++ b/net-im/ekg/ekg-1.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.6.ebuild,v 1.1 2005/12/10 16:01:51 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.6.ebuild,v 1.2 2006/02/19 14:55:59 spock Exp $
inherit eutils
@@ -28,6 +28,7 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PN}-1.6_rc3-libgadu.patch
+ epatch ${FILESDIR}/${PN}-1.6-dragonfly.patch
autoreconf
}