summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2006-04-28 20:38:42 +0000
committerMarkus Rothe <corsair@gentoo.org>2006-04-28 20:38:42 +0000
commitaf60ceb431944f49ff52e616937c203b322e5ae1 (patch)
tree8ae4b6098c2e9db2fa0fcfc8101126601a4f34ea /app-laptop
parentDepend on libprelude-0.8.10, because it does not compile with newer versions;... (diff)
downloadhistorical-af60ceb431944f49ff52e616937c203b322e5ae1.tar.gz
historical-af60ceb431944f49ff52e616937c203b322e5ae1.tar.bz2
historical-af60ceb431944f49ff52e616937c203b322e5ae1.zip
version bump, also fixes modular X dependencies (bug #131596)
Package-Manager: portage-2203-svn
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/macosd/ChangeLog7
-rw-r--r--app-laptop/macosd/Manifest14
-rw-r--r--app-laptop/macosd/files/digest-macosd-0.3.01
-rw-r--r--app-laptop/macosd/macosd-0.3.0.ebuild52
4 files changed, 62 insertions, 12 deletions
diff --git a/app-laptop/macosd/ChangeLog b/app-laptop/macosd/ChangeLog
index f7d70df04188..a6f7a6f775c3 100644
--- a/app-laptop/macosd/ChangeLog
+++ b/app-laptop/macosd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-laptop/macosd
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/ChangeLog,v 1.7 2006/01/17 04:47:08 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/ChangeLog,v 1.8 2006/04/28 20:38:42 corsair Exp $
+
+*macosd-0.3.0 (28 Apr 2006)
+
+ 28 Apr 2006; Markus Rothe <corsair@gentoo.org> +macosd-0.3.0.ebuild:
+ version bump, also fixes modular X dependencies (bug #131596)
*macosd-0.1.9-r1 (17 Jan 2006)
diff --git a/app-laptop/macosd/Manifest b/app-laptop/macosd/Manifest
index d9243b8159fa..430dd052c3c6 100644
--- a/app-laptop/macosd/Manifest
+++ b/app-laptop/macosd/Manifest
@@ -1,18 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 ce1c4a0a5d122fc9c21bc5b5ab7d5b11 ChangeLog 1086
+MD5 4ab1b7e77c8dc3242b4e3c52336c3f9d ChangeLog 1252
MD5 e11c404b0ef630f5a364a0d4db4603d0 files/0.1.9-evas-pbbuttonsd.patch 3310
MD5 4962805ae4fcd76e12880c53afda10ef files/0.1.9-evas.patch 1745
MD5 1dcb5edab66af7f0a128b77c7d2b09b8 files/digest-macosd-0.1.9 65
MD5 1dcb5edab66af7f0a128b77c7d2b09b8 files/digest-macosd-0.1.9-r1 65
+MD5 ad8195cfa0af68506d61d7a410c1e043 files/digest-macosd-0.3.0 65
MD5 b388391314b9f853c13fb814d6251abf macosd-0.1.9-r1.ebuild 1381
MD5 3acd133b5a1dc947584d001570dea373 macosd-0.1.9.ebuild 1341
+MD5 04076824ec8436e7159a43a426c8474e macosd-0.3.0.ebuild 1306
MD5 20b1bed5008cb245ef24781eb798f1d0 metadata.xml 983
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDzHbWcsIHjyDViGQRAksHAKCBv6toYUoLm+l0omzyVirZ+sFnVgCglq1r
-7P0gmHIt4Vk9QOu0n4dGSo4=
-=WOtA
------END PGP SIGNATURE-----
diff --git a/app-laptop/macosd/files/digest-macosd-0.3.0 b/app-laptop/macosd/files/digest-macosd-0.3.0
new file mode 100644
index 000000000000..a2f36734f984
--- /dev/null
+++ b/app-laptop/macosd/files/digest-macosd-0.3.0
@@ -0,0 +1 @@
+MD5 412f94b0597d9dca68874b0902719850 macosd-0.3.0.tar.bz2 170521
diff --git a/app-laptop/macosd/macosd-0.3.0.ebuild b/app-laptop/macosd/macosd-0.3.0.ebuild
new file mode 100644
index 000000000000..1b06b0e993a1
--- /dev/null
+++ b/app-laptop/macosd/macosd-0.3.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/macosd-0.3.0.ebuild,v 1.1 2006/04/28 20:38:42 corsair Exp $
+
+inherit eutils
+
+DESCRIPTION="On-Screen-Display frontend for pbbuttonsd (only for PPC Laptops)."
+HOMEPAGE="http://www.exactcode.de/oss/macosd/"
+SRC_URI="http://dl.exactcode.de/oss/macosd/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc"
+IUSE=""
+DEPEND=">=app-laptop/pbbuttonsd-0.6.8
+ >=x11-libs/evas-0.9.9
+ >=x11-libs/xosd-2.2.5
+ || (
+ (
+ x11-libs/libX11
+ x11-libs/libXext
+ )
+ virtual/x11
+ )"
+RDEPEND="$DEPEND"
+
+src_compile() {
+ # can't use econf -- this packages uses ROCK Linux style configure
+ ./configure \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --with-xosd \
+ --with-evas || die "./configure failed"
+
+ emake || die "emake failed"
+}
+
+src_install() {
+ dodir /usr/share/macosd
+ dodir /usr/bin
+ einstall || die
+ dodoc README
+}
+
+pkg_postinst() {
+ einfo "Make sure that pbbuttons is running (add it to your default runlevel)"
+ einfo "and then add the following to your ~/.xinitrc to have macosd"
+ einfo "start whenever you launch X:"
+ einfo "macosd -t CleanOSX &"
+ einfo "To see a listing of available themes, run: macosd -l"
+}
+