summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-03-17 14:05:18 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-03-17 14:05:18 +0000
commit954839e3155fc9dce8b4cf4c70e9791940826416 (patch)
tree2061319677e399f5fc2db15a2eb29e96c2c0e2a8 /x11-misc/chgres
parentUpdate digest (diff)
downloadgentoo-2-954839e3155fc9dce8b4cf4c70e9791940826416.tar.gz
gentoo-2-954839e3155fc9dce8b4cf4c70e9791940826416.tar.bz2
gentoo-2-954839e3155fc9dce8b4cf4c70e9791940826416.zip
new package
Diffstat (limited to 'x11-misc/chgres')
-rw-r--r--x11-misc/chgres/ChangeLog10
-rw-r--r--x11-misc/chgres/chgres-0.1.ebuild20
-rw-r--r--x11-misc/chgres/files/digest-chgres-0.11
3 files changed, 31 insertions, 0 deletions
diff --git a/x11-misc/chgres/ChangeLog b/x11-misc/chgres/ChangeLog
new file mode 100644
index 000000000000..b41efec8ece0
--- /dev/null
+++ b/x11-misc/chgres/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/chgres
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/ChangeLog,v 1.1 2003/03/17 14:05:18 phosphan Exp $
+
+*chgres-0.1 (17 Mar 2003)
+
+ 17 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> chgres-0.1.ebuild
+ files/digest-chgres-0.1 ChangeLog :
+ Initial import. Ebuild submitted by Henrik Johansson
+ <henrik_johansson@home.se>. This closes bug #16371.
diff --git a/x11-misc/chgres/chgres-0.1.ebuild b/x11-misc/chgres/chgres-0.1.ebuild
new file mode 100644
index 000000000000..a4b2b33b30ca
--- /dev/null
+++ b/x11-misc/chgres/chgres-0.1.ebuild
@@ -0,0 +1,20 @@
+IUSE=""
+DESCRIPTION="A very simple command line utility for changing X resolutions"
+HOMEPAGE="http://hpwww.ec-lyon.fr/~vincent/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+SRC_URI="http://hpwww.ec-lyon.fr/~vincent/${P}.tar.gz"
+
+DEPEND="x11-base/xfree"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ exeinto /usr/bin
+ doexe chgres
+ dodoc README
+}
diff --git a/x11-misc/chgres/files/digest-chgres-0.1 b/x11-misc/chgres/files/digest-chgres-0.1
new file mode 100644
index 000000000000..7af1e644ab42
--- /dev/null
+++ b/x11-misc/chgres/files/digest-chgres-0.1
@@ -0,0 +1 @@
+MD5 12726494b2dee1b0f9e368d05cf73c5a chgres-0.1.tar.gz 9219