summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-10-06 10:08:20 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-10-06 10:08:20 +0000
commitcf72f61a25d08d0cefe9bb916ec94852bdba6bc9 (patch)
treed99b6fb484696c3b6a77fe38b99932a10781cea0 /net-im/gtk+licq
parentnew incoming (diff)
downloadgentoo-2-cf72f61a25d08d0cefe9bb916ec94852bdba6bc9.tar.gz
gentoo-2-cf72f61a25d08d0cefe9bb916ec94852bdba6bc9.tar.bz2
gentoo-2-cf72f61a25d08d0cefe9bb916ec94852bdba6bc9.zip
partual gtk+ dep update / move to /usr
Diffstat (limited to 'net-im/gtk+licq')
-rw-r--r--net-im/gtk+licq/files/digest-gtk+licq-0.50.11
-rw-r--r--net-im/gtk+licq/files/digest-gtk+licq-0.51-r1 (renamed from net-im/gtk+licq/files/digest-gtk+licq-0.51)0
-rw-r--r--net-im/gtk+licq/gtk+licq-0.50.1.ebuild56
-rw-r--r--net-im/gtk+licq/gtk+licq-0.51-r1.ebuild (renamed from net-im/gtk+licq/gtk+licq-0.51.ebuild)20
4 files changed, 7 insertions, 70 deletions
diff --git a/net-im/gtk+licq/files/digest-gtk+licq-0.50.1 b/net-im/gtk+licq/files/digest-gtk+licq-0.50.1
deleted file mode 100644
index 6bacfff78443..000000000000
--- a/net-im/gtk+licq/files/digest-gtk+licq-0.50.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c415a3468c0224fdde8bf43bc0a4fa99 gtk+licq-0.50.1.tar.gz
diff --git a/net-im/gtk+licq/files/digest-gtk+licq-0.51 b/net-im/gtk+licq/files/digest-gtk+licq-0.51-r1
index 5717b8d7bc99..5717b8d7bc99 100644
--- a/net-im/gtk+licq/files/digest-gtk+licq-0.51
+++ b/net-im/gtk+licq/files/digest-gtk+licq-0.51-r1
diff --git a/net-im/gtk+licq/gtk+licq-0.50.1.ebuild b/net-im/gtk+licq/gtk+licq-0.50.1.ebuild
deleted file mode 100644
index 84753f56bb88..000000000000
--- a/net-im/gtk+licq/gtk+licq-0.50.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Jules Gagnon <eonwe@users.sourceforge.net>
-# $Header: /var/cvsroot/gentoo-x86/net-im/gtk+licq/gtk+licq-0.50.1.ebuild,v 1.5 2001/08/31 03:23:39 pm Exp $
-
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gtk+licq"
-SRC_URI="http://gtk.licq.org/download/${A}"
-HOMEPAGE="http://gtk.licq.org"
-
-DEPEND="virtual/glibc sys-devel/perl nls? ( sys-devel/gettext )
- >=net-im/licq-1.0.2 gnome? ( >=gnome-base/gnome-core-1.4.0.4 )
- >=x11-libs/gtk+-1.2.0
- spell? ( >=app-text/pspell-0.11.2 )"
-
-RDEPEND="virtual/glibc >=net-im/licq-1.0.2
- >=x11-libs/gtk+-1.2.0 gnome? ( >=gnome-base/gnome-core-1.4.0.4 )
- spell? ( >=app-text/pspell-0.11.2 )"
-
-
-src_compile() {
- local myconf
- local myprefix
- myprefix="/opt/gnome"
- if [ -z "`use gnome`" ]
- then
- myconf="--disable-gnome"
- myprefix="/usr/X11R6"
- fi
- if [ -z "`use spell`" ] ; then
- myconf="$myconf --disable-pspell"
- fi
- if [ -z "`use nls`" ]
- then
- myconf="${myconf} --disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=${myprefix} \
- --with-licq-includes=/usr/include/licq ${myconf}
- try make
-}
-
-src_install() {
- local myprefix
- myprefix="opt/gnome"
- if [ -z "`use gnome`" ]
- then
- myprefix="usr/X11R6"
- fi
- try make prefix=${D}/${myprefix} install
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
- mkdir -p ${D}/usr/lib/licq
- cd ${D}/usr/lib/licq
- ls ../../../${myprefix}/lib/licq
- ln -s ../../../${myprefix}/lib/licq/* .
-}
diff --git a/net-im/gtk+licq/gtk+licq-0.51.ebuild b/net-im/gtk+licq/gtk+licq-0.51-r1.ebuild
index 6c6ba99a4789..f6cc0e2a01dd 100644
--- a/net-im/gtk+licq/gtk+licq-0.51.ebuild
+++ b/net-im/gtk+licq/gtk+licq-0.51-r1.ebuild
@@ -1,6 +1,6 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Jules Gagnon <eonwe@users.sourceforge.net>
-# $Header: /var/cvsroot/gentoo-x86/net-im/gtk+licq/gtk+licq-0.51.ebuild,v 1.1 2001/09/25 03:29:45 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gtk+licq/gtk+licq-0.51-r1.ebuild,v 1.1 2001/10/06 10:08:19 azarah Exp $
A=${P}.tar.gz
@@ -10,23 +10,21 @@ SRC_URI="http://gtk.licq.org/download/${A}"
HOMEPAGE="http://gtk.licq.org"
DEPEND="virtual/glibc sys-devel/perl nls? ( sys-devel/gettext )
- >=net-im/licq-1.0.2 gnome? ( >=gnome-base/gnome-core-1.4.0.4 )
- >=x11-libs/gtk+-1.2.0
+ >=net-im/licq-1.0.2 gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 )
+ >=x11-libs/gtk+-1.2.10-r4
spell? ( >=app-text/pspell-0.11.2 )"
RDEPEND="virtual/glibc >=net-im/licq-1.0.2
- >=x11-libs/gtk+-1.2.0 gnome? ( >=gnome-base/gnome-core-1.4.0.4 )
+ >=x11-libs/gtk+-1.2.10-r4 gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 )
spell? ( >=app-text/pspell-0.11.2 )"
src_compile() {
local myconf
local myprefix
- myprefix="/opt/gnome"
- if [ -z "`use gnome`" ]
- then
+ myprefix="/usr"
+ if [ -z "`use gnome`" ] ; then
myconf="--disable-gnome"
- myprefix="/usr/X11R6"
fi
if [ -z "`use spell`" ] ; then
myconf="$myconf --disable-pspell"
@@ -42,11 +40,7 @@ src_compile() {
src_install() {
local myprefix
- myprefix="opt/gnome"
- if [ -z "`use gnome`" ]
- then
- myprefix="usr/X11R6"
- fi
+ myprefix="usr"
try make prefix=${D}/${myprefix} install
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
mkdir -p ${D}/usr/lib/licq