summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-08-21 22:50:22 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-08-21 22:50:22 +0000
commit32a37ac06052fe6b7804bdb4fcbe00103e72dc73 (patch)
treee41622437f648d3fdca36142b7c241abb9bfea84 /x11-misc/transset
parentmask transset (diff)
downloadgentoo-2-32a37ac06052fe6b7804bdb4fcbe00103e72dc73.tar.gz
gentoo-2-32a37ac06052fe6b7804bdb4fcbe00103e72dc73.tar.bz2
gentoo-2-32a37ac06052fe6b7804bdb4fcbe00103e72dc73.zip
transset for transparency settings in xorg snapshots
Diffstat (limited to 'x11-misc/transset')
-rw-r--r--x11-misc/transset/ChangeLog11
-rw-r--r--x11-misc/transset/Manifest2
-rw-r--r--x11-misc/transset/files/digest-transset-0.1_pre200408211
-rw-r--r--x11-misc/transset/metadata.xml6
-rw-r--r--x11-misc/transset/transset-0.1_pre20040821.ebuild26
5 files changed, 46 insertions, 0 deletions
diff --git a/x11-misc/transset/ChangeLog b/x11-misc/transset/ChangeLog
new file mode 100644
index 000000000000..ca54a2772597
--- /dev/null
+++ b/x11-misc/transset/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for x11-misc/transset
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/ChangeLog,v 1.1 2004/08/21 22:50:22 seemant Exp $
+
+*transset-0.1_pre20040821 (21 Aug 2004)
+
+ 21 Aug 2004; Seemant Kulleen <seemant@gentoo.org>
+ +transset-0.1_pre20040821.ebuild:
+ New package to enable setting transparency levels. This is a hard masked
+ snapshot for now
+
diff --git a/x11-misc/transset/Manifest b/x11-misc/transset/Manifest
new file mode 100644
index 000000000000..a2d7d793081d
--- /dev/null
+++ b/x11-misc/transset/Manifest
@@ -0,0 +1,2 @@
+MD5 efaf83ac847b7efa6be623c9b97f39e4 transset-0.1_pre20040821.ebuild 509
+MD5 ed965f74b922fcafdf8a3305ce777a54 files/digest-transset-0.1_pre20040821 75
diff --git a/x11-misc/transset/files/digest-transset-0.1_pre20040821 b/x11-misc/transset/files/digest-transset-0.1_pre20040821
new file mode 100644
index 000000000000..1d8c0145cafd
--- /dev/null
+++ b/x11-misc/transset/files/digest-transset-0.1_pre20040821
@@ -0,0 +1 @@
+MD5 d6b9606ae2e41f021ded1ce0d3393984 transset-0.1_pre20040821.tar.bz2 7035
diff --git a/x11-misc/transset/metadata.xml b/x11-misc/transset/metadata.xml
new file mode 100644
index 000000000000..f3639d375dc6
--- /dev/null
+++ b/x11-misc/transset/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>X11</herd>
+<longdescription>X11 implementation by X.Org Foundation</longdescription>
+</pkgmetadata>
diff --git a/x11-misc/transset/transset-0.1_pre20040821.ebuild b/x11-misc/transset/transset-0.1_pre20040821.ebuild
new file mode 100644
index 000000000000..191c3ea4327f
--- /dev/null
+++ b/x11-misc/transset/transset-0.1_pre20040821.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/transset-0.1_pre20040821.ebuild,v 1.1 2004/08/21 22:50:22 seemant Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${PN}
+DESCRIPTION="Set the transparency levels of windows in an X11 environment"
+HOMEPAGE="http://xorg.freedesktop.org/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~x86"
+
+DEPEND=">=x11-base/xorg-x11-6.7.99.902"
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ into /usr
+ dobin transset
+ dodoc ChangeLog
+}