summaryrefslogtreecommitdiff
path: root/~lukeshu
AgeCommit message (Collapse)Author
2017-11-21add ~lukeshu/esmtpLuke Shumaker
2017-11-21add ~lukeshu/libesmtp-lukeshuLuke Shumaker
2017-09-09add ~lukeshu/collectd-systemdLuke Shumaker
2017-08-16~lukeshu/systemd-timesyncd-wait-git: updateLuke Shumaker
2017-07-23~lukeshu/emacsutils-git: whoops, set libexecdir=$(libdir)Luke Shumaker
2017-07-23update ~lukeshu/emacsutils-gitLuke Shumaker
2017-03-29re-add ~lukeshu/holo-lukeshu for upgrading purposesLuke Shumaker
2017-03-20~lukeshu/holo-lukeshu 1.2.1 -> pcr/holo 1.3.1Luke Shumaker
2017-01-28add ~lukeshu/holo-lukeshuLuke Shumaker
2017-01-28add ~lukeshu/httpconnectd-gitLuke Shumaker
2017-01-28update ~lukeshu/netctl-network-online-gitLuke Shumaker
2017-01-28update ~lukeshu/emacsutilsLuke Shumaker
2017-01-28update ~lukeshu/thingutils-gitLuke Shumaker
2017-01-28Remove left over .gitignore file.Luke Shumaker
2017-01-19add ~lukeshu/systemd-timesyncd-wait-gitLuke Shumaker
2016-05-31update ~lukeshu/netctl-network-onlineLuke Shumaker
2016-05-31Add ~lukeshu/netctl-network-online-gitLuke Shumaker
2016-05-31Update ~lukeshu/emacsutils-gitLuke Shumaker
2016-05-31Remove old things from ~lukeshuLuke Shumaker
2015-10-29add pcr/apenwarr-redo (replacing ~lukeshu/redo)Luke Shumaker
2015-05-04update ~lukeshu/thingutils-gitLuke Shumaker
2015-05-04update ~lukeshu/thingutils-gitLuke Shumaker
2014-11-29update ~lukeshu/emacsutils-gitLuke Shumaker
2014-11-28rename repo.parabolagnulinux.org to repo.parabola.nu URL in source array for ↵André Fabian Silva Delgado
liberated source tarballs
2014-11-28add ~lukeshu/emacsutils-gitLuke Shumaker
2014-11-28update ~lukeshu/thingutils-gitLuke Shumaker
2014-08-25add mips64el supportcoadde [Márcio Alexandre Silva Delgado]
2014-05-26mv ~lukeshu/conkeror-git pcr/conkeror # and update itLuke Shumaker
2014-05-16fix "Maintainer:"/"Contributor:" style, add "(Arch)" for Maintainers and ↵André Fabian Silva Delgado
Contributors from Arch and remove (Parabola) for us
2014-03-23update the URL in ~lukeshu/thingutils-gitLuke Shumaker
2014-01-06add ~lukeshu/dunst-lukeshu-gitLuke Shumaker
2013-12-06mv ~lukeshu/stow pcr/ # and update itLuke Shumaker
2013-12-06mv ~lukeshu/cinclude2dot pcr/Luke Shumaker
2013-12-06mv ~lukeshu/9mount pcr/Luke Shumaker
2013-12-06~lukeshu: remove old versions, things not workingLuke Shumaker
2013-12-06~lukeshu: remove deprecated packages (things that moved elsewhere)Luke Shumaker
- ~lukeshu/kdeutils-ark-unarchiver: is libre/kdeutils-ark-libre - ~lukeshu/pacman-vcsget: featureset has been included in upstream
2013-12-03update ~lukeshu/thingutils-gitLuke Shumaker
2013-12-03move wdiff from ~lukeshu to pcrLuke Shumaker
2013-09-20update emacs-lucid, move it from [~lukeshu] to [pcr]Luke Shumaker
2013-09-19update android-udev, move it from ~lukeshu to pcrLuke Shumaker
2013-09-08touch up maildirproc, include the docs, move from [~lukeshu] to [prc]Luke Shumaker
2013-07-06~lukeshu/git-svn-abandon: fix upLuke Shumaker
2013-07-06Revert fauno deleting everything. The actual changes he made are:Luke Shumaker
- delete pcr/ruby-haml/ruby-yard (improperly nested) - update pcr/transmission-remote-cli - update social/asterisk
2013-07-01?Nicolás Reynolds
2013-04-27mv ~lukeshu/pngcrush pcr/pngcrush; update it.Luke Shumaker
2013-04-07~lukeshu/maildirproc: bump pkgrel (python 3.2->3.3, sign package)Luke Shumaker
2013-04-07update ~lukeshu/wdiffLuke Shumaker
2012-12-26manually audit file permissionsLuke Shumaker
I looked at the files found by: find . -type f -not -perm 644|egrep -v '/(src|pkg|\.git)/'|sort
2012-12-26(scripted) fix file permission breakage introduced in commit d62bd1Luke Shumaker
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output.
2012-12-03update ~lukeshu/wdiff 1.1.0 -> 1.1.2Luke Shumaker