summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-12-05 00:58:32 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-12-05 00:58:32 +0000
commit424f5a53903c1a9b4217fedcd6e17cfe09808dcd (patch)
treea24c947620d7a5f366687e8f696767d389945385 /x11-misc
parentVersion bump for bug 73360. Updated HOMEPAGE and SRC_URI for both ebuilds. Up... (diff)
downloadhistorical-424f5a53903c1a9b4217fedcd6e17cfe09808dcd.tar.gz
historical-424f5a53903c1a9b4217fedcd6e17cfe09808dcd.tar.bz2
historical-424f5a53903c1a9b4217fedcd6e17cfe09808dcd.zip
Initial import.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/hsetroot/ChangeLog9
-rw-r--r--x11-misc/hsetroot/Manifest14
-rw-r--r--x11-misc/hsetroot/files/digest-hsetroot-1.0.21
-rw-r--r--x11-misc/hsetroot/hsetroot-1.0.2.ebuild24
-rw-r--r--x11-misc/hsetroot/metadata.xml10
-rw-r--r--x11-misc/sisctrl/Manifest14
6 files changed, 71 insertions, 1 deletions
diff --git a/x11-misc/hsetroot/ChangeLog b/x11-misc/hsetroot/ChangeLog
new file mode 100644
index 000000000000..6a970f22354c
--- /dev/null
+++ b/x11-misc/hsetroot/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-misc/hsetroot
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.1 2004/12/05 00:58:32 pyrania Exp $
+
+*hsetroot-1.0.2 (05 Dec 2004)
+
+ 05 Dec 2004; <pyrania@gentoo.org> +metadata.xml, +hsetroot-1.0.2.ebuild:
+ Initial import.
+
diff --git a/x11-misc/hsetroot/Manifest b/x11-misc/hsetroot/Manifest
new file mode 100644
index 000000000000..6345f1834c51
--- /dev/null
+++ b/x11-misc/hsetroot/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 43ea735b8ec2f192e441d783dc159fe9 ChangeLog 333
+MD5 43e8748a21daa95db0b5e363158905cc metadata.xml 1083
+MD5 71cf2ecdafe44d4d127d59332804badb hsetroot-1.0.2.ebuild 544
+MD5 81d3ac08e2e1dac5362971e4649949fa files/digest-hsetroot-1.0.2 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBsl1fI7fK2cqeyXkRAuGcAKC+rHV4/eLanchuv+JmXkY5CLyMrQCdHPvw
+rrrB6pRdoUe2oW7z/+hbgmw=
+=jT2X
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/hsetroot/files/digest-hsetroot-1.0.2 b/x11-misc/hsetroot/files/digest-hsetroot-1.0.2
new file mode 100644
index 000000000000..fbacb1abd6d6
--- /dev/null
+++ b/x11-misc/hsetroot/files/digest-hsetroot-1.0.2
@@ -0,0 +1 @@
+MD5 f599770a6411dcfe216c37b280fad9bc hsetroot-1.0.2.tar.gz 125535
diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
new file mode 100644
index 000000000000..7c7580f9f15a
--- /dev/null
+++ b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.1 2004/12/05 00:58:32 pyrania Exp $
+
+SRC_URI="http://thegraveyard.org/files/${P}.tar.gz"
+HOMEPAGE="http://thegraveyard.org/hsetroot.php"
+
+DEPEND="virtual/x11
+ >=imlib2-1.0.6.2003*
+ >=imlib2_loaders-1.0.4.2003*"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_compile() {
+ econf || die
+ emake all || die
+}
+
+src_install () {
+ dobin src/hsetroot
+ dodoc README
+}
diff --git a/x11-misc/hsetroot/metadata.xml b/x11-misc/hsetroot/metadata.xml
new file mode 100644
index 000000000000..33711544a676
--- /dev/null
+++ b/x11-misc/hsetroot/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>desktop-misc</herd>
+<longdesciption>
+ hsetroot is a tool which allows you to compose wallpapers ("root pixmaps") for X. It has a lot of options like rendering gradients, solids, images but it also allows you to perform manipulations on those things, or chain them together. You could use one standard background image for isntance, and using tint to make it fit your current theme. And yes, of course it is compatible with semi-translucent applications like aterm and xchat :)
+
+ At this time, hsetroot can render: gradients (multi-color with variable distance), solids (rectangles) and images (centered, tiled, fullscreen, or maximum aspect). It supports the following manipulations: tinting (overlaying a color mask), blurring, sharpening, flipping (horizontally, diagonally, vertically) it also allows you to adjust brightness, contrast and gamma-level. hsetroot also supports alpha-channels when rendering things.
+</longdesciption>
+</pkgmetadata>
diff --git a/x11-misc/sisctrl/Manifest b/x11-misc/sisctrl/Manifest
index 254f02e1c53b..8b479b7e25bb 100644
--- a/x11-misc/sisctrl/Manifest
+++ b/x11-misc/sisctrl/Manifest
@@ -1,4 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 1dd0ee468fe256d41a2ae863c7fe4a5d sisctrl-0.0.20031119.ebuild 705
-MD5 c0ab69e1a3de4d18eaf4ac663516cff6 ChangeLog 819
+MD5 2ebd3046dee902f181f9cd03f708f9de sisctrl-0.0.20041129.ebuild 705
+MD5 2003e2c72a35662b448325e018e13687 ChangeLog 938
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 3b41773ae6c73bbf29ae5a6dc79be26d files/digest-sisctrl-0.0.20031119 72
+MD5 d99e1760c21d56068ca4acf56b5b7352 files/digest-sisctrl-0.0.20041129 72
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBsl3dI7fK2cqeyXkRAmR4AJ9Bp7C5IvKPYZGNK8p/1k0/D9VrDgCeJROp
+HpbGEmQMwpcVeB3ihZtyBP8=
+=e7wx
+-----END PGP SIGNATURE-----