jlichtblau [Sat, 28 Aug 2021 15:05:52 +0000 (28 15:05 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@1007741 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 28 Aug 2021 15:05:46 +0000 (28 15:05 +0000)]
upgpkg: vym 2.8.8-1 - new upstream release
git-svn-id: file:///srv/repos/svn-community/svn@1007740 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 28 Aug 2021 14:21:48 +0000 (28 14:21 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@1007717 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 28 Aug 2021 14:21:42 +0000 (28 14:21 +0000)]
upgpkg: vym 2.8.1-1 - new upstream release
git-svn-id: file:///srv/repos/svn-community/svn@1007716 9fca08f4-af9d-4005-b8df-a31f2cc04f65
foutrelis [Thu, 9 Jul 2020 18:02:56 +0000 (9 18:02 +0000)]
db-move: moved vym from [community-testing] to [community] (x86_64)
git-svn-id: file:///srv/repos/svn-community/svn@662913 9fca08f4-af9d-4005-b8df-a31f2cc04f65
foutrelis [Wed, 8 Jul 2020 09:09:42 +0000 (8 09:09 +0000)]
db-move: moved vym from [community-staging] to [community-testing] (x86_64)
git-svn-id: file:///srv/repos/svn-community/svn@661590 9fca08f4-af9d-4005-b8df-a31f2cc04f65
felixonmars [Tue, 7 Jul 2020 17:23:52 +0000 (7 17:23 +0000)]
archrelease: copy trunk to community-staging-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@659704 9fca08f4-af9d-4005-b8df-a31f2cc04f65
felixonmars [Tue, 7 Jul 2020 17:23:40 +0000 (7 17:23 +0000)]
upgpkg: vym 2.7.1-3: reproducibility rebuild
git-svn-id: file:///srv/repos/svn-community/svn@659700 9fca08f4-af9d-4005-b8df-a31f2cc04f65
arojas [Thu, 26 Sep 2019 20:07:25 +0000 (26 20:07 +0000)]
https
git-svn-id: file:///srv/repos/svn-community/svn@511881 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jelle [Sun, 28 Jul 2019 20:32:36 +0000 (28 20:32 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@493952 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jelle [Sun, 28 Jul 2019 20:32:27 +0000 (28 20:32 +0000)]
upgpkg: vym 2.7.1-2
Fix FS#63179, add missing dependency qt5-script
git-svn-id: file:///srv/repos/svn-community/svn@493951 9fca08f4-af9d-4005-b8df-a31f2cc04f65
ainola [Tue, 2 Jul 2019 04:36:16 +0000 (2 04:36 +0000)]
Replace http:// urls with https://
These packages' sites were all verified as https:// functional
git-svn-id: file:///srv/repos/svn-community/svn@487236 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 15 Jun 2019 13:18:41 +0000 (15 13:18 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@481619 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 15 Jun 2019 13:18:31 +0000 (15 13:18 +0000)]
upgpkg: vym 2.7.1-1 - new upstream release
git-svn-id: file:///srv/repos/svn-community/svn@481618 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jelle [Tue, 11 Sep 2018 19:04:26 +0000 (11 19:04 +0000)]
tree-wide: remove svn propset's
git-svn-id: file:///srv/repos/svn-community/svn@379766 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Thu, 4 Jan 2018 07:36:08 +0000 (4 07:36 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@278588 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Thu, 4 Jan 2018 07:35:49 +0000 (4 07:35 +0000)]
upgpkg: vym 2.6.11-1 - new upstream release
git-svn-id: file:///srv/repos/svn-community/svn@278587 9fca08f4-af9d-4005-b8df-a31f2cc04f65
foutrelis [Wed, 15 Nov 2017 14:29:11 +0000 (15 14:29 +0000)]
Remove i686 from arch=()
FTR, commands used to change arch=() and then verify the changes:
$ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*
$ grep -r i686 * | grep arch= | grep -v repos
$ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
echo "$l1 -> $l2"
done | sort -u
git-svn-id: file:///srv/repos/svn-community/svn@266875 9fca08f4-af9d-4005-b8df-a31f2cc04f65
bpiotrowski [Wed, 15 Nov 2017 11:14:49 +0000 (15 11:14 +0000)]
Drop repos/*-i686
git-svn-id: file:///srv/repos/svn-community/svn@266865 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Fri, 14 Oct 2016 18:03:38 +0000 (14 18:03 +0000)]
archrelease: copy trunk to community-i686, community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@192282 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Fri, 14 Oct 2016 18:03:17 +0000 (14 18:03 +0000)]
upgpkg: vym 2.6.0-1 - new upstream release
git-svn-id: file:///srv/repos/svn-community/svn@192281 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Tue, 3 May 2016 16:22:45 +0000 (3 16:22 +0000)]
archrelease: copy trunk to community-i686, community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@173577 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Tue, 3 May 2016 16:22:27 +0000 (3 16:22 +0000)]
upgpkg: vym 2.5.0-5 - FS#49182 fix
git-svn-id: file:///srv/repos/svn-community/svn@173576 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 30 Apr 2016 09:06:16 +0000 (30 09:06 +0000)]
archrelease: copy trunk to community-i686, community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@173092 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 30 Apr 2016 09:05:58 +0000 (30 09:05 +0000)]
upgpkg: vym 2.5.0-4 pacman hooks part 1 rebuild
git-svn-id: file:///srv/repos/svn-community/svn@173091 9fca08f4-af9d-4005-b8df-a31f2cc04f65
foutrelis [Thu, 10 Dec 2015 04:12:28 +0000 (10 04:12 +0000)]
db-move: moved vym from [community-testing] to [community] (i686, x86_64)
git-svn-id: file:///srv/repos/svn-community/svn@152031 9fca08f4-af9d-4005-b8df-a31f2cc04f65
foutrelis [Tue, 8 Dec 2015 19:50:32 +0000 (8 19:50 +0000)]
db-move: moved vym from [community-staging] to [community-testing] (i686, x86_64)
git-svn-id: file:///srv/repos/svn-community/svn@151092 9fca08f4-af9d-4005-b8df-a31f2cc04f65
bpiotrowski [Sun, 6 Dec 2015 23:33:04 +0000 (6 23:33 +0000)]
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@149360 9fca08f4-af9d-4005-b8df-a31f2cc04f65
bpiotrowski [Sun, 6 Dec 2015 23:32:53 +0000 (6 23:32 +0000)]
C++11 ABI rebuild
git-svn-id: file:///srv/repos/svn-community/svn@149359 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Wed, 25 Nov 2015 21:00:57 +0000 (25 21:00 +0000)]
archrelease: copy trunk to community-i686, community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@147797 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Wed, 25 Nov 2015 21:00:19 +0000 (25 21:00 +0000)]
upgpkg: vym 2.5.0-2
documentation files fix
git-svn-id: file:///srv/repos/svn-community/svn@147796 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Mon, 9 Nov 2015 19:42:22 +0000 (9 19:42 +0000)]
archrelease: copy trunk to community-i686, community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@146453 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Mon, 9 Nov 2015 19:41:59 +0000 (9 19:41 +0000)]
upgpkg: vym 2.5.0-1 - new upstream release
git-svn-id: file:///srv/repos/svn-community/svn@146452 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Tue, 4 Feb 2014 21:56:05 +0000 (4 21:56 +0000)]
archrelease: copy trunk to community-i686
git-svn-id: file:///srv/repos/svn-community/svn@105318 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Tue, 4 Feb 2014 21:41:39 +0000 (4 21:41 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@105317 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Tue, 4 Feb 2014 21:41:28 +0000 (4 21:41 +0000)]
upgpkg: vym 2.2.4-3 FS#38753 fix
git-svn-id: file:///srv/repos/svn-community/svn@105316 9fca08f4-af9d-4005-b8df-a31f2cc04f65
andrea [Fri, 1 Mar 2013 10:42:25 +0000 (1 10:42 +0000)]
db-move: moved vym from [community-testing] to [community] (i686, x86_64)
git-svn-id: file:///srv/repos/svn-community/svn@85424 9fca08f4-af9d-4005-b8df-a31f2cc04f65
andrea [Wed, 27 Feb 2013 14:34:51 +0000 (27 14:34 +0000)]
db-move: moved vym from [community-staging] to [community-testing] (i686, x86_64)
git-svn-id: file:///srv/repos/svn-community/svn@85166 9fca08f4-af9d-4005-b8df-a31f2cc04f65
eric [Tue, 26 Feb 2013 17:36:28 +0000 (26 17:36 +0000)]
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@85011 9fca08f4-af9d-4005-b8df-a31f2cc04f65
eric [Tue, 26 Feb 2013 17:35:46 +0000 (26 17:35 +0000)]
upgpkg: vym 2.2.4-2
Rebuild for qt4
git-svn-id: file:///srv/repos/svn-community/svn@85010 9fca08f4-af9d-4005-b8df-a31f2cc04f65
foutrelis [Thu, 25 Oct 2012 06:47:28 +0000 (25 06:47 +0000)]
Revert r78782: Full pkgdesc cleanup for 2339 packages
git-svn-id: file:///srv/repos/svn-community/svn@78820 9fca08f4-af9d-4005-b8df-a31f2cc04f65
arodseth [Wed, 24 Oct 2012 15:17:40 +0000 (24 15:17 +0000)]
Full pkgdesc cleanup for 2339 packages
git-svn-id: file:///srv/repos/svn-community/svn@78782 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Wed, 29 Aug 2012 20:40:57 +0000 (29 20:40 +0000)]
sha sum fix
git-svn-id: file:///srv/repos/svn-community/svn@75733 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Wed, 29 Aug 2012 20:39:03 +0000 (29 20:39 +0000)]
archrelease: copy trunk to community-i686
git-svn-id: file:///srv/repos/svn-community/svn@75732 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Wed, 29 Aug 2012 19:47:06 +0000 (29 19:47 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@75729 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Wed, 29 Aug 2012 19:46:38 +0000 (29 19:46 +0000)]
upgpkg: vym 2.2.4-1
git-svn-id: file:///srv/repos/svn-community/svn@75728 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Wed, 20 Jun 2012 18:35:29 +0000 (20 18:35 +0000)]
archrelease: copy trunk to community-i686
git-svn-id: file:///srv/repos/svn-community/svn@72709 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Wed, 20 Jun 2012 18:18:28 +0000 (20 18:18 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@72708 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Wed, 20 Jun 2012 18:18:00 +0000 (20 18:18 +0000)]
upgpkg: vym 2.2.0-1
git-svn-id: file:///srv/repos/svn-community/svn@72707 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 5 May 2012 14:23:50 +0000 (5 14:23 +0000)]
archrelease: copy trunk to community-i686
git-svn-id: file:///srv/repos/svn-community/svn@70397 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 5 May 2012 13:56:05 +0000 (5 13:56 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@70394 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 5 May 2012 13:55:36 +0000 (5 13:55 +0000)]
upgpkg: vym 2.0.12-1
git-svn-id: file:///srv/repos/svn-community/svn@70393 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 8 Jan 2012 17:53:27 +0000 (8 17:53 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@61822 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 8 Jan 2012 17:41:41 +0000 (8 17:41 +0000)]
archrelease: copy trunk to community-i686
git-svn-id: file:///srv/repos/svn-community/svn@61821 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 8 Jan 2012 17:41:10 +0000 (8 17:41 +0000)]
upgpkg: vym 2.0.3-1
git-svn-id: file:///srv/repos/svn-community/svn@61820 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 9 Oct 2011 07:44:31 +0000 (9 07:44 +0000)]
archrelease: copy trunk to community-i686, community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@56620 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 9 Oct 2011 07:42:51 +0000 (9 07:42 +0000)]
upgpkg: vym 1.99.0-1
git-svn-id: file:///srv/repos/svn-community/svn@56619 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Feb 2011 13:45:54 +0000 (19 13:45 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@40011 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Feb 2011 13:45:42 +0000 (19 13:45 +0000)]
archrelease: remove community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@40010 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Feb 2011 13:40:30 +0000 (19 13:40 +0000)]
archrelease: copy trunk to community-i686
git-svn-id: file:///srv/repos/svn-community/svn@40007 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Feb 2011 13:40:18 +0000 (19 13:40 +0000)]
archrelease: remove community-i686
git-svn-id: file:///srv/repos/svn-community/svn@40006 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Feb 2011 13:39:49 +0000 (19 13:39 +0000)]
Update to major release 1.12.8
git-svn-id: file:///srv/repos/svn-community/svn@40005 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 21 Mar 2010 09:15:00 +0000 (21 09:15 +0000)]
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@13315 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 21 Mar 2010 09:14:47 +0000 (21 09:14 +0000)]
archrelease: remove community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@13314 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 21 Mar 2010 09:03:29 +0000 (21 09:03 +0000)]
archrelease: copy trunk to community-i686
git-svn-id: file:///srv/repos/svn-community/svn@13313 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 21 Mar 2010 09:03:17 +0000 (21 09:03 +0000)]
archrelease: remove community-i686
git-svn-id: file:///srv/repos/svn-community/svn@13312 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 21 Mar 2010 09:02:50 +0000 (21 09:02 +0000)]
Update to major release 1.12.7
git-svn-id: file:///srv/repos/svn-community/svn@13311 9fca08f4-af9d-4005-b8df-a31f2cc04f65
ibiru [Sat, 30 Jan 2010 20:01:13 +0000 (30 20:01 +0000)]
db-move: moved vym from [community-testing] to [community] (i686)
git-svn-id: file:///srv/repos/svn-community/svn@10454 9fca08f4-af9d-4005-b8df-a31f2cc04f65
ibiru [Sat, 30 Jan 2010 20:01:05 +0000 (30 20:01 +0000)]
db-move: vym removed by ibiru for move to community
git-svn-id: file:///srv/repos/svn-community/svn@10453 9fca08f4-af9d-4005-b8df-a31f2cc04f65
ibiru [Sat, 30 Jan 2010 19:43:45 +0000 (30 19:43 +0000)]
db-move: moved vym from [community-testing] to [community] (x86_64)
git-svn-id: file:///srv/repos/svn-community/svn@10134 9fca08f4-af9d-4005-b8df-a31f2cc04f65
ibiru [Sat, 30 Jan 2010 19:43:43 +0000 (30 19:43 +0000)]
db-move: vym removed by ibiru for move to community
git-svn-id: file:///srv/repos/svn-community/svn@10133 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 23 Jan 2010 19:26:12 +0000 (23 19:26 +0000)]
archrelease: new repo community-testing-i686
git-svn-id: file:///srv/repos/svn-community/svn@9129 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 23 Jan 2010 18:55:19 +0000 (23 18:55 +0000)]
archrelease: new repo community-testing-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@9117 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 23 Jan 2010 18:55:07 +0000 (23 18:55 +0000)]
libpng soname bump
git-svn-id: file:///srv/repos/svn-community/svn@9116 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 20 Dec 2009 08:41:23 +0000 (20 08:41 +0000)]
db-move: moved vym from [community-testing] to [community] (x86_64)
git-svn-id: file:///srv/repos/svn-community/svn@6720 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 20 Dec 2009 08:41:21 +0000 (20 08:41 +0000)]
db-move: vym removed by jlichtblau for move to community
git-svn-id: file:///srv/repos/svn-community/svn@6719 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 20 Dec 2009 08:39:13 +0000 (20 08:39 +0000)]
db-move: moved vym from [community-testing] to [community] (i686)
git-svn-id: file:///srv/repos/svn-community/svn@6710 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sun, 20 Dec 2009 08:39:11 +0000 (20 08:39 +0000)]
db-move: vym removed by jlichtblau for move to community
git-svn-id: file:///srv/repos/svn-community/svn@6709 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Dec 2009 13:42:01 +0000 (19 13:42 +0000)]
missing ChangeLog file added
git-svn-id: file:///srv/repos/svn-community/svn@6659 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Dec 2009 13:41:18 +0000 (19 13:41 +0000)]
archrelease: new repo community-testing-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@6657 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Dec 2009 13:32:14 +0000 (19 13:32 +0000)]
ChangeLog added to tree
git-svn-id: file:///srv/repos/svn-community/svn@6656 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Dec 2009 13:26:04 +0000 (19 13:26 +0000)]
Merged revisions 6654 via svnmerge from
svn+ssh://aur.archlinux.org/srv/svn-packages/vym/trunk
........
r6654 | jlichtblau | 2009-12-19 14:25:31 +0100 (So, 19 pro 2009) | 2 lines
ChangeLog file added
........
git-svn-id: file:///srv/repos/svn-community/svn@6655 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Dec 2009 13:25:31 +0000 (19 13:25 +0000)]
ChangeLog file added
git-svn-id: file:///srv/repos/svn-community/svn@6654 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Dec 2009 13:11:35 +0000 (19 13:11 +0000)]
archrelease: new repo community-testing-i686
git-svn-id: file:///srv/repos/svn-community/svn@6652 9fca08f4-af9d-4005-b8df-a31f2cc04f65
jlichtblau [Sat, 19 Dec 2009 13:11:23 +0000 (19 13:11 +0000)]
Updated to major release 1.12.6
git-svn-id: file:///srv/repos/svn-community/svn@6651 9fca08f4-af9d-4005-b8df-a31f2cc04f65
shusmann [Thu, 3 Dec 2009 20:17:12 +0000 (3 20:17 +0000)]
Merged revisions 82,6175 via svnmerge from
svn+ssh://aur.archlinux.org/srv/svn-packages/vym/trunk
........
r82 | aaron | 2009-07-17 19:56:55 +0000 (Fr, 17 Jul 2009) | 1 line
Added 'Id' svn:keyword to all PKGBUILDs
........
r6175 | shusmann | 2009-12-03 19:52:22 +0000 (Do, 03 Dez 2009) | 2 lines
Removed the pdf file, now included in a newer version in the tarball.
........
git-svn-id: file:///srv/repos/svn-community/svn@6177 9fca08f4-af9d-4005-b8df-a31f2cc04f65
shusmann [Thu, 3 Dec 2009 19:53:10 +0000 (3 19:53 +0000)]
Merged revisions 82,6175 via svnmerge from
svn+ssh://aur.archlinux.org/srv/svn-packages/vym/trunk
........
r82 | aaron | 2009-07-17 21:56:55 +0200 (Fr, 17 Jul 2009) | 1 line
Added 'Id' svn:keyword to all PKGBUILDs
........
r6175 | shusmann | 2009-12-03 20:52:22 +0100 (Do, 03 Dez 2009) | 2 lines
Removed the pdf file, now included in a newer version in the tarball.
........
git-svn-id: file:///srv/repos/svn-community/svn@6176 9fca08f4-af9d-4005-b8df-a31f2cc04f65
shusmann [Thu, 3 Dec 2009 19:52:22 +0000 (3 19:52 +0000)]
Removed the pdf file, now included in a newer version in the tarball.
git-svn-id: file:///srv/repos/svn-community/svn@6175 9fca08f4-af9d-4005-b8df-a31f2cc04f65
aaron [Thu, 16 Jul 2009 04:12:59 +0000 (16 04:12 +0000)]
Initial commit of community repo into svn
git-svn-id: file:///srv/repos/svn-community/svn@1 9fca08f4-af9d-4005-b8df-a31f2cc04f65