summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-01 14:36:27 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-01 14:36:27 +0000
commit325c3671282d11f48736aa9d2cca02602c0387f3 (patch)
tree3d5f8cc3b45406ff0dd29276a57f8eef52549808 /x11-apps
parentAdd missing docbook dependency, drop python stuff, it's unneeded since gnome-... (diff)
downloadgentoo-2-325c3671282d11f48736aa9d2cca02602c0387f3.tar.gz
gentoo-2-325c3671282d11f48736aa9d2cca02602c0387f3.tar.bz2
gentoo-2-325c3671282d11f48736aa9d2cca02602c0387f3.zip
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/beforelight/ChangeLog8
-rw-r--r--x11-apps/beforelight/beforelight-1.0.4.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/beforelight/ChangeLog b/x11-apps/beforelight/ChangeLog
index 0ad8ed7ffa87..b950ad2e7d72 100644
--- a/x11-apps/beforelight/ChangeLog
+++ b/x11-apps/beforelight/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/beforelight
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/beforelight/ChangeLog,v 1.17 2010/08/19 00:24:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/beforelight/ChangeLog,v 1.18 2010/11/01 14:36:27 scarabeus Exp $
+
+*beforelight-1.0.4 (01 Nov 2010)
+
+ 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +beforelight-1.0.4.ebuild:
+ Version bump
19 Aug 2010; Robin H. Johnson <robbat2@gentoo.org>
beforelight-1.0.1.ebuild:
diff --git a/x11-apps/beforelight/beforelight-1.0.4.ebuild b/x11-apps/beforelight/beforelight-1.0.4.ebuild
new file mode 100644
index 000000000000..0e1d0be64e5f
--- /dev/null
+++ b/x11-apps/beforelight/beforelight-1.0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/beforelight/beforelight-1.0.4.ebuild,v 1.1 2010/11/01 14:36:27 scarabeus Exp $
+
+EAPI=3
+
+inherit xorg-2
+
+DESCRIPTION="Sample implementation of screen saver"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ x11-libs/libXScrnSaver
+ x11-libs/libXt
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}"