GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/repo/gentoo-2.git
RELEASE-1_4
import-1.1.1
master
Another conversion of the historical gentoo-x86 ebuild repository
Ulrich Müller <ulm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
/
subversion.eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export working copy information after the update rather than in pkg_preinst()...
Michał Górny
2013-07-27
1
-2
/
+4
*
Bug #467646 - Refer to /etc/portage/make.conf, not /etc/make.conf.
Zac Medico
2013-04-28
1
-3
/
+3
*
add support for file:// URI scheme wrt bug #416649
Akinori Hattori
2012-07-29
1
-6
/
+9
*
replace built_with_use by USE deps wrt bug #242100
Akinori Hattori
2012-07-29
1
-11
/
+4
*
remove obsolete workaround (ESVN_DISABLE_DEPENDENCIES)
Akinori Hattori
2012-07-29
1
-12
/
+2
*
remove DESCRIPTION variable wrt bug #428304
Akinori Hattori
2012-07-29
1
-3
/
+1
*
reorder public functions
Akinori Hattori
2012-06-10
1
-41
/
+41
*
fixes bug #416743.
Akinori Hattori
2012-06-10
1
-7
/
+6
*
update @MAINTAINER and minor cleanup.
Akinori Hattori
2012-06-10
1
-32
/
+14
*
ESCM_OFFLINE -> EVCS_OFFLINE. Bug 410471.
Mike Gilbert
2012-04-01
1
-2
/
+2
*
Respect ESVN_USER, ESVN_PASSWORD and ESVN_OPTIONS on repo update, #401737
Justin Lecher
2012-02-21
1
-2
/
+4
*
ESVN_UMASK: fix grammar and add useful documentation
Mike Frysinger
2012-02-14
1
-3
/
+7
*
Introduce ESVN_UMASK variable to override default umask. Patch by Arfrever.
Mike Gilbert
2012-02-02
1
-2
/
+16
*
Handle UUID mismatch by deleting working copy and checking out it again. Patc...
Jesus Rivero
2011-12-27
1
-2
/
+20
*
create backing store dirs with group write perms so that people can more easi...
Mike Frysinger
2011-12-14
1
-3
/
+3
*
fix random bugs in eclass documentation, and convert to new @AUTHOR tag
Mike Frysinger
2011-08-22
1
-4
/
+3
*
Leaving ESVN_STORE_DIR after the subversion_src_unpack, so that subsequent co...
Justin Lecher
2010-12-19
1
-2
/
+4
*
dev-util/subversion renamed to dev-vcs/subversion.
Arfrever Frehtes Taifersar Arahesis
2010-06-22
1
-4
/
+4
*
Add possibility of not including Subversion in DEPEND.
Arfrever Frehtes Taifersar Arahesis
2009-05-10
1
-12
/
+26
*
Typo++. Well sometimes copy/pasto just does not work.
Tomas Chvatal
2009-04-29
1
-2
/
+2
*
Update eapi2 issues reported by subversion eclass users. Agreed with yngwin t...
Tomas Chvatal
2009-04-29
1
-9
/
+9
*
Update for EAPI="2".
Arfrever Frehtes Taifersar Arahesis
2009-04-26
1
-3
/
+16
*
Support ESVN_USER and ESVN_PASSWORD variables.
Arfrever Frehtes Taifersar Arahesis
2009-04-26
1
-6
/
+28
*
Run 'svn cleanup' to automatically upgrade working copies.
Arfrever Frehtes Taifersar Arahesis
2009-04-26
1
-1
/
+3
*
Update for compatibility with Subversion 1.6.
Arfrever Frehtes Taifersar Arahesis
2009-03-22
1
-2
/
+7
*
Make sure S exists thanks to Peter Volkov (pva) on bug #223813.
Bo Ørsted Andresen
2008-05-27
1
-1
/
+2
*
Print checkout dir when svn update fails.
Bo Ørsted Andresen
2008-05-15
1
-4
/
+4
*
add support for subversion 1.5 webdav changes, bug #219509
Benedikt Boehm
2008-04-30
1
-4
/
+6
*
Typo.
Bo Ørsted Andresen
2008-03-06
1
-2
/
+2
*
Mention which revision is used when fetching is disabled.
Bo Ørsted Andresen
2008-02-27
1
-3
/
+4
*
Add support for an optional repo_uri argument for pkg_preinst.
Bo Ørsted Andresen
2008-02-21
1
-2
/
+3
*
Move use of ESVN_REPO_URI to public functions only. Patch kindly provided by ...
Bo Ørsted Andresen
2008-02-21
1
-4
/
+4
*
Unbreak subversion__get_repository_uri(). Warn when ESVN_OFFLINE is set while...
Bo Ørsted Andresen
2008-02-21
1
-3
/
+6
*
Add support for ESVN_UP_FREQ.
Bo Ørsted Andresen
2008-02-20
1
-16
/
+34
*
As kindly pointed out by David Leverton there is no requirement to define ESV...
Bo Ørsted Andresen
2008-02-20
1
-4
/
+6
*
Add support for ESCM_LOGDIR using pkg_preinst.
Bo Ørsted Andresen
2008-02-20
1
-2
/
+33
*
Add support for ESVN_OFFLINE and ESCM_OFFLINE.
Bo Ørsted Andresen
2008-02-20
1
-2
/
+15
*
add ESVN_SWITCH_CMD and use svn switch as necessary
Doug Goldstein
2008-02-20
1
-9
/
+21
*
Add ESVN_REVISION support. Remove problematic to_upper function. Provide revi...
Doug Goldstein
2008-02-20
1
-54
/
+39
*
Document subversion.eclass for use with eclass-manpages. Add myself to mainta...
Bo Ørsted Andresen
2008-02-20
1
-141
/
+103
*
fixes bug #188255 and bug #205787.
Akinori Hattori
2008-02-17
1
-13
/
+56
*
Fix. sorry.
Piotr Jaroszyński
2007-07-03
1
-3
/
+3
*
(QA) Little improvements.
Piotr Jaroszyński
2007-07-01
1
-55
/
+22
*
should not contain HOMEPAGE as it's up to individual ebuilds to set this, and...
Doug Goldstein
2007-04-23
1
-2
/
+1
*
fixes bug #153227
Akinori Hattori
2007-04-01
1
-8
/
+26
*
fixes bug #156666
Akinori Hattori
2007-04-01
1
-1
/
+2
*
fixes bug #153227, bug #156712 and bug #161584.
Akinori Hattori
2007-01-19
1
-35
/
+135
*
fixes bug #146915 and bug #148598.
Akinori Hattori
2006-09-27
1
-17
/
+13
*
Moved addwrite() outside the if statement since it's needed in both cases.
Christian Birchinger
2006-09-06
1
-4
/
+4
*
Moved addwrite() to allow fresh repositories to be created
Christian Birchinger
2006-09-06
1
-4
/
+4
[next]