summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-15 16:39:22 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-15 16:39:22 +0000
commit3e7e0630b4d07f551ab79d070039c7eb7d2d198a (patch)
treefc18f0f02f7589607148e6dee79ff004976671f2 /x11-misc/idesk
parentRemoved old version. (diff)
downloadhistorical-3e7e0630b4d07f551ab79d070039c7eb7d2d198a.tar.gz
historical-3e7e0630b4d07f551ab79d070039c7eb7d2d198a.tar.bz2
historical-3e7e0630b4d07f551ab79d070039c7eb7d2d198a.zip
Fixed DEPEND for modular X, removed old version.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/idesk')
-rw-r--r--x11-misc/idesk/ChangeLog6
-rw-r--r--x11-misc/idesk/files/digest-idesk-0.7.3-r11
-rw-r--r--x11-misc/idesk/idesk-0.7.3-r1.ebuild41
-rw-r--r--x11-misc/idesk/idesk-0.7.4.ebuild5
-rw-r--r--x11-misc/idesk/idesk-0.7.5-r1.ebuild3
5 files changed, 8 insertions, 48 deletions
diff --git a/x11-misc/idesk/ChangeLog b/x11-misc/idesk/ChangeLog
index 6c1a2107224f..dcbcfe09e28b 100644
--- a/x11-misc/idesk/ChangeLog
+++ b/x11-misc/idesk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/idesk
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/ChangeLog,v 1.44 2006/01/02 18:09:27 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/ChangeLog,v 1.45 2006/01/15 16:39:22 nelchael Exp $
+
+ 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -idesk-0.7.3-r1.ebuild,
+ idesk-0.7.4.ebuild, idesk-0.7.5-r1.ebuild:
+ Fixed DEPEND for modular X, removed old version.
02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> idesk-0.7.5-r1.ebuild:
Stable on ppc.
diff --git a/x11-misc/idesk/files/digest-idesk-0.7.3-r1 b/x11-misc/idesk/files/digest-idesk-0.7.3-r1
deleted file mode 100644
index 02be070ddc1d..000000000000
--- a/x11-misc/idesk/files/digest-idesk-0.7.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c4afb05492f1ec87b0d2be210e228681 idesk-0.7.3.tar.gz 206957
diff --git a/x11-misc/idesk/idesk-0.7.3-r1.ebuild b/x11-misc/idesk/idesk-0.7.3-r1.ebuild
deleted file mode 100644
index abbdd008e654..000000000000
--- a/x11-misc/idesk/idesk-0.7.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.7.3-r1.ebuild,v 1.2 2005/10/31 18:03:15 nelchael Exp $
-
-inherit eutils
-
-DESCRIPTION="Utility to place icons on the root window"
-HOMEPAGE="http://idesk.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~alpha ~hppa"
-IUSE=""
-
-DEPEND=">=media-libs/imlib2-1.1.2.20040912
- virtual/x11
- media-libs/freetype
- >=dev-util/pkgconfig-0.12.0
- dev-libs/libxml2
- =dev-libs/glib-2*
- gnome-extra/libgsf
- =x11-libs/pango-1*
- =x11-libs/gtk+-2*
- media-libs/libart_lgpl
- x11-libs/startup-notification"
-
-src_compile() {
- econf --enable-libsn || die "configuration failed"
- emake || die "compilation failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc README AUTHORS NEWS TODO
-}
-
-pkg_postinst() {
- einfo "Please refer to ${HOMEPAGE} for info on configuring ${PN}"
-}
diff --git a/x11-misc/idesk/idesk-0.7.4.ebuild b/x11-misc/idesk/idesk-0.7.4.ebuild
index 2f04dbfe2928..52cc8c164783 100644
--- a/x11-misc/idesk/idesk-0.7.4.ebuild
+++ b/x11-misc/idesk/idesk-0.7.4.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/x11-misc/idesk/idesk-0.7.4.ebuild,v 1.7 2005/11/11 23:07:30 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.7.4.ebuild,v 1.8 2006/01/15 16:39:22 nelchael Exp $
inherit eutils
@@ -15,7 +15,6 @@ KEYWORDS="~alpha amd64 hppa ppc ~ppc64 sparc x86"
IUSE=""
DEPEND=">=media-libs/imlib2-1.1.2.20040912
- virtual/x11
media-libs/freetype
>=dev-util/pkgconfig-0.12.0
dev-libs/libxml2
diff --git a/x11-misc/idesk/idesk-0.7.5-r1.ebuild b/x11-misc/idesk/idesk-0.7.5-r1.ebuild
index db20293aab64..135646a065bf 100644
--- a/x11-misc/idesk/idesk-0.7.5-r1.ebuild
+++ b/x11-misc/idesk/idesk-0.7.5-r1.ebuild
@@ -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/x11-misc/idesk/idesk-0.7.5-r1.ebuild,v 1.3 2006/01/02 18:09:27 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.7.5-r1.ebuild,v 1.4 2006/01/15 16:39:22 nelchael Exp $
DESCRIPTION="Utility to place icons on the root window"
HOMEPAGE="http://idesk.sourceforge.net/"
@@ -12,7 +12,6 @@ KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 sparc x86"
IUSE=""
DEPEND=">=media-libs/imlib2-1.1.2.20040912
- virtual/x11
media-libs/freetype
>=dev-util/pkgconfig-0.12.0
dev-libs/libxml2