Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2af102a4a0a72d5ebdd548c377331832e1bf19b1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2af102a4a0a72d5ebdd548c377331832e1bf19b1)
  • Date: Fri, 16 Mar 2012 10:27:14 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

editors/ht/DETAILS | 1 +
editors/ht/HISTORY | 4 ++++
editors/ht/INSTALL | 3 +++
3 files changed, 8 insertions(+)

New commits:
commit 2af102a4a0a72d5ebdd548c377331832e1bf19b1
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

ht: /usr/bin/ht renamed to /usr/bin/hte to avoid conflict with texlive

ht-2.0.20: /usr/bin/ht
texlive-20110705: /usr/bin/ht

same in archlinux:

http://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/ht

diff --git a/editors/ht/DETAILS b/editors/ht/DETAILS
index 6f1fb4d..d3da9d1 100755
--- a/editors/ht/DETAILS
+++ b/editors/ht/DETAILS
@@ -1,5 +1,6 @@
SPELL=ht
VERSION=2.0.20
+ PATCHLEVEL=1
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=${SOURCEFORGE_URL}/hte/${SOURCE}
diff --git a/editors/ht/HISTORY b/editors/ht/HISTORY
index f62b81c..7d346d6 100644
--- a/editors/ht/HISTORY
+++ b/editors/ht/HISTORY
@@ -1,3 +1,7 @@
+2012-03-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: PATCHLEVEL=1
+ * INSTALL: added to rename ht to hte, ht conflicts with texlive
+
2012-03-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.0.20

diff --git a/editors/ht/INSTALL b/editors/ht/INSTALL
new file mode 100755
index 0000000..8a06a45
--- /dev/null
+++ b/editors/ht/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+
+mv ${INSTALL_ROOT}/usr/bin/ht ${INSTALL_ROOT}/usr/bin/hte



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2af102a4a0a72d5ebdd548c377331832e1bf19b1), Ladislav Hagara, 03/16/2012

Archive powered by MHonArc 2.6.24.

Top of Page