summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2004-08-20 14:55:38 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2004-08-20 14:55:38 +0000
commit5783d9acd08f1afe64bee0805ffd3d0de465adfb (patch)
treef24ab098f197f3c1a4acf865bbaa40678ee2b39e
parentI accidentally added a new version, only tested on ppc over an already existi... (diff)
downloadgentoo-2-5783d9acd08f1afe64bee0805ffd3d0de465adfb.tar.gz
gentoo-2-5783d9acd08f1afe64bee0805ffd3d0de465adfb.tar.bz2
gentoo-2-5783d9acd08f1afe64bee0805ffd3d0de465adfb.zip
closing bug #26163
-rw-r--r--x11-plugins/licq-osd/ChangeLog10
-rw-r--r--x11-plugins/licq-osd/Manifest2
-rw-r--r--x11-plugins/licq-osd/files/digest-licq-osd-1.2.7.51
-rw-r--r--x11-plugins/licq-osd/licq-osd-1.2.7.5.ebuild37
-rw-r--r--x11-plugins/licq-osd/metadata.xml8
5 files changed, 58 insertions, 0 deletions
diff --git a/x11-plugins/licq-osd/ChangeLog b/x11-plugins/licq-osd/ChangeLog
new file mode 100644
index 000000000000..516ccb7268cb
--- /dev/null
+++ b/x11-plugins/licq-osd/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/licq-osd
+# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/licq-osd/ChangeLog,v 1.1 2004/08/20 14:55:38 voxus Exp $
+
+*licq-osd-1.2.7.5 (20 Aug 2004)
+
+ 20 Aug 2004; Konstantin Arkhipov <voxus@gentoo.org>
+ +licq-osd-1.2.7.5.ebuild:
+ Initial revision, closing bug #26163.
+ Ebuild submitted by Henrik Johansson <henrik_johansson@home.se>.
diff --git a/x11-plugins/licq-osd/Manifest b/x11-plugins/licq-osd/Manifest
new file mode 100644
index 000000000000..ab299070ed6e
--- /dev/null
+++ b/x11-plugins/licq-osd/Manifest
@@ -0,0 +1,2 @@
+MD5 6d4c04dd4fda0cf7a405830d0598a7dc licq-osd-1.2.7.5.ebuild 835
+MD5 a287306e772ef63ee11f4dfe524a2654 files/digest-licq-osd-1.2.7.5 60
diff --git a/x11-plugins/licq-osd/files/digest-licq-osd-1.2.7.5 b/x11-plugins/licq-osd/files/digest-licq-osd-1.2.7.5
new file mode 100644
index 000000000000..f3d9162e67ee
--- /dev/null
+++ b/x11-plugins/licq-osd/files/digest-licq-osd-1.2.7.5
@@ -0,0 +1 @@
+MD5 d78b0f5ca94176ee768a78a95b06e0a2 osd-1.2.7.5.tgz 311030
diff --git a/x11-plugins/licq-osd/licq-osd-1.2.7.5.ebuild b/x11-plugins/licq-osd/licq-osd-1.2.7.5.ebuild
new file mode 100644
index 000000000000..b67cd2baff5e
--- /dev/null
+++ b/x11-plugins/licq-osd/licq-osd-1.2.7.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/licq-osd/licq-osd-1.2.7.5.ebuild,v 1.1 2004/08/20 14:55:38 voxus Exp $
+
+MY_PN="licq_osd_plugin"
+DESCRIPTION="On Screen Display for licq"
+HOMEPAGE="http://sourceforge.net/projects/licq-osd"
+SRC_URI="mirror://sourceforge/${PN}/osd-${PV}.tgz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="nls"
+DEPEND=">=net-im/licq-1.3.0_pre
+ >=x11-libs/xosd-2.2.2
+ nls? ( sys-devel/gettext )"
+
+S=${WORKDIR}/osd-${PV}
+
+src_compile() {
+ local myconf
+ use nls || myconf="--disable-nls"
+ myconf="${myconf} --with-licq-includes=/usr/include/licq"
+ myconf="${myconf} --with-cvs"
+
+ econf ${myconf} || die
+ emake || die
+}
+
+src_install() {
+# make DESTDIR=${D} install || die
+ einstall || die
+
+ dodoc README licq_osd.conf TODO AUTHORS
+
+ dosym /usr/lib/licq/licq_osd /usr/lib/licq/licq_osd.so
+}
diff --git a/x11-plugins/licq-osd/metadata.xml b/x11-plugins/licq-osd/metadata.xml
new file mode 100644
index 000000000000..051cbc4ed73a
--- /dev/null
+++ b/x11-plugins/licq-osd/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde-other</herd>
+<maintainer>
+ <email>voxus@gentoo.org</email>
+</maintainer>
+</pkgmetadata>