diff --git a/www-apps/trac-gitplugin/ChangeLog b/www-apps/trac-gitplugin/ChangeLog index ab8ce73f..0db48957 100644 --- a/www-apps/trac-gitplugin/ChangeLog +++ b/www-apps/trac-gitplugin/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*trac-gitplugin-0.12.0.5 (22 Apr 2013) + + 22 Apr 2013; Mario Fetka + +trac-gitplugin-0.12.0.5.ebuild, -trac-gitplugin-0.12.0.2-r1.ebuild: + bump and move to github verison + 22 Apr 2013; Mario Fetka metadata.xml: Bump diff --git a/www-apps/trac-gitplugin/Manifest b/www-apps/trac-gitplugin/Manifest index 3b56bd61..b6098fb4 100644 --- a/www-apps/trac-gitplugin/Manifest +++ b/www-apps/trac-gitplugin/Manifest @@ -1,3 +1,3 @@ -EBUILD trac-gitplugin-0.12.0.2-r1.ebuild 1746 SHA256 8b9b9ed2f7e8529158a055185dce99786f946bc09d691cf33764958967224a36 SHA512 8e37d762988b204f4ebda9c3ed8174d2a70e46b0ae661797710dc767d122caa64f11647a0471954be786f32710d44186a9c53558984f021fd5dcdc4c1b0b090b WHIRLPOOL d5bde3f64cefa135851c5e91c3c6fb1831fa003e0716b4c40b1e910496fb0944cb94a697ad2d032dedb419cf4d2dde1d0316d9eccf67019025a9214ba716bac9 -MISC ChangeLog 1188 SHA256 1cddf6a001cadbc333e97b242a793aefadcc1697cbebe73b2b85ad1aed2a02d6 SHA512 69e7469ea409581592149447c59a86c7d22765c807f6a9f035882275e725776fff478bf5e0803a22dbd9cc41872b35dbacee15ec0fdbc595efd6753fda914376 WHIRLPOOL e014d704e4d4485cbb0376a182dfa79cfaae775863ccb3d14cfa6313d5c6c937aa2e4c5795b65a49f9a2348d0afacd1333913c91ee857524c149399ba5f5dac8 +EBUILD trac-gitplugin-0.12.0.5.ebuild 1886 SHA256 87c2452963bf31d7f915e1a59138c614a11d13921e9dcd8278163aa94829883d SHA512 c2d7eb75d67494f7144fdb14601f4e396b294f947fade27c70175358ddb43fd8cdb45e9263f9e31bbe29f4f802bc00a27b79c848d41d389de39e0101b8f20534 WHIRLPOOL 5eb82965dc6084ab0c3b0a7b817bb7e7f2aa31a89d8a7a015d65e46d97ad6019a184cc9059c975337d22cf5082125c0d2afda4a0abbe5c8d9956e79b1d1422da +MISC ChangeLog 1385 SHA256 ccebd873c4392448cc363a03e3775874ed37d7b88875afb0483b7606d198ea83 SHA512 aa91da3f8689b492593a9ba074189c59bc4e53b66e7757ed68270a1e71e90d52af52b42318305ffcf42efe3e3431eb263d5096f4ee344a6fdd306774b1dd4fa4 WHIRLPOOL 4033e2f873adec07885b560f8f7150f4bd3b6ccc668063fc3c87551ea8b0afb1060b6151e6a5da19f8ba7d6e273ade4f972bee97befa1a8e364a9efc9e0b7579 MISC metadata.xml 163 SHA256 cf8ddc5894ebfaa1831389e1667061160af950a7346b7aa94250c7eae1cf971b SHA512 3b576412fa4f31a3b396c7ebf7e92380617fb6e9cf823f428ce5a809809bd263e6e8ce615cfc4f8ba2fef31fe4aee323768c5f950bf7b8bf80408efb5b0d0856 WHIRLPOOL 325b3b2e15f3b7300d8ca14c7da6059e8c10c8ebbae190fb69683009f02a229b4af73769704baa03e4988bd9545e3e539662469ee8095a2ff810d27c80a47441 diff --git a/www-apps/trac-gitplugin/trac-gitplugin-0.12.0.2-r1.ebuild b/www-apps/trac-gitplugin/trac-gitplugin-0.12.0.5.ebuild similarity index 85% rename from www-apps/trac-gitplugin/trac-gitplugin-0.12.0.2-r1.ebuild rename to www-apps/trac-gitplugin/trac-gitplugin-0.12.0.5.ebuild index 0ce689c9..e35b0395 100644 --- a/www-apps/trac-gitplugin/trac-gitplugin-0.12.0.2-r1.ebuild +++ b/www-apps/trac-gitplugin/trac-gitplugin-0.12.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild,v 1.4 2007/02/13 20:39:33 corsair Exp $ @@ -7,9 +7,11 @@ PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" -inherit distutils subversion +inherit distutils git-2 + +#EGIT_PROJECT='bitcoin' +EGIT_REPO_URI="git://github.com/hvr/trac-git-plugin.git" -ESVN_REPO_URI="http://trac-hacks.org/svn/gitplugin/0.12/" DESCRIPTION="This is a plugin which enables GIT to be used instead of Subversion." HOMEPAGE="http://trac-hacks.org/wiki/GitPlugin" @@ -26,6 +28,12 @@ RDEPEND=">=www-apps/trac-0.12 src_install() { distutils_src_install + + install_init() { + touch "${D}/$(python_get_sitedir)/tracext/__init__.py" + } + python_execute_function -q install_init + rm -f "${D}"/usr/{README,COPYING} }