diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-08-20 14:55:38 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-08-20 14:55:38 +0000 |
commit | b899059eda2472a0db6cf2587549489ca3875b78 (patch) | |
tree | 00f2eda3171b3ef44be413de4c4e63c4db9e4890 /x11-plugins/licq-osd | |
parent | I accidentally added a new version, only tested on ppc over an already existi... (diff) | |
download | historical-b899059eda2472a0db6cf2587549489ca3875b78.tar.gz historical-b899059eda2472a0db6cf2587549489ca3875b78.tar.bz2 historical-b899059eda2472a0db6cf2587549489ca3875b78.zip |
closing bug #26163
Diffstat (limited to 'x11-plugins/licq-osd')
-rw-r--r-- | x11-plugins/licq-osd/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/licq-osd/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/licq-osd/files/digest-licq-osd-1.2.7.5 | 1 | ||||
-rw-r--r-- | x11-plugins/licq-osd/licq-osd-1.2.7.5.ebuild | 37 | ||||
-rw-r--r-- | x11-plugins/licq-osd/metadata.xml | 8 |
5 files changed, 60 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..c56616ad05ec --- /dev/null +++ b/x11-plugins/licq-osd/Manifest @@ -0,0 +1,4 @@ +MD5 c7905dd20e49deed0bced0499a9f714c metadata.xml 222 +MD5 2f661e27ce8d9d475cb78587901d8e0f ChangeLog 434 +MD5 2a0af27702f9af5525417aaa66988298 licq-osd-1.2.7.5.ebuild 924 +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> |