Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (5b5a7814088eea92f1d15f5d57f583f6997a3b13)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (5b5a7814088eea92f1d15f5d57f583f6997a3b13)
  • Date: Tue, 8 Sep 2009 10:06:33 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

x11/xclip/BUILD | 2 --
x11/xclip/DETAILS | 11 +++++------
x11/xclip/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 8 deletions(-)

New commits:
commit 5b5a7814088eea92f1d15f5d57f583f6997a3b13
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

x11/xclip: updated to version 0.11

diff --git a/x11/xclip/BUILD b/x11/xclip/BUILD
deleted file mode 100755
index 74f47f0..0000000
--- a/x11/xclip/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
- xmkmf &&
- make
diff --git a/x11/xclip/DETAILS b/x11/xclip/DETAILS
index e505fe5..9cb6e33 100755
--- a/x11/xclip/DETAILS
+++ b/x11/xclip/DETAILS
@@ -1,16 +1,15 @@
SPELL=xclip
- VERSION=0.08
+ VERSION=0.11
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
- SOURCE_URL[0]=http://people.debian.org/~kims/xclip/$SOURCE
-
SOURCE_HASH=sha512:0755a85fb1bf96d6169a1f6e725864e63b853ccc631c990c1b6c7daa5fb2dcf3fc9e3a69c8384baa40df16bfba5c0b1df6264b45af73f709aaebadba14df6e0c
- WEB_SITE=http://people.debian.org/~kims/xclip/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:7e9c34e5acc45acab3f2b08faab66f6b62234277a5c731b5c3a4b03526c0228816bc45b1570a24a0b4e9b0b2d2978b3db06760f9918cc27fc9be90eac4486ba6
+ WEB_SITE=http://xclip.sourceforge.net/
ENTERED=20020630
LICENSE=GPL
KEYWORDS="x11"
SHORT="A little app that allows you to pipe to the X clipboard"
cat << EOF
-
xclip is a command line utility that is designed to run on any system with an
X11 implementation. It provides an interface to X selections ("the
clipboard")
from the command line. It can read data from standard in or a file and place
it
diff --git a/x11/xclip/HISTORY b/x11/xclip/HISTORY
index 97a9ed4..fb3bd50 100644
--- a/x11/xclip/HISTORY
+++ b/x11/xclip/HISTORY
@@ -1,3 +1,7 @@
+2009-09-08 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 0.11, urls updated
+ * BUILD: removed
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (5b5a7814088eea92f1d15f5d57f583f6997a3b13), Quentin Rameau, 09/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page