summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-05-20 23:43:05 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-05-20 23:43:05 +0000
commit8632ca896fb0d7501613655fd9924e46fd640355 (patch)
treed300896ae8205b2ef4077aa056379f5f077a8b53 /x11-apps
parentVersion bump. (diff)
downloadgentoo-2-8632ca896fb0d7501613655fd9924e46fd640355.tar.gz
gentoo-2-8632ca896fb0d7501613655fd9924e46fd640355.tar.bz2
gentoo-2-8632ca896fb0d7501613655fd9924e46fd640355.zip
Version bump.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xrefresh/ChangeLog11
-rw-r--r--x11-apps/xrefresh/xrefresh-1.0.5.ebuild14
2 files changed, 22 insertions, 3 deletions
diff --git a/x11-apps/xrefresh/ChangeLog b/x11-apps/xrefresh/ChangeLog
index faca7abb7dae..0f38ad64cc0a 100644
--- a/x11-apps/xrefresh/ChangeLog
+++ b/x11-apps/xrefresh/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xrefresh
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrefresh/ChangeLog,v 1.45 2012/05/15 14:19:50 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrefresh/ChangeLog,v 1.46 2013/05/20 23:43:05 chithanh Exp $
+
+*xrefresh-1.0.5 (20 May 2013)
+
+ 20 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xrefresh-1.0.5.ebuild:
+ Version bump.
15 May 2012; Alexis Ballier <aballier@gentoo.org> xrefresh-1.0.4.ebuild:
keyword ~amd64-fbsd
@@ -167,4 +173,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+xrefresh-0.99.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-apps/xrefresh/xrefresh-1.0.5.ebuild b/x11-apps/xrefresh/xrefresh-1.0.5.ebuild
new file mode 100644
index 000000000000..cff1302d6f1d
--- /dev/null
+++ b/x11-apps/xrefresh/xrefresh-1.0.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrefresh/xrefresh-1.0.5.ebuild,v 1.1 2013/05/20 23:43:05 chithanh Exp $
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="refresh all or part of an X screen"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"