Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (611e45a62dbe6c7c37d0fccca00d82113b8540e7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (611e45a62dbe6c7c37d0fccca00d82113b8540e7)
  • Date: Fri, 27 Feb 2009 04:08:51 -0600

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

ChangeLog | 1 +
x11/xsel/DEPENDS | 2 ++
x11/xsel/DETAILS | 18 ++++++++++++++++++
x11/xsel/HISTORY | 5 +++++
xorg-app/xsel/DETAILS | 18 ------------------
xorg-app/xsel/HISTORY | 3 ---
6 files changed, 26 insertions(+), 21 deletions(-)

New commits:
commit 9f7762d6fba1ed0d10ac5a93e46955473bf8ed31
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

xsel: moved to section x11

commit b1055728fa135da78f2b8ecb5e8ca6980cef183f
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

xsel: added DEPENDS, fixed file perms

diff --git a/ChangeLog b/ChangeLog
index c52eb3b..3721e99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@

2009-02-27 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* xorg-app/xsel: New spell, X selection manipulator
+ * x11/xsel: Moved from xorg-app/xsel

2009-02-26 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/repoze.what-pylons: new spell
diff --git a/x11/xsel/DEPENDS b/x11/xsel/DEPENDS
new file mode 100755
index 0000000..3008098
--- /dev/null
+++ b/x11/xsel/DEPENDS
@@ -0,0 +1,2 @@
+depends xorg-libs &&
+depends libice
diff --git a/x11/xsel/DETAILS b/x11/xsel/DETAILS
new file mode 100755
index 0000000..acdf8aa
--- /dev/null
+++ b/x11/xsel/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=xsel
+ VERSION=1.2.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=http://www.vergenet.net/~conrad/software/xsel/download/$SOURCE
+
SOURCE_HASH=sha512:e28623e6cc180f2e2210c20697d21d336633f0a5272ca9b62150a1c535e8de89731acc07230a9977e391e37d3943a9d687f1f967765a15bca5092a6c6d8c4d8f
+ WEB_SITE=http://www.vergenet.net/~conrad/software/xsel/
+ ENTERED=20090227
+ LICENSE[0]=MIT
+ SHORT="A command-line program for manipulating the contents of
the X selection."
+cat << EOF
+XSel is a command-line program for getting and setting the contents of the
+X selection. Normally this is only accessible by manually highlighting
+information and pasting it with the middle mouse button.
+
+XSel also features selection persistance, clipboard manipulation, and other
+features.
+EOF
diff --git a/x11/xsel/HISTORY b/x11/xsel/HISTORY
new file mode 100644
index 0000000..c4f5982
--- /dev/null
+++ b/x11/xsel/HISTORY
@@ -0,0 +1,5 @@
+2009-02-27 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * DETAILS, HISTORY: created spell
+ * DEPENDS: Added. Thanks sqweek.
+ * DETAILS: permissions correction.
+
diff --git a/xorg-app/xsel/DETAILS b/xorg-app/xsel/DETAILS
deleted file mode 100644
index acdf8aa..0000000
--- a/xorg-app/xsel/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- SPELL=xsel
- VERSION=1.2.0
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://www.vergenet.net/~conrad/software/xsel/download/$SOURCE
-
SOURCE_HASH=sha512:e28623e6cc180f2e2210c20697d21d336633f0a5272ca9b62150a1c535e8de89731acc07230a9977e391e37d3943a9d687f1f967765a15bca5092a6c6d8c4d8f
- WEB_SITE=http://www.vergenet.net/~conrad/software/xsel/
- ENTERED=20090227
- LICENSE[0]=MIT
- SHORT="A command-line program for manipulating the contents of
the X selection."
-cat << EOF
-XSel is a command-line program for getting and setting the contents of the
-X selection. Normally this is only accessible by manually highlighting
-information and pasting it with the middle mouse button.
-
-XSel also features selection persistance, clipboard manipulation, and other
-features.
-EOF
diff --git a/xorg-app/xsel/HISTORY b/xorg-app/xsel/HISTORY
deleted file mode 100644
index b6e153c..0000000
--- a/xorg-app/xsel/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2009-02-27 Ethan Grammatikidis <eekee57 AT fastmail.fm>
- * DETAILS, HISTORY: created spell
-



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (611e45a62dbe6c7c37d0fccca00d82113b8540e7), Ethan Grammatikidis, 02/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page